sge_work (1) Linux Manual Page
NAME
work – do some work for testing purposes
SYNTAX
$SGE_ROOT/utilbin/$ARCH/work [-f n] [-w n] [-in fname] [-out fname] [-stackK n] [-stackM n] [-mallocK n] [-mallocM n] [-block_sigxcpu] [-block_sigxfsz] [-change_pgrp] [-daemonize] -daemonize ]
DESCRIPTION
This is a utility program intended to be run under xxQS_NAMExx for testing purposes. It can, for instance, run for a certain amount of time, allocate a certain amount of memory, fork, and daemonize.
OPTIONS
-fn- Do work n times using n processes, default 1 process
-wn- Work n seconds, default 100 seconds
-infname- Read from file fname
-outfname- Write to file fname
-stackKn- Force stack size with at least n KB
-stackMn- Force stack size with at least n MB
-mallocKn- Force malloc(3) with n KB
-mallocMn- Force malloc(3) with n MB
-block_sigxcpu- Ignore signal SIGXCPU
-block_sigxfsz- Ignore signal SIGXFSZ
-change_pgrp- Change process group
-daemonize- Daemonize
