From 58015950a476738f61bf4610eb777185bfdeb63b Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 10 Aug 2025 20:05:12 +0300 Subject: [PATCH] lxc-top: add page (#17595) Co-authored-by: K.B.Dharun Krishna --- pages/linux/lxc-top.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/lxc-top.md diff --git a/pages/linux/lxc-top.md b/pages/linux/lxc-top.md new file mode 100644 index 0000000000..7c9d5c2ce1 --- /dev/null +++ b/pages/linux/lxc-top.md @@ -0,0 +1,16 @@ +# lxc-top + +> Display resource usage of LXC containers. +> More information: . + +- 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}}`