plot_requests_per_second: Plot the requests per second made during the test

Description Usage Arguments Value Examples

View source: R/plots.R

Description

Plot the requests per second made during the test

Usage

1

Arguments

results

A data frame returned from the loadtest function

Value

A ggplot2 showing the distribution of requests by request per second

Examples

1
2
results <- loadtest("google.com","GET")
plot_requests_per_second(results)

tmobile/loadtest documentation built on April 13, 2020, 2:21 a.m.