chrome-http2-log-parser icon indicating copy to clipboard operation
chrome-http2-log-parser copied to clipboard

Should streams be ordered by time or stream id?

Open andydavies opened this issue 9 years ago • 1 comments

Visualisation is currently ordered by stream id…

In the attached session.txt, the pushed streams 2, 4, 6, 8, 10, 12, 14 arrive first and streams 3, 5, 7, 9, 11, 13 arrive after which makes the visualisation a bit harder to interpret.

As it's a timeline should the rows be ordered by the time each stream starts (even if it results in stream id's not matching row numbers?)

example

session.txt

andydavies avatar Dec 01 '15 13:12 andydavies

I'd love to make this a proper sortable table, which could be ordered by request time or response time or etc. That way the user could choose the sort order that makes sense.

rmurphey avatar Dec 01 '15 14:12 rmurphey