logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

runstat - collect statistics about execution of a process

Author

runstat was written by Jamie Wilkinson <jaq@google.com>.

Description

runstat  tries to execute a command in a subprocess, and upon termination of the subprocess collects some
       statistics about that subprocess, and writes them to a file.

       These statistics include time of execution, exit status, and elapsed time to execute, as well as  use  of
       various OS resources.

Name

       runstat - collect statistics about execution of a process

See Also

runalarm(1), runlock(1), getrusage(2)

Synopsys

runstat [ -h ]

       runstat [ -d ] [ -fpathname ] command [ args ]

Usage

-d

              Debug mode; send log messages to standard error as well as to the system log.

       -fpathname

              Specifies  the pathname of the file to save the statistics to.  The default is to create a file in
              /tmp/cronutils-$USER with the name of the command, and suffix ".stat".

       -h

              Prints some basic help.

See Also