mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 09:53:25 +00:00
Update cheatsheets
This commit is contained in:
34
tldr/linux/slabtop
Normal file
34
tldr/linux/slabtop
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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