ping_capture {pingers} | R Documentation |
Ping a server to capture response details
ping_capture(server, count)
server |
IP address or URL of server |
count |
Number of times to ping server |
dataframe with ping results
## Not run:
dest <- get_destinations(top_n = 1)
ping_res <- ping_capture(dest$ip[1], 10)
print(ping_res)
## End(Not run)