Linux command – openssl speed
openssl speed – 透過 SSL 的加解密演算法來看你系統的效能 (CPU 與 memory 效能測試),官方網站 https://www.openssl.org/docs/manmaster/apps/speed.html 在開始使用 openssl speed 前先來看看 […]
openssl speed – 透過 SSL 的加解密演算法來看你系統的效能 (CPU 與 memory 效能測試),官方網站 https://www.openssl.org/docs/manmaster/apps/speed.html 在開始使用 openssl speed 前先來看看 […]
本來是要查 irqbalance 是做什麼用的?? 下面是 RedHat 的官方文件. This daemon is enabled by default and periodically forces interrupts to be handled by CPUs in an even, fai […]
一般 Linux 文字介面下常用的系統資源監控有 Linux 預設最古老的系統資源監控程式 top – https://benjr.tw/514 最簡單的硬碟監測工具 iostat – https://benjr.tw/527 透過 mpstat 來看個別的 CPU 使用率與 […]
同事問了我一個問題在 Windows 的環境透過工作管理員(在 Process 按右鍵選擇 "設定相關性"),就可以限制 Proccess 只能使用某幾顆核心,那在 Linux 也有這樣的功能嗎?? 恩!!真的不知道除了 #renice 和 #ulimit 外可以調整 Proce […]
在 Linux 使用 lspci 只要可以看到目前系統所有的裝置. 後面可以很清楚知道是裝置名稱,如果有裝置是 unknown 的,需要更新 /usr/share/hwdata/pci.ids 請參考更新方式 https://benjr.tw/265 不過這一次我要說明的是前面的 3 個數字是各代表 […]
在 Linux 下要如何得知 PCI-E Bus 使用的是 Gen (Generation) 1 還是 Gen2 還是新一代的 Gen 3 雖然使用 #lspci 只要可以看到目前系統所有的裝置.但是好像看不到 PCI-E Bus 所採用的是哪一代的 PCI-E. 如果有裝置是 unknown 的, […]
雖然找到另外 Linux 下 CPU 效能檢測的工具,但他們都只針對單核心在做運算.建議使用另外一套 SysBench(CPU) https://benjr.tw/8715 CPU Burn-in http://www.cpuburnin.com/ 下載下來,解開就只有一個執行檔,後面的參數是時間, […]
Linux 下常見的壓力測試工具不多,而且通常很分散,要不然就是協力廠商所開發的工具需收費而且所費不貲,不過現在 Linux 下有一套比較完整的壓力測試工具 sysbench http://sysbench.sourceforge.net/ 使用上很簡單,用 apt-get install 就可以安 […]
在 GUI 的環境下有 gnome-system-monitor 以及 ksysguard 但在文字模是下我們雖然可以透過 top 來觀看 CPU 的使用率.我們還可以透過 mpstat 來看 CPU 的使用率與統計. 先來看看 mpstat ,在使用 mpstat 時預顯示結果為 CPU 從開機後 […]
“Top” 是 Linux 提供的系統監控程式, 我們可以藉這支工具得知目前系統資源的使用狀態,使用方法很簡單直接在 command line 打入 top 即可,不過要怎麼看得懂他提供的資訊才是最重要的關鍵. 來看看每一行所代表的意思 top – 14:47:3 […]