]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Examples/swapinfo_example.txt
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Examples / swapinfo_example.txt
1 The following is a demonstration of the swapinfo.d script,
2
3    # ./swapinfo.d
4    RAM  _______Total   511 MB
5    RAM      Unusable     8 MB
6    RAM        Kernel   128 MB
7    RAM        Locked     0 MB
8    RAM          Used   256 MB
9    RAM          Free   118 MB
10    
11    Disk _______Total  1023 MB
12    Disk         Resv   626 MB
13    Disk        Avail   397 MB
14    
15    Swap _______Total  1335 MB
16    Swap         Resv   626 MB
17    Swap        Avail   709 MB
18    Swap    (Minfree)    62 MB
19
20 The output above gives a summary of the state of virtual memory (swap)
21 on the system. 
22