bobbingwide / slog

Post process oik-bwtrace daily trace summary reports
GNU General Public License v2.0
0 stars 0 forks source link

Display chart's raw data in tabular form #8

Open bobbingwide opened 3 years ago

bobbingwide commented 3 years ago

In addition to displaying a chart showing Count / Total elapsed / Average/ Percentage / etc for the selected groups I'd like to see the calculated data that could have been used to create the chart in the form of a table. This can be used to decide which is the most useful chart to display the data.

Requirements

Example

For the Request Types report, with Having set to 2, using /tests/data/request-types-test.vt.20210106

Request types Count Total elapsed Average Percentage count Percentage elapsed Accumulated count Accumulated percentage
GET-FE 4 5.166991 1.29174775 44.444444444444 13.312028039864 44.444444444444 13.312028039864
POST-AJAX 3 19.068049 6.3560163333333 33.333333333333 49.126155426533 77.777777777778 62.438183466396
POST-ADMIN 2 14.579414 7.289707 22.222222222222 37.561816533604 100 100

Proposed solution

Potential enhancements

bobbingwide commented 3 years ago

There was a problem when the Chart was displaying the Accumulated percentages. For the chosen display the accumulated values started from 100.