Linux command – Stressful Application Test (Memory)
前面有使用過 Stressful Application Test (Stressapptest) https://benjr.tw/96740 這邊針對他的 記憶體 測試詳細來做說明. 測試環境為 Ubuntu16.04 64bits Memory 與記憶體相關的參數 -s seconds : N […]
前面有使用過 Stressful Application Test (Stressapptest) https://benjr.tw/96740 這邊針對他的 記憶體 測試詳細來做說明. 測試環境為 Ubuntu16.04 64bits Memory 與記憶體相關的參數 -s seconds : N […]
前面有使用過 Stressful Application Test (Stressapptest) https://benjr.tw/96740 這邊針對他的 CPU-Cache 測試來做說明. 測試環境為 Ubuntu16.04 64bits CPU-Cache 測試多處理器的快取一致性(cach […]
前面有使用過 Stressful Application Test (Stressapptest) https://benjr.tw/96740 這邊針對他的網路測試來做說明. 測試環境為 Ubuntu16.04 64bits Net Copy Stressapptest 也可以透過網路來進行測試, […]
前面有使用過 Stressful Application Test (Stressapptest) https://benjr.tw/96740 這邊針對他的硬碟測試來做說明. 測試環境為 Ubuntu16.04 64bits File Copy 執行 2 個檔案的 IO threads, 自動檢測 […]
測試環境為 RHEL (RedHat Enterprise Linux) 6.8 如果你的 DHCP Server 有多個網路埠就可以設定成不同網段的 subnet Subnet – 10.0.0.0 (DHCP : 10.0.0.1) eth0 Subnet – 172.1 […]
Stressful Application Test (stressapptest) 程式可以在 memory 到 processor 與 I/O 之間產生大量的隨機流量,主要用於模擬系統在高負載情況下的壓力測試,他現在屬於 apache 2.0 license.連 google 也使用這工具是確保 […]
要把 Fio 當作硬碟的壓力測試工具,有兩個參數可以使用,關於 FIO 的基礎使用與設定請參考 https://benjr.tw/34632 測試環境為 Ubuntu 16.04 64bit verify=str Method of verifying file contents after eac […]
指令 #smartctl – https://benjr.tw/95984 是透過硬碟本身所提供的 S.M.A.R.T. (Self-Monitoring Analysis and Reporting Technology )技術 ,他可以根據檢測屬性的結果來決定該顆硬碟的使用是否快故障. 我們可以 […]
之前用過 Memtest86+ https://benjr.tw/491 ,無法直接在 Linux 環境下直接來使用,Memtester 可以直接在 Linux 環境下執行,且可以從 apt-get 下載使用,官方網站 http://pyropus.ca/software/memtester/ 使用 […]
測試環境 Ubuntu 16.04 (X86_64) 如何在 x86_64 環境下產生非 x86_64 的虛擬機器.這就需要透過 QEMU machine emulator 透過全模擬的方式來做. 在使用 QEMU machine emulator 前,我們先來看看 QEMU 三種不同的模擬方式 m […]