| |
|
| java.lang.Object java.util.TimerTask wingset.StatisticsTimerTask
StatisticsTimerTask | public class StatisticsTimerTask extends TimerTask (Code) | | A simple
TimerTask implementation logging some statistics received from the WingS framework
and the JVM to a file in a ergular interval.
Nice to monitor application load and resource needs.
author: Benjamin Schmid |
Method Summary | |
public void | run() Do not call this method directly. | public static void | startStatisticsLogging(int intervalSeconds) |
run | public void run()(Code) | | Do not call this method directly. Used by Timer.
|
startStatisticsLogging | public static void startStatisticsLogging(int intervalSeconds)(Code) | | Start logging of some wings statistics information into a temporary file calles wings-statisticsxxx.log
Parameters: intervalSeconds - Interval to do logging in. |
|
|
|