Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
/ parallel_ping Public archive

Parallelly ping a list of servers with Celluloid.

Notifications You must be signed in to change notification settings

xofred/parallel_ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Ping

Using system ping to find out the best server among given list

Clone the project

git clone https://github.com/xofred/parallel_ping.git

Install the gems needed

bundle install

Server list

( one server per line )

your_server_ip_1
your_server_ip_2
(And so on...)

Run:

ruby ping.rb <file_contain_server_list>

specify the ping count ( default is 4 )

ruby ping.rb <file_contain_server_list> 20

About

Parallelly ping a list of servers with Celluloid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages