|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.Util.Plot.TimeSeries
Component for plotting time-series of data (NIC queue data and netflow
data).
Simple application wrapper to bin data, view time-series or output to
file. Generate live (animated) plot or plot file (PlotML or ascii).
Use -help option for help on usage and options.
TO DO:
| Field Summary | |
protected static char |
ASCII_FILE
|
static float |
BAR_WIDTH
Width of bars as fraction of time-bin size |
static float |
BIN_SIZE
Default setting for the time-bin size |
java.lang.Object[][] |
dataVector
Data input for data generated from file. |
static java.lang.String[] |
FIELD_SYMBS
|
protected static char |
LIVE_FROM_FILE
|
protected static int |
PLOT_LOOP_DELAY
|
protected static char |
PLOTML_FILE
|
protected static int |
POINT_PLOT_DELAY
|
static int |
RESCALE_STEP
Default setting to rescale live plot after each data point. |
protected static char |
STATIC_FROM_FILE
|
| Constructor Summary | |
TimeSeries()
Default constructor. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
static void |
printHelp()
|
void |
writeAsciidata(float binSize)
Write flow data vector in ascii format |
void |
writePlotMLdata(float binSize)
Write flow data vector in PlotML format |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final float BIN_SIZE
public static final float BAR_WIDTH
protected static final char PLOTML_FILE
protected static final char LIVE_FROM_FILE
protected static final char STATIC_FROM_FILE
protected static final char ASCII_FILE
protected static final int POINT_PLOT_DELAY
protected static final int PLOT_LOOP_DELAY
public static final int RESCALE_STEP
public static final java.lang.String[] FIELD_SYMBS
public java.lang.Object[][] dataVector
| Constructor Detail |
public TimeSeries()
| Method Detail |
public void writePlotMLdata(float binSize)
public void writeAsciidata(float binSize)
public static void printHelp()
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||