Advertisement
Guest User

Untitled

a guest
Dec 15th, 2016
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. $ wget -qO- bench.sh | bash
  2. ----------------------------------------------------------------------
  3. CPU model : Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz
  4. Number of cores : 2
  5. CPU frequency : 2297.338 MHz
  6. Total size of Disk : 118.0 GB (39.0 GB Used)
  7. Total amount of Mem : 5967 MB (2741 MB Used)
  8. Total amount of Swap : 999 MB (21 MB Used)
  9. System uptime : 1 days, 11 hour 40 min
  10. Load average : 0.05, 0.11, 0.19
  11. OS : CentOS 7.3.1611
  12. Arch : x86_64 (64 Bit)
  13. Kernel : 3.10.0-514.2.2.el7.x86_64
  14. ----------------------------------------------------------------------
  15. I/O speed(1st run) : 491 MB/s
  16. I/O speed(2nd run) : 819 MB/s
  17. I/O speed(3rd run) : 762 MB/s
  18. Average I/O speed : 690.7 MB/s
  19. ----------------------------------------------------------------------
  20. Node Name IPv4 address Download Speed
  21. CacheFly 205.234.175.175 63.5MB/s
  22. Linode, Tokyo, JP 106.187.96.148 8.29MB/s
  23. Linode, Singapore, SG 139.162.23.4 2.74MB/s
  24. Linode, London, UK 176.58.107.39 27.2MB/s
  25. Linode, Frankfurt, DE 139.162.130.8 17.5MB/s
  26. Linode, Fremont, CA 50.116.14.9 4.81MB/s
  27. Softlayer, Dallas, TX 173.192.68.18 12.7MB/s
  28. Softlayer, Seattle, WA 67.228.112.250 11.5MB/s
  29. Softlayer, Frankfurt, DE 159.122.69.4 51.1MB/s
  30. Softlayer, Singapore, SG 119.81.28.170 9.67MB/s
  31. Softlayer, HongKong, CN 119.81.130.170 8.24MB/s
  32. ----------------------------------------------------------------------
  33. Node Name IPv6 address Download Speed
  34. Linode, Atlanta, GA 2600:3c02::4b 7.45MB/s
  35. Linode, Dallas, TX 2600:3c00::4b 6.31MB/s
  36. Linode, Newark, NJ 2600:3c03::4b 8.95MB/s
  37. Linode, Singapore, SG 2400:8901::4b 6.20MB/s
  38. Linode, Tokyo, JP 2400:8900::4b 7.55MB/s
  39. Softlayer, San Jose, CA 2607:f0d0:2601:2a::4 3.91MB/s
  40. Softlayer, Washington, WA 2607:f0d0:3001:78::2 19.4MB/s
  41. Softlayer, Paris, FR 2a03:8180:1301:8::4 68.1MB/s
  42. Softlayer, Singapore, SG 2401:c900:1101:8::2 8.57MB/s
  43. Softlayer, Tokyo, JP 2401:c900:1001:16::4 4.49MB/s
  44. ----------------------------------------------------------------------
  45.  
  46.  
  47. $ python speedtest.py
  48. Retrieving speedtest.net configuration...
  49. Testing from netcup (x.x.x.x)...
  50. Retrieving speedtest.net server list...
  51. Selecting best server based on ping...
  52. Hosted by HillCom Solutions (Alsfeld) [62.87 km]: 12.523 ms
  53. Testing download speed................................................................................
  54. Download: 585.39 Mbit/s
  55. Testing upload speed....................................................................................................
  56. Upload: 132.15 Mbit/s
  57.  
  58.  
  59. $ php bench.php
  60. --------------------------------------
  61. | PHP BENCHMARK SCRIPT |
  62. --------------------------------------
  63. Start : 2016-12-15 10:50:24
  64. Server : @
  65. PHP version : 7.0.14
  66. Platform : Linux
  67. --------------------------------------
  68. test_math : 0.329 sec.
  69. test_stringmanipulation : 0.494 sec.
  70. test_loops : 0.315 sec.
  71. test_ifelse : 0.195 sec.
  72. --------------------------------------
  73. Total time: : 1.333 sec.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement