Serialized Form
statisticsByTag
java.util.SortedMap<K,V> statisticsByTag
startTime
long startTime
stopTime
long stopTime
createRollupStatistics
boolean createRollupStatistics
startTime
long startTime
elapsedTime
long elapsedTime
tag
java.lang.String tag
message
java.lang.String message
mean
double mean
standardDeviation
double standardDeviation
max
long max
min
long min
count
int count
Package org.perf4j.log4j.servlet |
Package org.perf4j.servlet |
graphNames
java.util.List<E> graphNames
- Setting an init parameter "graphNames" to a comma-separated list of the names of graphs to display by default
sets this member variable. Subclass implementations determine how graphs are named. For example, the
GraphingServlet
uses the names of
GraphingStatisticsAppender
s to determine which graphs to show.
Copyright © 2008 perf4j.org. All Rights Reserved.