Class: FastestServer::LinuxPing
Constant Summary collapse
- REGEX_PING =
/PING.*/- REGEX_FILTER =
/\(|\)|:/- REGEX_LOSS =
/(?<loss>\d*)% packet loss/- REGEX_STAT =
/(?<min>\d*.\d*)\/(?<avg>\d*.\d*)\/(?<max>\d*.\d*)\/(?<stddev>\d*.\d*) ms/
Instance Method Summary collapse
Methods inherited from Ping
get_count, #initialize, #method_missing, #parsed, perform, #perform, set_count
Constructor Details
This class inherits a constructor from FastestServer::Ping
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FastestServer::Ping