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