Tanya tentang IO speed


Status
Not open for further replies.

merkurius

Poster 2.0
halo para penghuni DWH saya maw nanya nih... saya kan ada account reseller vps di salah hoster indo.. nah karena iseng2 saya tes cek IO speednya menggunakan command ini

Code:
dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync
dan yg saya dapat hasil dr 2 node berbedap dalam 1 reseller account itu 5,6 mbps dan 3,8 mbps...
apakah ini termasuk sangat rendah? karena dari tetangga dapat io speed 67,6 mbps..
apa pula akibatny kalo IO speed yg terlalu rendah
 

drupadi

Apprentice 1.0
Kendala di VPS kebanyakan disk i/o yang rendah, saya pun begitu di KVM.
Untuk 5.6Mbps dan 3.8 Mbps termasuk rendah, bagusnya sekitar 10Mbps keatas.
Akibatnya resource RAM & CPU masih banyak tapi vps terasa lambat karena disk I/O rendah.
 

BennyKusman

Hosting Guru
Verified Provider
halo para penghuni DWH saya maw nanya nih... saya kan ada account reseller vps di salah hoster indo.. nah karena iseng2 saya tes cek IO speednya menggunakan command ini

Code:
dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync
dan yg saya dapat hasil dr 2 node berbedap dalam 1 reseller account itu 5,6 mbps dan 3,8 mbps...
apakah ini termasuk sangat rendah? karena dari tetangga dapat io speed 67,6 mbps..
apa pula akibatny kalo IO speed yg terlalu rendah

apakah ada program yang jalan pada waktu di tes?
setahu saya, kalau raid10, dd biasa > 100MB/s... tapi tergantung juga apa saja program yang sedang berjalan..
yang saya baca di wht, command 'dd' tidak begitu akurat untuk mendiskripsikan IO speed.. saran cpserv tentang ioping mungkin lebih tepat..
 

cpserv

Expert 1.0
buat perbandingan aja.

OS : Debian 6 32bit semuanya
RAM : 256-512MB
HD : SATA II
Environment : KVM VPS

Raid1 Software Raid
# dd if=/dev/zero of=test.file bs=64k count=16k conv=fdatasync;rm -f test.file
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 32.0439 seconds, 33.5 MB/s

Raid1 Hardware Raid
# dd if=/dev/zero of=test.file bs=64k count=16k conv=fdatasync;rm -f test.file
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 22.1251 s, 48.5 MB/s

Raid10 Hardware Raid (WriteThrough Cache)
# dd if=/dev/zero of=test.file bs=64k count=16k conv=fdatasync;rm -f test.file
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 15.5083 s, 69.2 MB/s

Raid10 Hardware Raid (WriteBack Cache)
# dd if=/dev/zero of=test.file bs=64k count=16k conv=fdatasync;rm -f test.file
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 6.5835 s, 163 MB/s
 

GriyaHosting

Expert 1.0
ikutan test dengan xen hvm raid hardware 10 harddisk wdc re4 :
dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 12.8099 seconds, 83.8 MB/s
 

mlutfiup

Hosting Guru
[root@xxx~]# dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 24.4961 seconds, 43.8 MB/s

OpenVZ server canada :D
 

bantuemak

Banned!
tes :D

16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 7.19191 s, 149 MB/s
 

BennyKusman

Hosting Guru
Verified Provider
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 8.06989 seconds, 133 MB/s

16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 1.90127 seconds, 565 MB/s

Dua2nya pake virtuozzo.
 
Status
Not open for further replies.

Top