int ping(in string hostName, in int count, out vector< string > results)
Ping a network host (send out ICMP echo requests)
int traceRoute(in string hostName, in int timeout, in boolean useIcmp, out vector< string > results)
Get the route packet trace to a network host.