summaryrefslogtreecommitdiff
path: root/static/v10/man8/tm.8
diff options
context:
space:
mode:
Diffstat (limited to 'static/v10/man8/tm.8')
-rw-r--r--static/v10/man8/tm.848
1 files changed, 48 insertions, 0 deletions
diff --git a/static/v10/man8/tm.8 b/static/v10/man8/tm.8
new file mode 100644
index 00000000..4240c173
--- /dev/null
+++ b/static/v10/man8/tm.8
@@ -0,0 +1,48 @@
+.pa 1
+.he 'TM (VIII)'3/15/72'TM (VIII)'
+.ti 0
+NAME tm -- provide time information
+.sp
+.ti 0
+SYNOPSIS tm__
+.sp
+.ti 0
+DESCRIPTION tm__
+is used to provide timing information.
+Output like the following
+is given:
+.sp
+.in +5
+ tim 371:51:09 2:00.8
+ ovh 20:00:33 17.0
+ swp 13:43:20 4.6
+ dsk 27:14:35 4.5
+ idl 533:08:03 1:33.3
+ usr 24:53:50 1.2
+ der 0, 54 0, 0
+.sp
+.in -5
+The first column of numbers gives totals in the named categories
+since the last time the system was cold-booted; the second
+column gives the changes since the last time tm__ was invoked.
+The top left number is badly truncated and should be ignored.
+ovh___ is time spent
+executing in the system;
+swp___ is time waiting for swap I/O;
+dsk___ is time spent waiting for
+file system disk I/O; idl___ is idle time; usr___ is user execution
+time; der___ is RF disk error count (left number) and RK disk error
+count (right number).
+
+.ti 0
+FILES /dev/rf0 (for absolute times);
+/tmp/ttmp for differential timing history.
+.sp
+.ti 0
+SEE ALSO time(I), file system(V)
+.sp
+.ti 0
+DIAGNOSTICS --
+.sp
+.ti 0
+BUGS --