Update 20141014 How to monitor and troubleshoot a Linux server using sysdig.md

This commit is contained in:
joeren 2014-10-16 13:16:52 +08:00
parent 11a7212eff
commit 37841e1aa2

View File

@ -1,3 +1,4 @@
Translating by GOLinux!
How to monitor and troubleshoot a Linux server using sysdig
================================================================================
What is the first thing that comes to mind when you need to track system calls made and received by a process? You'll probably think of strace, and you are right. What tool would you use to monitor raw network traffic from the command line? If you thought about tcpdump, you made an excellent choice again. And if you ever run into the need to having to keep track of open files (in the Unix sense of the word: everything is a file), chances are you'll use lsof.
@ -146,4 +147,4 @@ via: http://xmodulo.com/monitor-troubleshoot-linux-server-sysdig.html
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[a]:http://xmodulo.com/author/gabriel
[1]:http://www.sysdig.org/
[1]:http://www.sysdig.org/