]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - systime/systime.1
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / systime / systime.1
index 43fb81f2515feab9ca2b9757f1d3c522697bcbeb..ce296b6d3177b03e34d09f545be770e55dddbe4c 100644 (file)
@@ -7,14 +7,23 @@
 .Sh SYNOPSIS\r
 .Nm\r
 .Op Fl P\r
+.Op Fl r\r
+.Op Fl t Ar sleep_time\r
 .Ar utility Op Ar argument ...\r
 .Nm\r
 .Fl p\r
+.Op Fl r\r
+.Op Fl t Ar sleep_time\r
 .Nm\r
 .Op Fl P\r
 .Fl u Ar user\r
 .Fl s Ar sys\r
 .Fl i Ar idle\r
+.Nm\r
+.Op Fl P\r
+.Op Fl r\r
+.Op Fl t Ar sleep_time\r
+.Fl T Ar target_pid\r
 .Sh DESCRIPTION\r
 .Nm\r
 is similar to\r
@@ -45,9 +54,23 @@ $ systime -u $systime_user -s $systime_sys -i $systime_idle
 18.79 real 2.03 user 1.04 sys\r
 .Ed\r
 .Pp\r
+The\r
+.Nm\r
+program can also be used to print the usage of a process with\r
+.Fl T Ar target_pid\r
+, also printing the system wide usage\r
+.Pp\r
 .Fl P\r
 can be used to print time spent as a percentage of overall CPU capacity\r
 of the system (capped at 100%)\r
+.Pp\r
+.Fl r\r
+can be used to print the usage iteratively with\r
+.Ar sleep_time\r
+seconds sleep between iterations\r
+.Pp\r
+.Fl t Ar sleep_time\r
+can be used to specify sleep_time between iterations, defaults to 1 second if not specified.\r
 .Sh SEE ALSO\r
 .Xr time 1 ,\r
 .Xr top 1\r