under folder toolsgenload
genload.c
"`%s' imposes certain types of compute stress on your system
"
"Usage: %s [OPTION [ARG]] ... "
" -?, --help show this help statement "
" --version show version statement "
" -v, --verbose be verbose "
" -q, --quiet be quiet "
" -n, --dry-run show what would have been done "
" --no-retry exit rather than retry non-critical errors "
" --retry-delay n wait n us before continuing past error "
" -t, --timeout n timeout after n seconds "
" --backoff n wait for factor of n us before starting work "
" -c, --cpu n spawn n procs spinning on sqrt() "
" -i, --io n spawn n procs spinning on sync() "
" -m, --vm n spawn n procs spinning on malloc() "
" --vm-chunks c malloc c chunks (default is 1) "
" --vm-bytes b malloc chunks of b bytes (default is 256MB) "
" --vm-hang hang in a sleep loop after memory allocated "
" -d, --hdd n spawn n procs spinning on write() "
" --hdd-noclean do not unlink file to which random data written "
" --hdd-files f write to f files (default is 1) "
" --hdd-bytes b write b bytes (default is 1GB) "
"Infinity is denoted with 0. For -m, -d: n=0 means infinite redo, "
"n<0 means redo abs(n) times. Valid suffixes are m,h,d,y for time; "
"k,m,g for size. ";
"Usage: %s [OPTION [ARG]] ... "
" -?, --help show this help statement "
" --version show version statement "
" -v, --verbose be verbose "
" -q, --quiet be quiet "
" -n, --dry-run show what would have been done "
" --no-retry exit rather than retry non-critical errors "
" --retry-delay n wait n us before continuing past error "
" -t, --timeout n timeout after n seconds "
" --backoff n wait for factor of n us before starting work "
" -c, --cpu n spawn n procs spinning on sqrt() "
" -i, --io n spawn n procs spinning on sync() "
" -m, --vm n spawn n procs spinning on malloc() "
" --vm-chunks c malloc c chunks (default is 1) "
" --vm-bytes b malloc chunks of b bytes (default is 256MB) "
" --vm-hang hang in a sleep loop after memory allocated "
" -d, --hdd n spawn n procs spinning on write() "
" --hdd-noclean do not unlink file to which random data written "
" --hdd-files f write to f files (default is 1) "
" --hdd-bytes b write b bytes (default is 1GB) "
"Infinity is denoted with 0. For -m, -d: n=0 means infinite redo, "
"n<0 means redo abs(n) times. Valid suffixes are m,h,d,y for time; "
"k,m,g for size. ";