Peano
Loading...
Searching...
No Matches
plot-statistics Namespace Reference

Variables

list Colours
 
 parser = argparse.ArgumentParser(description=)
 
 help
 
 dest
 
 required
 
 choices
 
 action
 
 default
 
 args = parser.parse_args()
 
list columns = [ int(x) for x in args.columns.split(",") ]
 
list timestamps = []
 
list values = []
 
list min_values = []
 
list max_values = []
 
list samples = []
 
 input_file = open( args.file, "r" )
 
 metric = None
 
 time_stamp = float(line.split( "," )[0])
 
 token = line.split( "," )[column].strip()
 
 value = float( token.split("(")[1].split("/")[0])
 
 output_file = open( args.file + "-column-" + str(column) + ".csv", "w" )
 
int entries_per_row = 5
 
list colour = columns.index(column) % len(Colours)
 
 color
 
 alpha
 
 label
 

Variable Documentation

◆ action

plot-statistics.action

Definition at line 48 of file plot-statistics.py.

◆ alpha

plot-statistics.alpha

Definition at line 116 of file plot-statistics.py.

◆ args

plot-statistics.args = parser.parse_args()

Definition at line 51 of file plot-statistics.py.

◆ choices

plot-statistics.choices

Definition at line 37 of file plot-statistics.py.

◆ color

plot-statistics.color

Definition at line 115 of file plot-statistics.py.

◆ colour

list plot-statistics.colour = columns.index(column) % len(Colours)

Definition at line 112 of file plot-statistics.py.

◆ Colours

list plot-statistics.Colours
Initial value:
1= [ "#ff0000",
2 "#00ff00",
3 "#0000ff",
4 "#ff00ff",
5 "#ffff00",
6 "#00ffff",
7 ]

Definition at line 9 of file plot-statistics.py.

◆ columns

list plot-statistics.columns = [ int(x) for x in args.columns.split(",") ]

Definition at line 53 of file plot-statistics.py.

◆ default

plot-statistics.default

Definition at line 49 of file plot-statistics.py.

◆ dest

plot-statistics.dest

Definition at line 30 of file plot-statistics.py.

◆ entries_per_row

int plot-statistics.entries_per_row = 5

Definition at line 104 of file plot-statistics.py.

◆ help

plot-statistics.help

Definition at line 27 of file plot-statistics.py.

◆ input_file

plot-statistics.input_file = open( args.file, "r" )

Definition at line 74 of file plot-statistics.py.

◆ label

plot-statistics.label

Definition at line 116 of file plot-statistics.py.

◆ max_values

list plot-statistics.max_values = []

Definition at line 68 of file plot-statistics.py.

◆ metric

plot-statistics.metric = None

Definition at line 75 of file plot-statistics.py.

◆ min_values

list plot-statistics.min_values = []

Definition at line 67 of file plot-statistics.py.

◆ output_file

plot-statistics.output_file = open( args.file + "-column-" + str(column) + ".csv", "w" )

Definition at line 101 of file plot-statistics.py.

◆ parser

plot-statistics.parser = argparse.ArgumentParser(description=)

Definition at line 18 of file plot-statistics.py.

◆ required

plot-statistics.required

Definition at line 32 of file plot-statistics.py.

◆ samples

list plot-statistics.samples = []

Definition at line 69 of file plot-statistics.py.

◆ time_stamp

plot-statistics.time_stamp = float(line.split( "," )[0])

Definition at line 81 of file plot-statistics.py.

◆ timestamps

plot-statistics.timestamps = []

Definition at line 65 of file plot-statistics.py.

◆ token

plot-statistics.token = line.split( "," )[column].strip()

Definition at line 82 of file plot-statistics.py.

◆ value

plot-statistics.value = float( token.split("(")[1].split("/")[0])

Definition at line 85 of file plot-statistics.py.

◆ values

plot-statistics.values = []

Definition at line 66 of file plot-statistics.py.