get the CPU, bandwidth and memory utilisation data from test
getUtilizationData(server, testId, run = 1L, repeatView = FALSE, dryRun = FALSE, ...)
A tibble of the CPU, bandwidth and memory utilisation data from test
## Not run: ------------------------------------ # WPT <- server() # history <- getHistory(WPT, filter = "London") # tID <- as.character(history[dim(history)[1], "Test ID"]) # utilizationData <- getUtilizationData(WPT, tID) ## ---------------------------------------------