1
0
Fork 0
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:
Managor 2025-08-10 20:05:12 +03:00 committed by GitHub
parent f5a274cbd8
commit 58015950a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/linux/lxc-top.md Normal file
View 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}}`