Skip to content

Instantly share code, notes, and snippets.

@alandipert
Last active December 3, 2019 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alandipert/9e665a2d9ccebb65e991c79ff0765e17 to your computer and use it in GitHub Desktop.
Save alandipert/9e665a2d9ccebb65e991c79ff0765e17 to your computer and use it in GitHub Desktop.
#' \describe{
#' \item{run}{Name of the run}
#' \item{session_id}{simulated session identifier, 0-based}
#' \item{user_id}{simulated user identifier, 0-based}
#' \item{iteration}{user session identifier, 0-based}
#' \item{input_line_number}{recording line number associated with event}
#' \item{event}{type of the event}
#' \item{start}{time the event started, in seconds, relative to the time at which all simulated users were running.}
#' \item{end}{time the event ended, in seconds, relative to the time at which all simulated users were running}
#' \item{time}{event duration, in seconds}
#' \item{concurrency}{number of events that happened at the same time as this one}
#' \item{maintenance}{whether this event occurred before or after all simulated users were running}
#' \item{label}{event-specific text label}
#' <%=ifelse(exists("has_json") && has_json, "\\item{json}{raw message JSON and parsed JSON of the event}", "\\item{json}{Removed for portability. Normally would contain the raw message JSON and parsed JSON of the event.}") %>
#' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment