Linux command – ethtool
ethtool 在 Linux 下面算是一個常用到的指令,關於網卡的設定值或是要重新設定都是透過這一個指令來使用. ethtool devname ethtool -s devname ethtool -s devname speed N [duplex half|full] [port tp|au […]
ethtool 在 Linux 下面算是一個常用到的指令,關於網卡的設定值或是要重新設定都是透過這一個指令來使用. ethtool devname ethtool -s devname ethtool -s devname speed N [duplex half|full] [port tp|au […]
ls ls 指令 – https://benjr.tw/24108只能很簡單的看目前所有檔案,一些要列出 該目錄下 所有目錄及檔案數量 的顯示方式都沒有辦法,須要透過標準表示式才能完成,這些指令是在網路上找到的. 顯示當前目錄下 “./” 的檔案數目: 顯示當前目 […]
什麼是 IP over IB (IPoIB) ,簡單的說就像是 FCoE 只是這一次把 IP 的封包會透過 Infiniband 傳送出去,兩端的應用還是像是一般 network 般. IPoIB 將 IP datagrams 封裝起來透過 InfiniBand 的模式 (Connected 或 D […]
手邊有兩張 ConnectX®-3 EN Single/Dual-Port 10 and 40 Gigabit Ethernet Adapters PCI Express 3.0 的卡.詳細資料 http://www.mellanox.com/page/products_dyn?product_fa […]
mount – https://benjr.tw/23515 我常常用,但他的參數千千萬萬種,用過的就那幾個.同事說有一個參數 directio – http://linux.die.net/man/8/mount.cifs 可以加快 samba 分享的網路硬碟速度,用 #m […]
奇怪了, Ubuntu 下好像是不能使用 windows 網路芳鄰或是由 Linux samba 所分享出來的網路硬碟.以前在 command line 指令列下使用 mount 然後指定 -t (type) 為 smbfs 或是 cifs 即可使用,現在這樣好像不能用. 沒關係我還記得另外一個指令 […]
測試磁碟 I/O 的工具有 dd, hdparm , Iometer 或是 Fio 的 Disk I/O 來測試儲存裝置的速度. 使用上述四種測試 Disk I/O 工具,環境為一顆 SSD (Micron RealSSD P400e 200Gb SATA III 2.5) 硬碟,連接埠為 SATA […]
實驗性質 Iometer 在磁碟掛載下 Mount file system, 和不掛載下的 Raw device 哪一種效能會比較好?? 測試磁碟 I/O 的工具當然是用 Iometer ,關於 Iometer 的使用請自行參考 – iometer – Quick start , iom […]
ERROR: Getting host name for “localhost.localdomain” failed 常見的 Iometer 錯誤就是當你的網路環境沒有使用 DNS 造成 Hostname 和 IP 無法相對映上的時候就會看到下面的錯誤訊息!! 這時只要調整 […]
透過 #lshw 的功能可以檢視系統的硬體設施. 包括記憶體組態 (memory configuration),韌體版本 (firmware version),主機板組態 (mainboard configuration),處理器版本以及速度 (CPU version and speed),快取組態 […]