a method which is called when the periodic helper thread is started to compute the interval in milliseconds
for which the thread should wait between calls to the trigger method which by default returns the default
interval of 10 seconds.
type value identifying a counter whose value should be treated as a running total.
KEY_TYPE_MEAN -
Static variable in class org.jboss.byteman.sample.helper.KeyInfo
type value identifying a counter whose value should be used to compute a running average by
dividing the running total for the last N samples by N where N is 5.
KEY_TYPE_RATE -
Static variable in class org.jboss.byteman.sample.helper.KeyInfo
type value identifying a counter whose value should be used to compute a rate by dividing
the sampled count by the time in seconds over which the sample was obtained.
Auxiliary class used by the rule set to provide information about which counters the rule system
will be updating and how it wants them to be presented in the JMX bean display
KeyInfo() -
Constructor for class org.jboss.byteman.sample.helper.KeyInfo
trace start of the supplied thread to the trace stream identified by key
this should only be triggered from the call an implementation of java.lang.Runnable.run"