-
Notifications
You must be signed in to change notification settings - Fork 27
Enhancement: Basic plot trends #61
Comments
Some basic info will be in the next release. |
Released with 0.10.2 I wanted to make this visible with Charts but csharp seems to lack a good platform independend Chart-Library. |
This is gorgeous and perfect! Slight sorting issue on the date but really amazing job! What does the numbers in the phases mean? Initially I thought there were averages but hours/mins doesn't seem to match. Then It kind of looks like count but shouldn't all the phases match finished or does it mean how many finished in that day for that specific phase? Not sure if count is as helpful but the average time to complete a phase is probably more useful to detect anomalies or improvements. The screenshot below is from my laptop that connects to 2 machines via SMB to generate the logs. The 2 machines are built differently. I assume this just averages them all and treats them as 1 machine? Here's a screenshot of mine! |
The numbers mean how many plotting processes entered a certain state at the given day.
It sums together all logs from all log folders. Could be separated to have one table for all, and one for each log folder to differentiate machines. I am not sure if showing the avg time for each phase for a given day might be misleading. A user might think his changes to the plotting process or system settings improved performance, but in reality it is just an HDD plot that finished yesterday, but not today which improves avg time for today. Worst case: The change the user made worsens performance but he thinks the opposite and he aborts all running plotting process so they benefit from the new change loosing a ton of time. |
Something to indicate how many finished plots in the past day. Maybe even a view of the past week to show how finished in each day.
Something like below to see if the changes made (either in hardware, threads, etc) improved overall number of plots being produced.
Finished plots
|Mon| Tue | Wed | Thurs | Fri | Sat | Sun |
| 14 | 12 | 14 | 13 | 15 | 11 | 11 | 12 |
The same could also be done for the other stats like Running, Concerning, Failed, Day avg for each phase.
The text was updated successfully, but these errors were encountered: