plotTransactionRateImpactOnDynamicContentResponse function

Generate a plot of mean transaction rate by interval against dynamic content response

Generate a plot of mean transaction rate by interval against dynamic content response

Calls plotByRate internally to generate a rate plot.

plotTransactionRateImpactOnDynamicContentResponse(b)

Arguments

  • b: a transaction data frame created by logFileRead or logFileListRead

Returns

Returns an R base graphics plot. This function is intended to be wrapped in a call to plotSave

Author(s)

Greg Hunt greg@firmansyah.com

Examples

logFileName = logFileNamesGetLast(dataDirectory=datd, directoryNames=c(".", "."), fileNamePattern="*[.]log")[[1]] cols = logFileFieldsGetIIS(logFileName) logdf = logFileRead(logFileName, columnList=cols, logTimeZone = "", timeFormat = "") plotTransactionRateImpactOnDynamicContentResponse(logdf)

See Also

plotByRate

savePlot

logFileRead

logFileListRead