Advertisement
mylosepz

digital ocean VPS 256MB

Aug 26th, 2012
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.02 KB | None | 0 0
  1. digital ocean VPS 256MB
  2.  
  3. =========================================================================================================
  4.  
  5. # cat /proc/cpuinfo
  6. processor       : 0
  7. vendor_id       : GenuineIntel
  8. cpu family      : 6
  9. model           : 2
  10. model name      : QEMU Virtual CPU version 1.0
  11. stepping        : 3
  12. cpu MHz         : 2327.468
  13. cache size      : 4096 KB
  14. fdiv_bug        : no
  15. hlt_bug         : no
  16. f00f_bug        : no
  17. coma_bug        : no
  18. fpu             : yes
  19. fpu_exception   : yes
  20. cpuid level     : 4
  21. wp              : yes
  22. flags           : fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm up pni vmx cx16 lahf_lm
  23. bogomips        : 4654.93
  24.  
  25. # cat /proc/meminfo
  26. MemTotal:       255040 kB
  27. MemFree:        218600 kB
  28. Buffers:          2756 kB
  29. Cached:          22552 kB
  30. SwapCached:          0 kB
  31. Active:          10924 kB
  32. Inactive:        17540 kB
  33. HighTotal:           0 kB
  34. HighFree:            0 kB
  35. LowTotal:       255040 kB
  36. LowFree:        218600 kB
  37. SwapTotal:           0 kB
  38. SwapFree:            0 kB
  39. Dirty:               0 kB
  40. Writeback:           0 kB
  41. AnonPages:        3172 kB
  42. Mapped:           3904 kB
  43. Slab:             4728 kB
  44. PageTables:        432 kB
  45. NFS_Unstable:        0 kB
  46. Bounce:              0 kB
  47. CommitLimit:    127520 kB
  48. Committed_AS:    40396 kB
  49. VmallocTotal:   770040 kB
  50. VmallocUsed:      2680 kB
  51. VmallocChunk:   766988 kB
  52. HugePages_Total:     0
  53. HugePages_Free:      0
  54. HugePages_Rsvd:      0
  55. Hugepagesize:     4096 kB
  56.  
  57. # wget freevps.us/downloads/bench.sh -O - -o /dev/null|bash
  58. CPU model :  QEMU Virtual CPU version 1.0
  59. Number of cores : 1
  60. CPU frequency :  2327.468 MHz
  61. Total amount of ram : 249 MB
  62. Total amount of swap : 0 MB
  63. System uptime :   8 min,
  64. Download speed from CacheFly: 11.2MB/s
  65. Download speed from Linode, Atlanta GA: 9.43MB/s
  66. Download speed from Linode, Dallas, TX: 1.57MB/s
  67. Download speed from Linode, Tokyo, JP: 1.05MB/s
  68. Download speed from Linode, London, UK: 2.29MB/s
  69. Download speed from Leaseweb, Haarlem, NL: 827KB/s
  70. Download speed from Softlayer, Singapore: 252KB/s
  71. Download speed from Softlayer, Seattle, WA: 612KB/s
  72. Download speed from Softlayer, San Jose, CA: 611KB/s
  73. Download speed from Softlayer, Washington, DC: 7.30MB/s
  74. I/O speed :  60.6 MB/s
  75.  
  76. # wget  cachefly.cachefly.net/100mb.bin
  77. --2012-08-26 12:05:54--  http://cachefly.cachefly.net/100mb.bin
  78. Resolving cachefly.cachefly.net... 205.234.175.175
  79. Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.
  80. HTTP request sent, awaiting response... 200 OK
  81. Length: 104857600 (100M) [application/octet-stream]
  82. Saving to: `100mb.bin'
  83.  
  84. 100%[======================================>] 104,857,600 14.1M/s   in 7.0s
  85.  
  86. 2012-08-26 12:06:01 (14.3 MB/s) - `100mb.bin' saved [104857600/104857600]
  87.  
  88. # df -i
  89. Filesystem            Inodes   IUsed   IFree IUse% Mounted on
  90. /dev/hda             1310720   22723 1287997    2% /
  91.  
  92. # df -h
  93. Filesystem            Size  Used Avail Use% Mounted on
  94. /dev/hda               20G  905M   18G   5% /
  95.  
  96. # dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm - rf iotest
  97. 16384+0 records in
  98. 16384+0 records out
  99. 1073741824 bytes (1.1 GB) copied, 19.8026 seconds, 54.2 MB/s
  100.  
  101. # dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync
  102. 1024+0 records in
  103. 1024+0 records out
  104. 1073741824 bytes (1.1 GB) copied, 16.7328 seconds, 64.2 MB/s
  105.  
  106. # dd if=/dev/zero of=sb-io-test bs=64k count=16k conv=fdatasync
  107. 16384+0 records in
  108. 16384+0 records out
  109. 1073741824 bytes (1.1 GB) copied, 16.2667 seconds, 66.0 MB/s
  110.  
  111. # dd if=/dev/zero of=sb-io-test bs=1M count=1k oflag=dsync
  112. 1024+0 records in
  113. 1024+0 records out
  114. 1073741824 bytes (1.1 GB) copied, 20.0152 seconds, 53.6 MB/s
  115.  
  116. # dd if=/dev/zero of=sb-io-test bs=64k count=16k oflag=dsync
  117. 16384+0 records in
  118. 16384+0 records out
  119. 1073741824 bytes (1.1 GB) copied, 115.095 seconds, 9.3 MB/s
  120.  
  121. # ping -c 10 cachefly.cachefly.net
  122. PING cachefly.cachefly.net (205.234.175.175) 56(84) bytes of data.
  123. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=1 ttl=56 time=1.41 ms
  124. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=56 time=1.25 ms
  125. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=56 time=1.23 ms
  126. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=4 ttl=56 time=1.09 ms
  127. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=5 ttl=56 time=1.01 ms
  128. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=6 ttl=56 time=1.40 ms
  129. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=7 ttl=56 time=1.25 ms
  130. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=8 ttl=56 time=1.22 ms
  131. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=9 ttl=56 time=1.00 ms
  132. 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=10 ttl=56 time=1.30 ms
  133.  
  134. --- cachefly.cachefly.net ping statistics ---
  135. 10 packets transmitted, 10 received, 0% packet loss, time 8999ms
  136. rtt min/avg/max/mdev = 1.006/1.219/1.410/0.143 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement