laTexFilePercentileComparisonsWrite | R Documentation |
Writes a LaTeX table listing URLs in decreasing order of request count for a baseline workload compared with a current workload on stdout for incorporation in a LaTeX report
laTexFilePercentileComparisonsWrite(latest,
baseline,
headingLaTeX="\\section{Transaction Count Percentile Ranking}")
latest |
data frame of log records for the latest (test) workload |
baseline |
data frame of log records for the baseline workload |
headingLaTeX |
LaTeX section heading for this table |
Does not return a value.
Greg Hunt <greg@firmansyah.com>
logFileName = logFileNamesGetLast(dataDirectory=datd,
directoryNames=c(".", "."),
fileNamePattern="*[.]log")[[1]]
cols = logFileFieldsGetIIS(logFileName)
logdf = logFileRead(logFileName, columnList=cols,
logTimeZone = "", timeFormat = "")
laTexFilePercentileComparisonsWrite(logdf,
logdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.