Skip to content

Commit

Permalink
Autoupdate README
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Jun 21, 2024
1 parent a5c1c99 commit f5fcb5c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ options:
variable. (default:
.duct/logs/{datetime_filesafe}-{pid}_)
--summary-format SUMMARY_FORMAT
File string format to be used when printing the
summary following execution. (default: Exit Code:
{exit_code} Command: {command} Log files location:
{logs_prefix} Wall Clock Time: {wall_clock_time} sec
Memory Peak Usage (RSS): {peak_rss} Memory Average
Usage (RSS): {average_rss} Virtual Memory Peak Usage
(VSZ): {peak_vsz} Virtual Memory Average Usage (VSZ):
Output template to use when printing the summary
following execution. (default: Exit Code: {exit_code}
Command: {command} Log files location: {logs_prefix}
Wall Clock Time: {wall_clock_time} sec Memory Peak
Usage (RSS): {peak_rss} Memory Average Usage (RSS):
{average_rss} Virtual Memory Peak Usage (VSZ):
{peak_vsz} Virtual Memory Average Usage (VSZ):
{average_vsz} Memory Peak Percentage: {peak_pmem}
Memory Average Percentage: {average_pmem} CPU Peak
Usage: {peak_pcpu} Average CPU Usage: {average_pcpu}
Samples Collected: {num_samples} Reports Written:
{num_reports} )
--clobber Replace log files if they already exist. (default:
False)
-q, --quiet Suppresses the duct output when set. (default: False)
-q, --quiet Suppress duct output. (default: False)
--sample-interval SAMPLE_INTERVAL, --s-i SAMPLE_INTERVAL
Interval in seconds between status checks of the
running process. Sample interval must be less than or
Expand Down

0 comments on commit f5fcb5c

Please sign in to comment.