mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 13:35:51 +02:00
lxc-top: add page (#17595)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
f5a274cbd8
commit
58015950a4
1 changed files with 16 additions and 0 deletions
16
pages/linux/lxc-top.md
Normal file
16
pages/linux/lxc-top.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# lxc-top
|
||||
|
||||
> Display resource usage of LXC containers.
|
||||
> More information: <https://linuxcontainers.org/lxc/manpages/man1/lxc-top.1.html>.
|
||||
|
||||
- Start `lxc-top`:
|
||||
|
||||
`lxc-top`
|
||||
|
||||
- Adjust update interval:
|
||||
|
||||
`lxc-top {{[-d|--delay]}} {{5}}`
|
||||
|
||||
- Sort by [n]ame, [c]pu use, [b]lock I/O, [m]emory, or [k]ernel memory:
|
||||
|
||||
`lxc-top {{[-s|--sort]}} {{n|c|b|m|k}}`
|
Loading…
Add table
Reference in a new issue