mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
slabtop: add page (#19301)
* Create slabtop.md * Update slabtop.md * Update slabtop.md * Update pages/linux/slabtop.md Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com> * Update pages/linux/slabtop.md Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com> * Update slabtop.md * Update pages/linux/slabtop.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/linux/slabtop.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/linux/slabtop.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/linux/slabtop.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/linux/slabtop.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/linux/slabtop.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/linux/slabtop.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> --------- Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com> Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
This commit is contained in:
co-authored by
Sahil Afrid Farookhi
Ivan Baluta
parent
c73fe5b4e2
commit
057107cc97
@@ -0,0 +1,29 @@
|
||||
# slabtop
|
||||
|
||||
> Display kernel slab cache information in real time.
|
||||
> See also: `top`, `htop`, `atop`.
|
||||
> More information: <https://manned.org/slabtop>.
|
||||
|
||||
- Start `slabtop`:
|
||||
|
||||
`sudo slabtop`
|
||||
|
||||
- Sort by [c]ache size:
|
||||
|
||||
`sudo slabtop {{[-s|--sort]}} c`
|
||||
|
||||
- Sort by number of [o]bjects:
|
||||
|
||||
`sudo slabtop {{[-s|--sort]}} o`
|
||||
|
||||
- Sort by object [s]ize:
|
||||
|
||||
`sudo slabtop {{[-s|--sort]}} s`
|
||||
|
||||
- Display once and then exit:
|
||||
|
||||
`sudo slabtop {{[-o|--once]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`slabtop {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user