
galihrezah.blogspot.com -
cara membuat review ga susah ko gan...
kita ambil sample test di vps gratis yang biasa q share tiap hari
code buat dasar testnya seperti ini

cara pakenya cuma ketikan
wget galihrezah.org/bench.sh -O - -o /dev/null|bash
atau backup perintahnya disini
http://galihrezah.mywapblog.com/files/bench.zip
hasilnya sebagai contoh seperti ini
aivenysr@IP3216E53A:~$ wget galihrezah.org/bench.sh -O - -o /dev/null|bash
CPU model : Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
Number of cores : 1
CPU frequency : 2400.128 MHz
Total amount of ram : 1044 MB
Total amount of swap : 2047 MB
System uptime : 16:31,
Download speed from CacheFly: 56.6MB/s
Download speed from Coloat, Atlanta GA: 27.3MB/s
Download speed from Softlayer, Dallas, TX: 24.6MB/s
Download speed from Linode, Tokyo, JP: 5.14MB/s
Download speed from Linode, London, UK: 3.52MB/s
Download speed from Leaseweb, Haarlem, NL: 13.7MB/s
Download speed from Softlayer, Singapore: 5.63MB/s
Download speed from Softlayer, Seattle, WA: 5.32MB/s
Download speed from Softlayer, San Jose, CA: 14.1MB/s
Download speed from Softlayer, Washington, DC: 65.6MB/s
dan untuk tes iopingnya
32 bit:
wget http://galihrezah.org/ioping -O /bin/ioping; chmod 755 /bin/ioping
64 Bit:
wget http://galihrezah.org/ioping-64.bin -O /bin/ioping;chmod 755 /bin/ioping

