Copyright © tutorialspoint.com
| Tag | Description |
|---|---|
| --delay=n, -d n | |
| Refresh the display every n seconds. By default, slabtop(1) refreshes the display every three seconds. To exit the program, hit q. | |
| --sort=S, -s S | |
| Sort by S, where S is one of the sort criteria. | |
| --once, -o | Display the output once and then exit. |
| --version, -V | |
| Display version information and exit. | |
| --help |
Display usage information and exit.
|
The sort criteria can also be changed while slabtop is running by pressing the associated character.
| Tag | Description |
|---|---|
| a: | sort by number of active objects |
| b: | sort by objects per slab |
| c: | sort by cache size |
| l: | sort by number of slabs |
| v | sort by number of active slabs |
| n: | sort by name |
| o: | sort by number of objects |
| p: | sort by pages per slab |
| s: | sort by object size |
| u: |
sort by cache utilization
|
Each of the valid sort characters are also accepted, to change the sort routine. See the section SORT CRITERIA.
| Tag | Description |
|---|---|
| <SPACEBAR> | Refresh the screen. |
| Q |
Quit the program.
|
The slabtop statistic header is tracking how many bytes of slabs are being used and it not a measure of physical memory. The Slab field in the /proc/meminfo file is tracking information about used slab physical memory.
slabtop(1) was inspired by Martin Blighs perl script, vmtop. The procps package is maintained by Albert Cahalan <albert@users.sf.net>.
Please send bug reports to <procps-feedback@lists.sf.net>.
Copyright © tutorialspoint.com