I switch from bytes to flows and it tracebacks.
Report Specification:
Report Type: Compositional - Graphical
By Specs:
Source
Data Specs:
Date Range: (1028131980, 1028131981)
Count Type: flows
Filters:
Threshold: 20
TS Div Sz: 1
--------------------------------------------------
Cache Miss, calling AE
Connection established... host: localhost - port: 5432
SELECT * FROM net_flows WHERE ( flow_time >=
1028131980 AND flow_time < 1028131981 ) ORDER BY
flow_time, src_addr, src_port, dst_addr, dst_port,
protocol;
got the results: count = 0
merge the flow results
break up the merge flow stuff to db format
Combining flows... Done
Building Tree... Done
Pruning Tree... pruning tree... (0)
Compacting tree... compacting tree... (0)
Building GraphVis view... Done
Analysis Done
Traceback (most recent call last):
File "/u/e/s/estan/private/netpy/ui/npViewFrame.py",
line 383, in __OnRefresh
self.UpdateImageText()
File "/u/e/s/estan/private/netpy/ui/npViewFrame.py",
line 428, in UpdateImageText
g = npGraph.npGraph( sz, self.view.ReportSpec,
self.graphtreelist )
File "/u/e/s/estan/private/netpy/graph/npGraph.py",
line 55, in __init__
self.timeseries = (0,
len(self.treelist[0].nodelist[0].val) >
1)[(len(self.treelist) and
len(self.treelist[0].nodelist)) > 0]
IndexError: list index out of range