kalau gagal
u bisa menggunakan code ini
wget http://galihrezah.org/ioping -O /bin/ioping; chmod 755 /bin/ioping
dan untuk backup codenya
http://galihrezah.mywapblog.com/files/ioping.zip
dan cara menjalankannya
ioping -Dc 10 .
ioping -Dc 10 -s 256k .
ioping -DR .
ioping -DR -s 256k .
ioping -Cc 10 .
ioping -Cc 10 -s 256k .
ioping -CR .
ioping -CR -s 256k .
dan hasilnya
[root@phreaker ~]# ioping . -c 10
4096 bytes from . (simfs /dev/simfs): request=1 time=0.1 ms
4096 bytes from . (simfs /dev/simfs): request=2 time=0.1 ms
4096 bytes from . (simfs /dev/simfs): request=3 time=0.1 ms
4096 bytes from . (simfs /dev/simfs): request=4 time=0.1 ms
4096 bytes from . (simfs /dev/simfs): request=5 time=0.1 ms
4096 bytes from . (simfs /dev/simfs): request=6 time=0.1 ms
4096 bytes from . (simfs /dev/simfs): request=7 time=0.2 ms
4096 bytes from . (simfs /dev/simfs): request=8 time=0.1 ms
4096 bytes from . (simfs /dev/simfs): request=9 time=0.1 ms
4096 bytes from . (simfs /dev/simfs): request=10 time=0.1 ms
--- . (simfs /dev/simfs) ioping statistics ---
10 requests completed in 9009.1 ms, 8993 iops, 35.1 mb/s
min/avg/max/mdev = 0.1/0.1/0.2/0.0 ms
dan untuk yang kedua
[root@phreaker ~]# ioping -Dc 10 -s 256k .
262144 bytes from . (simfs /dev/simfs): request=1 time=112.8 ms
262144 bytes from . (simfs /dev/simfs): request=2 time=2.4 ms
262144 bytes from . (simfs /dev/simfs): request=3 time=2.4 ms
262144 bytes from . (simfs /dev/simfs): request=4 time=37.3 ms
262144 bytes from . (simfs /dev/simfs): request=5 time=2.1 ms
262144 bytes from . (simfs /dev/simfs): request=6 time=2.8 ms
262144 bytes from . (simfs /dev/simfs): request=7 time=2.5 ms
262144 bytes from . (simfs /dev/simfs): request=8 time=14.3 ms
262144 bytes from . (simfs /dev/simfs): request=9 time=2.5 ms
262144 bytes from . (simfs /dev/simfs): request=10 time=2.8 ms
--- . (simfs /dev/simfs) ioping statistics ---
10 requests completed in 9188.8 ms, 55 iops, 13.7 mb/s
min/avg/max/mdev = 2.1/18.2/112.8/33.3 ms
dan selanjutnya
[root@phreaker ~]# ioping -DR .
R -s 256k .
ioping -Cc 10 .
ioping -Cc 10 -s 256k .
ioping -CR .
ioping -CR -s 256k .
--- . (simfs /dev/simfs) ioping statistics ---
2258 requests completed in 3007.7 ms, 2650 iops, 10.4 mb/s
min/avg/max/mdev = 0.0/0.4/77.2/3.5 ms
[root@phreaker ~]# ioping -DR -s 256k .
--- . (simfs /dev/simfs) ioping statistics ---
517 requests completed in 3005.8 ms, 210 iops, 52.5 mb/s
min/avg/max/mdev = 2.0/4.8/300.0/14.5 ms
[root@phreaker ~]# ioping -Cc 10 .
4096 bytes from . (simfs /dev/simfs): request=1 time=0.0 ms
4096 bytes from . (simfs /dev/simfs): request=2 time=0.0 ms
4096 bytes from . (simfs /dev/simfs): request=3 time=0.0 ms
4096 bytes from . (simfs /dev/simfs): request=4 time=0.0 ms
4096 bytes from . (simfs /dev/simfs): request=5 time=0.0 ms
4096 bytes from . (simfs /dev/simfs): request=6 time=0.0 ms
4096 bytes from . (simfs /dev/simfs): request=7 time=0.0 ms
4096 bytes from . (simfs /dev/simfs): request=8 time=0.0 ms
4096 bytes from . (simfs /dev/simfs): request=9 time=0.0 ms
4096 bytes from . (simfs /dev/simfs): request=10 time=0.0 ms
--- . (simfs /dev/simfs) ioping statistics ---
10 requests completed in 9009.2 ms, 188679 iops, 737.0 mb/s
min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
[root@phreaker ~]# ioping -Cc 10 -s 256k .
262144 bytes from . (simfs /dev/simfs): request=1 time=0.1 ms
262144 bytes from . (simfs /dev/simfs): request=2 time=0.1 ms
262144 bytes from . (simfs /dev/simfs): request=3 time=0.1 ms
262144 bytes from . (simfs /dev/simfs): request=4 time=0.1 ms
262144 bytes from . (simfs /dev/simfs): request=5 time=0.1 ms
262144 bytes from . (simfs /dev/simfs): request=6 time=0.1 ms
262144 bytes from . (simfs /dev/simfs): request=7 time=0.1 ms
262144 bytes from . (simfs /dev/simfs): request=8 time=0.1 ms
262144 bytes from . (simfs /dev/simfs): request=9 time=0.1 ms
262144 bytes from . (simfs /dev/simfs): request=10 time=0.1 ms
--- . (simfs /dev/simfs) ioping statistics ---
10 requests completed in 9009.8 ms, 14663 iops, 3665.7 mb/s
min/avg/max/mdev = 0.1/0.1/0.1/0.0 ms
[root@phreaker ~]# ioping -CR .
--- . (simfs /dev/simfs) ioping statistics ---
2988 requests completed in 3000.2 ms, 232114 iops, 906.7 mb/s
min/avg/max/mdev = 0.0/0.0/0.0/0.0 ms
[root@phreaker ~]# ioping -CR -s 256k .
--- . (simfs /dev/simfs) ioping statistics ---
2980 requests completed in 3000.7 ms, 17986 iops, 4496.5 mb/s
min/avg/max/mdev = 0.0/0.1/0.1/0.0 ms
[root@phreaker ~]#
note : untuk test ioping harus root user
dan selanjutnya geekbench
ini tidak memerlukan root user
codenya langsung aja yah biar cepet
wget http://s3.amazonaws.com/geekbench/Geekbench-2.2.7-Linux.tar.gz
tar -zxvf Geekbench-2.2.7-Linux.tar.gz
cd dist/Geekbench-2.2.7-Linux
untuk 32 bit
./geekbench_x86_32
untuk 64bit
./geekbench_x86_64
aivenysr@IP3216E53A:~$ wget http://s3.amazonaws.com/geekbench/Geekbench-2.2.7-Li
nux.tar.gz
--2013-03-19 05:08:33-- http://s3.amazonaws.com/geekbench/Geekbench-2.2.7-Linux
.tar.gz
Resolving s3.amazonaws.com... 72.21.195.1
Connecting to s3.amazonaws.com|72.21.195.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3351394 (3.2M) [application/x-gzip]
Saving to: `Geekbench-2.2.7-Linux.tar.gz'
100%[======================================>] 3,351,394 --.-K/s in 0.1s
2013-03-19 05:08:34 (28.4 MB/s) - `Geekbench-2.2.7-Linux.tar.gz' saved [3351394/
3351394]
aivenysr@IP3216E53A:~$ tar -zxvf Geekbench-2.2.7-Linux.tar.gz
dist/Geekbench-2.2.7-Linux/
dist/Geekbench-2.2.7-Linux/geekbench_x86_64
dist/Geekbench-2.2.7-Linux/geekbench.plar
dist/Geekbench-2.2.7-Linux/geekbench_x86_32
aivenysr@IP3216E53A:~$ cd dist/Geekbench-2.2.7-Linux
aivenysr@IP3216E53A:~/dist/Geekbench-2.2.7-Linux$ ./geekbench_x86_32
Geekbench 2.2.7 : http://www.primatelabs.ca/geekbench/
Geekbench is in tryout mode
Geekbench is limited to running 32-bit benchmarks while in tryout mode.
Please purchase Geekbench to remove all limitations found in tryout mode.
If you would like to purchase Geekbench you can do so online:
http://store.primatelabs.ca/
If you have already purchased Geekbench, enter your email address and license
key from your email receipt with the following command line:
./geekbench_x86_32 -r
Run Geekbench as root to gather accurate system information.
System Information
Operating System Ubuntu 10.04.4 LTS 2.6.32-350-ec2 x86_64
Model
Motherboard
Processor Intel(R) Xeon(R) CPU E5620 @ 2.40GHz @ 2.40 G
Hz
1 Processor
Processor ID GenuineIntel Family 6 Model 44 Stepping 2
L1 Instruction Cache 32.0 KB
L1 Data Cache 32.0 KB
L2 Cache 256 KB
L3 Cache 12.0 MB
Memory 1.02 GB
BIOS
Integer
Blowfish
single-threaded scalar 1685 ||||||
multi-threaded scalar 1798 |||||||
Text Compress
single-threaded scalar 1908 |||||||
multi-threaded scalar 1857 |||||||
Text Decompress
single-threaded scalar 1866 |||||||
multi-threaded scalar 1921 |||||||
Image Compress
single-threaded scalar 1596 ||||||
multi-threaded scalar 1567 ||||||
Image Decompress
single-threaded scalar 1447 |||||
multi-threaded scalar 1490 |||||
Lua
single-threaded scalar 3015 ||||||||||||
multi-threaded scalar 3008 ||||||||||||
Floating Point
Mandelbrot
single-threaded scalar 2015 ||||||||
multi-threaded scalar 2049 ||||||||
Dot Product
single-threaded scalar 3294 |||||||||||||
multi-threaded scalar 3499 |||||||||||||
single-threaded vector 3816 |||||||||||||||
multi-threaded vector 4383 |||||||||||||||||
LU Decomposition
single-threaded scalar 1535 ||||||
multi-threaded scalar 1559 ||||||
Primality Test
single-threaded scalar 3237 ||||||||||||
multi-threaded scalar 2588 ||||||||||
Sharpen Image
single-threaded scalar 5649 ||||||||||||||||||||||
multi-threaded scalar 5714 ||||||||||||||||||||||
Blur Image
single-threaded scalar 4975 |||||||||||||||||||
multi-threaded scalar 4996 |||||||||||||||||||
Memory
Read Sequential
single-threaded scalar 5153 ||||||||||||||||||||
Write Sequential
single-threaded scalar 8203 ||||||||||||||||||||||||||||||||
Stdlib Allocate
single-threaded scalar 3856 |||||||||||||||
Stdlib Write
single-threaded scalar 3079 ||||||||||||
Stdlib Copy
single-threaded scalar 6102 ||||||||||||||||||||||||
Stream
Stream Copy
single-threaded scalar 4588 ||||||||||||||||||
single-threaded vector 5756 |||||||||||||||||||||||
Stream Scale
single-threaded scalar 3979 |||||||||||||||
single-threaded vector 5625 ||||||||||||||||||||||
Stream Add
single-threaded scalar 4451 |||||||||||||||||
single-threaded vector 6060 ||||||||||||||||||||||||
Stream Triad
single-threaded scalar 4716 ||||||||||||||||||
single-threaded vector 4431 |||||||||||||||||
Benchmark Summary
Integer Score 1929 |||||||
Floating Point Score 3522 ||||||||||||||
Memory Score 5278 |||||||||||||||||||||
Stream Score 4950 |||||||||||||||||||
Geekbench Score 3458 |||||||||||||
Upload results to the Geekbench Result Browser? [Y/n]y
Uploading results to the Geekbench Result Browser. This could take a minute
or two depending on the speed of your internet connection.
Upload succeeded. Visit the following link and view your results online:
http://browse.geekbench.ca/geekbench2/view/1772440
Visit the following link and add this result to your profile:
http://browse.geekbench.ca/geekbench2/claim/1772440?key=657148
aivenysr@IP3216E53A:~/dist/Geekbench-2.2.7-Linux$
note : ini hanyak untuk os 32 bit...
dan kamu bisa mengakses dan share hasil vps kamu di
http://browse.geekbench.ca/geekbench2/view/1772440
(sample)

