Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

A small ruby script to test real-world responsiveness of interacting with an AFP server

Notifications You must be signed in to change notification settings

danrabinowitz/Server-Speed-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

* How to use speedtest.rb

# Ensure the settings in config.rb are correct
# Ensure you can connect to the servers in config.rb without being prompted for a password
# Run ./speedtest.rb from the command line. Be patient: It can take 15 minutes (or longer) to run 3 tests to two servers with decent bandwidth!


* Example output

$ time ./speedtest.rb 
About to run test #1
  Connecting to server1.com via afp...
    Disconnecting from server1.com...
  Connecting to server1.com via afp...
    Disconnecting from server1.com...
  Connecting to server1.com via afp...
    Disconnecting from server1.com...
  Connecting to server2.com via afp...
    Disconnecting from server2.com...
  Connecting to server2.com via afp...
    Disconnecting from server2.com...
  Connecting to server2.com via afp...
    Disconnecting from server2.com...
About to run test #2
  Connecting to server1.com via afp...
    Disconnecting from server1.com...
  Connecting to server1.com via afp...
    Disconnecting from server1.com...
  Connecting to server1.com via afp...
    Disconnecting from server1.com...
  Connecting to server2.com via afp...
    Disconnecting from server2.com...
  Connecting to server2.com via afp...
    Disconnecting from server2.com...
  Connecting to server2.com via afp...
    Disconnecting from server2.com...
About to run test #3
  Connecting to server1.com via afp...
    Disconnecting from server1.com...
  Connecting to server1.com via afp...
    Disconnecting from server1.com...
  Connecting to server1.com via afp...
    Disconnecting from server1.com...
  Connecting to server2.com via afp...
    Disconnecting from server2.com...
  Connecting to server2.com via afp...
    Disconnecting from server2.com...
  Connecting to server2.com via afp...
    Disconnecting from server2.com...
                       Upload (Mbps) Download (Mbps)    Inplace Editing (ops / sec)
        server1.com            2.54            1.17                           4.83
        server2.com            1.97            1.01                           4.51

real 13m21.632s
user 0m4.195s
sys  0m4.654s

About

A small ruby script to test real-world responsiveness of interacting with an AFP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages