TestCenter – Wizards 效能測試 (RFC2544)
前面採用了手動的設定方式 Install / Connect – https://benjr.tw/626 All Devices (Hosts, Routers,…) – https://benjr.tw/4733 All Stream Blocks ̵ […]
前面採用了手動的設定方式 Install / Connect – https://benjr.tw/626 All Devices (Hosts, Routers,…) – https://benjr.tw/4733 All Stream Blocks ̵ […]
什麼是 LVM 傳統的硬碟空間在切割完時就決定了大小,如果要重新規劃必須將資料先備份下來,硬碟磁區重新切割才可能有改變原來的硬碟磁區環境.透過 LVM (Logical Volume Manager) 就不同了,LVM 是一種可以動態變更 Volume 大小的方式 (由 LVM 所切割出來的空間稱為 […]
LVM(Logical Volume Manager) Step 1:PV 的建立 # pvcreate /dev/hdi1 /dev/hdi2 /dev/hdi3 Step 2:VG 的建立 # vgcreate -s 32M volume00 /dev/hdi1 /dev/hdi2 /dev/h […]
LVM mapping modes (linear/striped)的功能 Step 0:前言 Step 1:PV 的建立 # pvcreate /dev/hdi1 /dev/hdj1 Step 2:VG 的建立 # vgcreate volume00 /dev/hdi1 /dev/hdj1 Ste […]
使用 LVM 的 Snapshots 功能來進行備份 Step 0:前言 Step 1:建立 snapshot LV # lvcreate -s -L 3G -n sanpshot /dev/volume00/LVOL1 Step 2:掛載你的 snapshot #mount -o ro /dev/ […]
LUN(Logical Unit Number): 通常 SCSI RAID 會用多顆 SCSI HD 組合成一個邏輯裝置(LUN),SCSI 控制器就可以使用單一的邏輯裝置來做存取.除了 RAID 外最常遇見的就是在 SAN (Fiber / iSCSI) 上面,通常 SAN 指定給 Server […]
前面設定了 Install / Connect – https://benjr.tw/626 All Devices (Hosts, Routers,…) – https://benjr.tw/4733 All Stream Blocks – http […]
前面設定好了 Install / Connect – https://benjr.tw/626 All Devices (Hosts, Routers,…) – https://benjr.tw/4733 我們來設定 All Stream Blocks,在 All […]
第一步就是 TestCenter Install / Connect 設定方式請參考 https://benjr.tw/626 接下來設定 All Devices (Hosts, Routers,…) ,所需要的 Server 必須要有兩個網路埠. TestCenter 所需的網路埠也一樣是兩個而實 […]
之前有一篇是關於 smartbits – Performance 網卡效能測試 這是測試 NIC 卡的,如果要測試 Switch 有什麼不同的嗎??其實最大的不同是 Switch 不用設定 IP . Switch 與 smartbits 所需的網路埠也一樣是兩個而實際的接圖如下: 在開始前你必須先知 […]