]> git.lizzy.rs Git - plan9front.git/blob - sys/man/8/stats
games/mix: Add Knuth MIX emulator/assembler
[plan9front.git] / sys / man / 8 / stats
1 .TH STATS 8
2 .SH NAME
3 stats \- display graphs of system activity
4 .SH SYNOPSIS
5 .B stats
6 [
7 .BI - option
8 ]
9 [
10 .I machine
11 \&...
12 ]
13 .SH DESCRIPTION
14 .I Stats
15 displays a rolling graph of various statistics collected by the operating
16 system and updated once per second.
17 The statistics may be from a remote
18 .I machine
19 or multiple
20 .IR machines ,
21 whose graphs will appear in adjacent columns.
22 The columns are labeled by the machine names and the number
23 of processors on the machine if it is a multiprocessor.
24 .PP
25 The right mouse button presents a menu to enable and disable the display
26 of various statistics; by default,
27 .I stats
28 begins by showing the load average on the executing machine.
29 .PP
30 The
31 lower-case
32 .I options
33 choose the initial set to display:
34 .TF [t]tlbpurge
35 .TP
36 .B "b battery
37 percentage battery life remaining.
38 .TP
39 .B "c context
40 number of process context switches per second.
41 .TP
42 .B 
43 .B "e ether
44 total number of packets sent and received per second.
45 .TP
46 .B 
47 .B "E etherin,out
48 number of packets sent and received per second, displayed as separate graphs.
49 .TP
50 .B "f fault
51 number of page faults per second.
52 .TP
53 .B "i intr
54 number of interrupts per second.
55 .TP
56 .B "I idle
57 system load, % time in idle, and % time in interrupts.
58 The last two are averaged over all processors on a
59 multiprocessor.
60 .TP
61 .B "l load
62 (default) system load average.
63 The load is computed as a running average of
64 the number of processes ready to run, multiplied by 1000.
65 .TP
66 .B "m mem 
67 total pages of active memory.
68 The graph displays the fraction
69 of the machine's total memory in use.
70 .TP
71 .B "k kern
72 kernel memory allocation size in bytes.
73 .TP
74 .B "d draw
75 draw memory allocation size in bytes.
76 .TP
77 .B 
78 .B "n etherin,out,err
79 number of packets sent and received per second, and total number of errors, displayed as separate graphs.
80 .TP
81 .B "p tlbpurge
82 number of translation lookaside buffer flushes per second.
83 .TP
84 .B "s syscall
85 number of system calls per second.
86 .TP
87 .B "t tlbmiss
88 number of translation lookaside buffer misses per second.
89 .TP
90 .B "w swap
91 number of valid pages on the swap device.
92 The swap is displayed as a
93 fraction of the number of swap pages configured by the machine.
94 .TP
95 .B "8 802.11b
96 display the signal strength detected by the 802.11b wireless ether card; the value
97 is usually below 50% unless the receiver is in the same room as the transmitter, so
98 a midrange value represents a strong signal.
99 .PD
100 .PP
101 The graphs are plotted with time on the horizontal axis.
102 The vertical axes range from 0 to 1000*sleepsecs, 
103 multiplied by the number of processors on the machine
104 when appropriate.
105 The only exceptions are
106 memory,
107 and swap space,
108 which display fractions of the total available, 
109 system load, which displays a number between 0 and 1000, 
110 idle and intr, which display percentages and the Ethernet error count,
111 which goes from 0 to 10..
112 If the value of the parameter is too large for the visible range, its value is shown
113 in decimal in the upper left corner of the graph.
114 .PP
115 Upper-case options control details of the display.
116 All graphs are affected; there is no mechanism to
117 affect only one graph.
118 .TP
119 .BI -T " sleepsecs
120 Set the number of seconds between samples to
121 .I sleepsecs
122 (default one second).
123 .I Sleepsecs
124 may be a floating-point number.
125 .TP
126 .BI -S " scale
127 Sets a scale factor for the displays.  A value of 2, for example,
128 means that the highest value plotted will be twice as large as the default.
129 .TP
130 .B -L
131 Plot all graphs with logarithmic
132 .I y
133 axes.
134 The graph is plotted so the maximum value that would be displayed on
135 a linear graph is 2/3 of the way up the
136 .I y
137 axis and the total range of the graph is a factor of 1000; thus the
138 .I y
139 origin is 1/100 of the default maximum value and the top of the graph is
140 10 times the default maximum.
141 .TP
142 .B -Y
143 If the display is large enough to show them,
144 place value markers along the
145 .I y
146 axes of the graphs.
147 Since one set of markers serves for all machines across the display,
148 the values in the markers disregard scaling factors due to multiple processors
149 on the machines. On a graph for a multiprocessor,
150 the displayed values will be larger
151 than the markers indicate.
152 The markers appear along the right, and the markers
153 show values appropriate to the rightmost machine; this only
154 matters for graphs such as memory that have machine-specific
155 maxima.
156 .PD
157 .SH FILES
158 .B /net/ether0/0/stats
159 .br
160 .B #c/swap
161 .br
162 .B #c/sysstat
163 .SH SOURCE
164 .B /sys/src/cmd/stats.c
165 .SH BUGS
166 Some machines do not have TLB hardware.