quiclog / qvis

QUIC and HTTP/3 visualization tools
https://qvis.edm.uhasselt.be
MIT License
176 stars 23 forks source link

When I load a 300M qlog file, the website crashes #69

Open zhngs opened 2 years ago

zhngs commented 2 years ago

When I load a 300M qlog file, the website crashes

rmarx commented 2 years ago

Hey @zhngs,

This is sadly a downside of using a web-based app. I'm able to comfortably load larger files on my machine (e.g., 700MB), but it depends on the hardware and browser(version) used (Chrome on Windows works best in my experience).

One option some people have been using is to split up larger qlog files into smaller parts (by copying over the header/metadata for each and then just keeping a slice of the events). Maybe that will be sufficient for your needs as well?

With best regards, Robin

zhngs commented 2 years ago

Thanks for your reply!I'm going to give it a try