《在linux中顯示所有正在執行的程序》
linux系統管理員應該知道的20個系統監控工具(原創翻譯)
chapter 1, understanding the linux operating system
chapter 2. monitoring and benchmark tools
chapter 3. analyzing performance bottlenecks
chapter 4. tuning the operating system
linux 網路監控和效能引數調優
一 netstat 1 netstat 檢視各種與網路相關的狀態資訊,包括 網路的連線 狀態 介面的統計資訊,路由表 埠的監聽情況 2 例項 netstat a 顯示所有連線中的socket netstat r 顯示路由表資訊 netstat l 顯示網路介面狀態資訊 netstat lpe 顯示所...
linux 效能監控分析以及調優 top
1.top 說明 top命令能夠實時監控系統的執行狀態,並且可以按照cpu 記憶體和執行時間進行排序,同時top命令還可以通過互動式命令進行設定顯示,通過top命令可以檢視即時活躍的進行。2.top命令的用法 1 命令列啟動引數 用法 top hv bcisshm d delay n iterati...
Mysql 效能監控及調優
死鎖概念 兩個或兩個以上的程序在執行過程中,因爭奪資源而造成的一種互相等待的現象 1.監控死鎖 innotop 1 啟用 innodb status file 在 etc my.cnf新增如下 mysqld innodb status file 1 於 var lib mysql 下檢視.err日誌...