歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> 關於Linux

做性能測試時候常用的Linux命令

做性能測試時候常用的Linux命令   1、帶寬使用監控:   sar -n DEV 10 0   rxpck/s:每秒鐘接收的數據包   txpck/s:每秒鐘發送的數據包   rxbyt/s:每秒鐘接收的字節數   txbyt/s:每秒鐘發送的字節數   2、獲取GC的情況   jstack -gcutil {pid} {ms} {counts}   3、磁盤使用   df -h  
Copyright © Linux教程網 All Rights Reserved