diff --git a/sources/tech/20141014 How to monitor and troubleshoot a Linux server using sysdig.md b/sources/tech/20141014 How to monitor and troubleshoot a Linux server using sysdig.md index ccf2993cb6..c22b98448f 100644 --- a/sources/tech/20141014 How to monitor and troubleshoot a Linux server using sysdig.md +++ b/sources/tech/20141014 How to monitor and troubleshoot a Linux server using sysdig.md @@ -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/ \ No newline at end of file +[1]:http://www.sysdig.org/