slt_demo_data_4 {shinyloadtest} | R Documentation |
Example metrics for a 4-user load test
Description
An example dataset like that returned by load_runs
, but without the json
variable for portability. Contains latency data for 4514 shinycannon
events suitable for passing to shinyloadtest_report
.
Usage
slt_demo_data_4
Format
A data frame with 4514 rows and 12 variables:
- run
Name of the run
- session_id
simulated session identifier, 0-based
- user_id
simulated user identifier, 0-based
- iteration
user session identifier, 0-based
- input_line_number
recording line number associated with event
- event
type of the event
- start
time the event started, in seconds, relative to the time at which all simulated users were running.
- end
time the event ended, in seconds, relative to the time at which all simulated users were running
- time
event duration, in seconds
- concurrency
number of events that happened at the same time as this one
- maintenance
whether this event occurred before or after all simulated users were running
- label
event-specific text label