1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
<sect2>
<title>Contents</title>
<para>
The Procps package contains the free, kill, oldps, ps, skill, snice,
sysctl, tload, top, uptime, vmstat, w and watch programs.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>free</title>
<para>
free displays the total amount of free and used physical and swap memory
in the system, as well as the shared memory and buffers used by the kernel.
</para>
</sect3>
<sect3><title>kill</title>
<para>
kills sends signals to processes.
</para>
</sect3>
<sect3><title>oldps and ps</title>
<para>
ps gives a snapshot of the current processes.
</para>
</sect3>
<sect3><title>skill</title>
<para>
skill sends signals to process matching a criteria.
</para>
</sect3>
<sect3><title>snice</title>
<para>
snice changes the scheduling priority for process matching a criteria.
</para>
</sect3>
<sect3><title>sysctl</title>
<para>
sysctl modifies kernel parameters at runtime.
</para>
</sect3>
<sect3><title>tload</title>
<para>
tload prints a graph of the current system load average to the specified
tty (or the tty of the tload process if none is specified).
</para>
</sect3>
<sect3><title>top</title>
<para>
top provides an ongoing look at processor activity in real time.
</para>
</sect3>
<sect3><title>uptime</title>
<para>
uptime gives a one line display of the following information: the current
time, how long the system has been running, how many users are currently
logged on, and the system load averages for the past 1, 5, and 15 minutes.
</para>
</sect3>
<sect3><title>vmstat</title>
<para>
vmstat reports information about processes, memory, paging, block IO,
traps, and cpu activity.
</para>
</sect3>
<sect3><title>w</title>
<para>
w displays information about the users currently on the machine, and
their processes.
</para>
</sect3>
<sect3><title>watch</title>
<para>
watch runs command repeatedly, displaying its output (the first screenfull).
</para>
</sect3>
</sect2>
|