[go: up one dir, main page]

Menu

[0249ff]: / help / mem.html  Maximize  Restore  History

Download this file

34 lines (23 with data), 571 Bytes

 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
<header>module mem</header>
<include general>
<H3>goal</H3>
monitor the memory activity
<H3>units</H3>
all is in percents of total memory (or swap)
<H3>parameters</H3>
there is 5 parameters
<H4>memory</H4>
it is the percentage of memory used by programs
<H4>shared</H4>
it is the percentage of shared memory used (ipc)
<H4>buffers</H4>
it is the percentage of memory used by buffer
<H4>cached</H4>
it is the percentage of cached memory used
<H4>swap</H4>
it is the percentage of swap used
<H3>more info</H3>
<UL>
<LI>man free</LI>
<LI>man proc</LI>
</UL>