mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-16 22:42:21 +08:00
Merge pull request #2722 from GOLinux/master
[Translating]20150507 Command Line Tool to Monitor Linux Containers Performance.md
This commit is contained in:
commit
2654a2f179
@ -1,3 +1,4 @@
|
|||||||
|
Translating by GOLinux!
|
||||||
Command Line Tool to Monitor Linux Containers Performance
|
Command Line Tool to Monitor Linux Containers Performance
|
||||||
================================================================================
|
================================================================================
|
||||||
ctop is a new command line based tool available to monitor the processes at the container level. Containers provide operating system level virtualization environment by making use of the cgroups resource management functionality. This tool collects data related to memory, cpu, block IO and metadata like owner, uptime etc from cgroups and presents it in a user readable format so that one can quickly asses the overall health of the system. Based on the data collected, it tries to guess the underlying container technology. ctop is useful in detecting who is using large amounts of memory under low memory situations.
|
ctop is a new command line based tool available to monitor the processes at the container level. Containers provide operating system level virtualization environment by making use of the cgroups resource management functionality. This tool collects data related to memory, cpu, block IO and metadata like owner, uptime etc from cgroups and presents it in a user readable format so that one can quickly asses the overall health of the system. Based on the data collected, it tries to guess the underlying container technology. ctop is useful in detecting who is using large amounts of memory under low memory situations.
|
||||||
|
Loading…
Reference in New Issue
Block a user