View source: R/plotDataRateImpactOnResponse.R
plotDataRateImpactOnResponse | R Documentation |
Generates a plot of 95th percentile response time for a specified combination of transaction and response status against aggregate data rate, for ten minute intervals in the dataframe provided.
plotDataRateImpactOnResponse(dataFrame, filterURL, status)
dataFrame |
a transaction data frame |
filterURL |
the URL to be examined |
status |
the status of the request: 'Success', 'Redirect', 'Client Error' or 'Server Error' |
Returns an R base graphics plot. This function is intended to be wrapped in a call to plotSave
Greg Hunt <greg@firmansyah.com>
logFileName = logFileNamesGetLast(dataDirectory=datd,
directoryNames=c(".", "."),
fileNamePattern="*[.]log")[[1]]
cols = logFileFieldsGetIIS(logFileName)
logdf = logFileRead(logFileName, columnList=cols,
logTimeZone = "", timeFormat = "")
plotDataRateImpactOnResponse(logdf, "/QWERTYTest/XRMServices/2011/Organization.svc", "Success")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.