example for evaluation telemetry
This commit is contained in:
parent
c7e502d658
commit
9d4eea244a
@ -10,7 +10,8 @@ from collections import deque
|
|||||||
# get the current working directory
|
# get the current working directory
|
||||||
|
|
||||||
abspath = os.path.abspath(__file__)
|
abspath = os.path.abspath(__file__)
|
||||||
dname = os.path.dirname(abspath)
|
# dname = os.path.dirname(abspath)
|
||||||
|
dname = "E:\\temp\\telemetry"
|
||||||
|
|
||||||
outputFileNameDBH = dname + "\\" + 'output_dbh.csv'
|
outputFileNameDBH = dname + "\\" + 'output_dbh.csv'
|
||||||
outputFileNameHISNORD = dname + "\\" + 'output_hisnord.csv'
|
outputFileNameHISNORD = dname + "\\" + 'output_hisnord.csv'
|
||||||
@ -28,7 +29,7 @@ outputFileHISNORD.write('Receive time, Duration, message class, Attemps\n')
|
|||||||
|
|
||||||
q = deque()
|
q = deque()
|
||||||
|
|
||||||
for i in range(1, -1, -1):
|
for i in range(10, -1, -1):
|
||||||
logFileName = dname + "\\" + 'log-NSWMessageService.txt.' + str(i)
|
logFileName = dname + "\\" + 'log-NSWMessageService.txt.' + str(i)
|
||||||
logFile = open(logFileName, 'r')
|
logFile = open(logFileName, 'r')
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user