安裝stress測試工具指令:
sudo apt-get install stress
stress測試項目如下:
CPU的指令參數 -c
記憶體指令參數 -m
硬碟指令參數 -d
測試時間指令參數 -t
測試1個CPU線程
stress -c 1
測試4個CPU線程
stress -c 4
使用3個程序來測試記憶體,預設1個程序為250MB(總共750MB)
stress -m 3
使用3個程序來測試記憶體,每個程序為500MB (等於1.5G的Ram)
stress -m 3 --vm-bytes 500M
使用1個程序來測試硬碟存取,預設1個程序為1GB資料存取
stress -d 1
使用2個程序來測試硬碟存取,並設定每1個程序為512MB資料存取(總共1GB)
stress -d 2 --hdd-bytes 512M
燒機測試使用4線程CPU、2個程序測試記憶體、1個程序來測試硬碟存取
stress -c 4 -m 2 -d 1
設定測試時間為一小時
stress -c 4 -m 2 -d 1 -t 3600s
stress -c 4 -m 2 -d 1 -t 60M
2015年7月9日 星期四
[Ubuntu] install ARP-scan
install arp-scan command:
sudo apt-get install arp-scan
arp-scan command:
sudo arp-scan --interface=eth0 192.168.168.0/24
or
sudo arp-scan 192.168.168.0/24
訂閱:
文章 (Atom)
Ubuntu Libreoffice add Chinese language
sudo apt-get install libreoffice sudo apt-get install libreoffice-l10n-zh-tw libreoffice-help-zh-tw 如要新增簡體中文則輸入下方指令: sudo apt-get instal...
-
安裝stress測試工具指令: sudo apt-get install stress stress測試項目如下: CPU的指令參數 -c 記憶體指令參數 -m 硬碟指令參數 -d 測試時間指令參數 -t 測試1個C...
-
If you want to have access to HFS site via IPV6 you can use next hack: 1. Download relay6 from http://sourceforge.net/projects/relay6/file...