slab
usage: slab [-h] {list,info,contains} ...
Prints information about the linux kernel's slab allocator SLUB.
Positional arguments
| Positional Argument | Help |
| command | |
Optional arguments
| Short | Long | Help |
| -h | --help | show this help message and exit |
slab list
usage: slab list [-h] [filter]
List SLUB caches filtered by name.
Positional arguments
| Positional Argument | Help |
| filter_ | Only show caches that contain the given filter string |
Optional arguments
| Short | Long | Help |
| -h | --help | show this help message and exit |
slab info
usage: slab info [-h] [-v] [-c CPU] [-n NODE] [-p] [-a] name [name ...]
Dump information about a cache.
Positional arguments
| Positional Argument | Help |
| names | |
Optional arguments
| Short | Long | Help |
| -h | --help | show this help message and exit |
| -v | --verbose | |
| -c | --cpu | CPU to display |
| -n | --node | |
| -p | --partial-only | only displays partial lists |
| -a | --active-only | only displays the active list |
slab contains
usage: slab contains [-h] addr [addr ...]
Get the cache for an address.
Positional arguments
| Positional Argument | Help |
| addresses | |
Optional arguments
| Short | Long | Help |
| -h | --help | show this help message and exit |