What is FLTV.jar?

I hope... you know what is JAR file. If you don't, go to Java Developer Connection. I call Fermi_Linux_TRACE_viewer "FLTV". FLTV shows you square waves from MILC tracing data, and also generates Octave data files from the tracing. That is, it makes possible for visualization, BUT not support to analysis the data.


[ToDo]
Setup your environment

At first, please see a sh-script file (fltv) in bin directory, and edit environment valuables, FLTV_HOME and JVM if you need. Then add the directory to your PATH.

View sample trace data

There are two sample trace data in sample directory. Their name are trace1284-qcd0905-small.tr and trace1284-qcd0906-small.tr.

After your setting of environment, you just type as follows:

% fltv samples/trace1284-qcd090*
You get a FLTV main window and some square waves in there like this.

Menus

File

Edit

View

Octave

Help

UML Class diagram

You can get a UML class diagram of FLTV source codes from here.

This is a PDF file and mentions about package lang and gui. Of cause, it has more packages, but you can understand easily as you look those.

Copyright?

Copyright (c) 2002 Takashi Matsumura. All rights reserved. This program is free software. You can redistribute it and/or modify it under the same terms.


ToDo:

% cat bin/fltv
% vi bin/fltv  --> if you need to edit FLTV_HOME and JVM.
% export PATH=%PATH:$FLTV_HOME/bin
% fltv samples/trace1284-qcd090*
[back]

mats@fnal.gov