-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Octave plotting tool update #312
Comments
Maybe? Could you just send me a recent logfile with the new data, so I can add this? |
Here is an up-to-date log file: |
The data lines seem incorrect:
the ICMP timestamp has superfluous square brackets around it: |
Were those not there before? |
Not as far as I can tell, here is an example from a log file someone sent me earlier this year:
No brackets? |
Ah, and should there be an extra digit after the decimal place? Looks like maybe should use cake-autorate/cake-autorate.sh Line 1323 in 29a0ff6
|
Looking at old code looks like we set timestamp to timestamp_us before outputting: cake-autorate/cake-autorate.sh Line 578 in 59b9013
|
@rany2 do you suppose the best fix is simply to swap
cake-autorate/cake-autorate.sh Line 1500 in 29a0ff6
|
All I can say is that the parser does not like the brackets, and if these serve no purpose it seems easiest to remove them from the logs instead of having the parser do this for every line (parsing these files is already slow, no need to make it even slower ;) ) |
I'll regenerate log without brackets now. |
This should fix things, hopefully, as the parser will first dissect the header to figure out dynamically how many data fields to expect... |
New log file with CPU stats: |
The DATA and SUMMARY lines were tweaked a while ago - see headers here:
cake-autorate/cake-autorate.sh
Line 189 in 29a0ff6
@moeller0 any chance you might be able to update the octave script to use the present ones?
The text was updated successfully, but these errors were encountered: