mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-29 21:41:00 +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
|
||||
================================================================================
|
||||
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.
|
||||
@ -189,4 +190,4 @@ via: http://linoxide.com/how-tos/monitor-linux-containers-performance/
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]:http://linoxide.com/author/bnpoornima/
|
||||
[1]:https://github.com/yadutaf/ctop
|
||||
[1]:https://github.com/yadutaf/ctop
|
||||
|
Loading…
Reference in New Issue
Block a user