32 int ping(in
string hostName, in
int count, in
int size, out vector<string> results);
49 in
boolean useIcmp, out vector<string> results);
int listTcpConnections(out vector< string > results)
List the currently active TCP connections.
int ping(in string hostName, in int count, in int size, out vector< string > results)
Ping a network host (send out ICMP echo requests)
void flushRouteCache(in string ifName)
Flush IPv4/IPv6 route cache.
constant int ERR_INVALID_PARAM
Invalid parameters.
int traceRoute(in string hostName, in int timeout, in boolean useIcmp, out vector< string > results)
Get the route packet trace to a network host.
constant int ERR_RESOLVE_FAIL
Name resolution failure.
constant int NO_ERROR
No error.
void resolveHostName(in string hostName, out vector< string > results)
Test whether resolving a host name works and provide diagnostic information.
int listTcpUdpListenSockets(out vector< string > results)
List TCP/UDP listen (server) sockets.
constant int ERR_TIMEOUT
Timeout.
constant int ERR_EXEC_FAIL
Error during execution.