rmurphey/chrome-http2-log-parser

Should streams be ordered by time or stream id?

開放

#4 建立於 2015年12月1日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (7 個分叉)github user discovery
help wanted

倉庫指標

星標
 (116 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南