Dimana Bisa Mengetahui Sebuah Web Hosting Menggunakan SSD atau HDD


Status
Not open for further replies.

YokoWasis

Poster 2.0
kalo shared hosting susah juga. Biasanya dilimit biar tidak abuse. Jadi ya mau pake hdd atau ssd ya ndak ketahuan. Seperti shared hosting yg saya pake sekarang di limit 10 MB/s (dikasi shell access, jadi bisa ngetest).
 

natanetwork

Hosting Guru
Verified Provider
sudah coba pake ZFS manual.. tapi kok I/Onya kecil ya?

Code:
[root@usa-node02 ~]# zpool create -f  myzfs mirror /dev/sda5 /dev/sdb5 cache /dev/sda4 /dev/sdb4
[root@usa-node02 ~]# zpool status
  pool: myzfs
 state: ONLINE
  scan: none requested
config:

   NAME        STATE     READ WRITE CKSUM
   myzfs       ONLINE       0     0     0
     mirror-0  ONLINE       0     0     0
       sda5    ONLINE       0     0     0
       sdb5    ONLINE       0     0     0
   cache
     sda4      ONLINE       0     0     0
     sdb4      ONLINE       0     0     0

errors: No known data errors
[root@usa-node02 ~]# cd /myzfs
[root@usa-node02 myzfs]# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1,1 GB) copied, 6,40916 s, 168 MB/s
[root@usa-node02 myzfs]# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1,1 GB) copied, 7,87374 s, 136 MB/s

yg kemarin di DS pake ZFS itu langsung ya? kalo yg manual ini dari ext4 di convert dulu ke ZFS om?
menarik jg..
 

Bestariweb Hosting

Hosting Guru
The Warrior
Verified Provider
yg kemarin di DS pake ZFS itu langsung ya? kalo yg manual ini dari ext4 di convert dulu ke ZFS om?
menarik jg..
iya.. kalau manual:
- install DS / = 100GB (/dev/sda1 + /dev/sdb1 -> /dev/md0 RAID 1) plus swap 4GB.. sisanya kosongin
- install ZFS
- partisi /dev/sda3 dan /dev/sdb3 dgn format zfs (tipe partisi 33)
- buat zfs pool dari sda3 dan sdb3
Hasilnya gak jauh beda dgn ext atau raid1 biasa. mungkin karena root masih pakai ext
 

mitrahosting.com

Apprentice 2.0
Permisi, apa betul setelah ngetest seperti dibawah ini, akan timbul file bernama : test dengan ukuran 1 GB ya ?

[root@pegasus ~]# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 2.10002 s, 511 MB/s
 

natanetwork

Hosting Guru
Verified Provider
Permisi, apa betul setelah ngetest seperti dibawah ini, akan timbul file bernama : test dengan ukuran 1 GB ya ?

[root@pegasus ~]# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 2.10002 s, 511 MB/s
iya bener..kalo mau ditambahi aja rm -rf test
 
Status
Not open for further replies.

Top