From 311a3023ba966d1d2ad676a966172cb887902303 Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Wed, 21 Aug 2024 15:33:48 -0500 Subject: [PATCH] [DATALAD RUNCMD] Autoupdate readme === Do not change lines below === { "chain": [], "cmd": "./.update-readme-help.py", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86a32796..1557c82a 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ duct is a lightweight wrapper that collects execution data for an arbitrary command. Execution data includes execution time, system information, and resource usage statistics of the command and all its child processes. It is intended to simplify the problem of recording the resources necessary to -execute a command to improve reproducibility, particularly in an HPC -environment. +execute a command, particularly in an HPC environment. -Resource usage is determined by polling, (of frequency sample_interval). -During execution, duct produces a Newline Deliminated JSON file with one data +Resource usage is determined by polling, (at a sample-interval). +During execution, duct produces a JSON lines (see https://jsonlines.org) file +with one data point recorded for each report, (of frequency report-interval). environment variables: