Serialized Form


Package org.perf4j

Class org.perf4j.GroupedTimingStatistics extends java.lang.Object implements Serializable

Serialized Fields

statisticsByTag

java.util.SortedMap<K,V> statisticsByTag

startTime

long startTime

stopTime

long stopTime

createRollupStatistics

boolean createRollupStatistics

Class org.perf4j.StopWatch extends java.lang.Object implements Serializable

Serialized Fields

startTime

long startTime

elapsedTime

long elapsedTime

tag

java.lang.String tag

message

java.lang.String message

Class org.perf4j.TimingStatistics extends java.lang.Object implements Serializable

Serialized Fields

mean

double mean

standardDeviation

double standardDeviation

max

long max

min

long min

count

int count

Package org.perf4j.log4j.servlet

Class org.perf4j.log4j.servlet.GraphingServlet extends AbstractGraphingServlet implements Serializable


Package org.perf4j.servlet

Class org.perf4j.servlet.AbstractGraphingServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

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 GraphingStatisticsAppenders to determine which graphs to show.



Copyright © 2008 perf4j.org. All Rights Reserved.