mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
* 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>
478 B
478 B
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]}}