View source: R/plotDataRateImpactOnStaticResponse.R
| plotDataRateImpactOnStaticResponse | R Documentation | 
Generates a plot of 95th percentile response time for static objects against aggregate data rate, for ten minute intervals in the dataframe provided.
plotDataRateImpactOnStaticResponse(dataFrame) 
| dataFrame | a transaction data frame | 
Returns a 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 = "")
plotDataRateImpactOnStaticResponse(logdf) 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.