powered by
Repeat capturing network logs with parameters you specify from ping_capture and get_destinations. This will output a csv file with your ping results displaying packet loss and average ping across the defined periods.
ping_capture
get_destinations
capture_logs(destinations = 9, pings = 50, log_path = NULL, sleep = NULL)
Retrieve the first n addresses in your ISP destinations
Number of times to ping server
Optional: The path and filename to save the result set
Optional: Seconds to sleep for throughout iterations
csv file with captured network log information
# NOT RUN { capture_logs(destinations = 3, pings = 10, log_path = log, sleep = 20) # }
Run the code above in your browser using DataLab