dan untuk mengamankan datanya kalian bisa download di
http://galihrezah.mywapblog.com/files/geekbench-2-2-7-linux.zip
wget http://galihrezah.mywapblog.com/files/geekbench-2-2-7-linux.zip
unzip geekbench-2-2-7-linux.zip
cd dist/Geekbench-2.2.7-Linux
./geekbench_x86_32
gampang kan? ehehehehhe
Mengetahui Memori RAM
Ketikkan perintah : cat /proc/meminfo
Mengetahui CPU Core
Ketikkan perintah : cat /proc/cpuinfo
Mengetahui kapasitas harddisk
Ketikkan perintah : df -H
Mengetahui stabilitas
Ketikkan perintah : w
Mengetahui versi linux (dalam hal ini adalah centos)
Ketikkan perintah : cat /proc/version
Mengetahui release Centos
Ketikkan perintah : cat /etc/*release*
Mengetahui 32 bit atau 64 bit
Ketikkan perintah : uname -a
dan ini hasil di tempat vps q
aivenysr@IP3216E53A:~/dist/Geekbench-2.2.7-Linux$ cat /proc/meminfo
MemTotal: 1069288 kB
MemFree: 766344 kB
Buffers: 33608 kB
Cached: 89748 kB
SwapCached: 0 kB
Active: 134372 kB
Inactive: 46404 kB
Active(anon): 31580 kB
Inactive(anon): 36772 kB
Active(file): 102792 kB
Inactive(file): 9632 kB
Unevictable: 2660 kB
Mlocked: 2660 kB
SwapTotal: 2096440 kB
SwapFree: 2096440 kB
Dirty: 20 kB
Writeback: 0 kB
AnonPages: 60132 kB
Mapped: 30772 kB
Shmem: 9088 kB
Slab: 39912 kB
SReclaimable: 29964 kB
SUnreclaim: 9948 kB
KernelStack: 848 kB
PageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 2631084 kB
Committed_AS: 506940 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 7220 kB
VmallocChunk: 34359724904 kB
DirectMap4k: 1048576 kB
DirectMap2M: 0 kB
aivenysr@IP3216E53A:~/dist/Geekbench-2.2.7-Linux$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 44
model name : Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
stepping : 2
cpu MHz : 2400.128
cache size : 12288 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu de tsc msr pae cx8 apic sep cmov pat clflush acpi mmx fxsr
sse sse2 ss ht syscall nx lm constant_tsc up rep_good aperfmperf pni ssse3 cx16
sse4_1 sse4_2 popcnt hypervisor lahf_lm arat
bogomips : 4828.14
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
aivenysr@IP3216E53A:~/dist/Geekbench-2.2.7-Linux$ df -H
Filesystem Size Used Avail Use% Mounted on
/dev/xvda2 27G 1.9G 23G 8% /
none 507M 127k 507M 1% /dev
none 548M 0 548M 0% /dev/shm
none 548M 87k 548M 1% /var/run
none 548M 0 548M 0% /var/lock
none 548M 0 548M 0% /lib/init/rw
/dev/xvda1 247M 22M 213M 10% /boot
aivenysr@IP3216E53A:~/dist/Geekbench-2.2.7-Linux$ w
05:30:00 up 17:22, 1 user, load average: 0.00, 0.00, 0.00
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
aivenysr pts/0 112.215.66.121 04:38 0.00s 0.17s 0.02s sshd: aivenysr
aivenysr@IP3216E53A:~/dist/Geekbench-2.2.7-Linux$ cat /proc/version
Linux version 2.6.32-350-ec2 (buildd@allspice) (gcc version 4.4.3 (Ubuntu 4.4.3-
4ubuntu5.1) ) #61-Ubuntu SMP Wed Feb 20 11:02:06 UTC 2013
aivenysr@IP3216E53A:~/dist/Geekbench-2.2.7-Linux$ cat /etc/*release*
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"
aivenysr@IP3216E53A:~/dist/Geekbench-2.2.7-Linux$ uname -a
Linux IP3216E53A 2.6.32-350-ec2 #61-Ubuntu SMP Wed Feb 20 11:02:06 UTC 2013 x86_
64 GNU/Linux
udah dulu yah kepanjangan kayaknya postingnya eheheheh
semoga bermanfaat Maju terus indonesia dan tetap berhati-hati dalam hidup ini,semoga bermanfaat dan sukses semoga ALLAH slalu memberikan yang terbaik selamanya kepada galihrezah dan kekasihnya,,,amin hehehe makasih blog galihrezah.blogspot.com BEBAS DI COPY PASTE posting ini di buat untuk memberikan pengetahuan kepada yang belum mengetahuinya,jadi tidak ada larangan untuk tidak mengcopy di blog ini,trimakasih untuk yang udah mau mengcopy di blog ini,sebarkan ilmu semampu anda dengan ikhlas kawan, semoga ALLAH membalas kebaikan anda.amin
bentar ane mikir dulu buat postingan besok,,hehe
hehehe jadi malu
kabur ah..hahaha
waduh kurang cepet ne
balik lagi ah hehehe..
eh ga jadi kabur hihihi
maaf-maaf kalau ane ada salah..hehe
minum dulu gan
salam kenal yah hehehe
thanks for visiting this blog and CMIIW (Correct Me If I am Wrong) laporkan kesini http://facebook.com/mamawmastercrackerbila link unduh broken,untuk daftar isi disini rss galihrezah.blogspot.com - hohoho selamat mengcopy ya sob 





Posting Komentar