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}}`