...
Code Block | ||
---|---|---|
| ||
Promise<InterfaceTestResult> ping(String host_name, PingConfig config) |
Performs tests on Tests host_name
by sending a ping to determine if there are connection issues.
traceroute()
Code Block | ||
---|---|---|
| ||
Promise<InterfaceTestResult> traceroute(String host_name, TraceRouteConfig config) |
...