TileSiege icon indicating copy to clipboard operation
TileSiege copied to clipboard

Alternative idea

Open hyperknot opened this issue 1 year ago • 2 comments

Hi Brandon,

Nice script, you used siege, I used wrk + a lua script for this: https://github.com/hyperknot/openfreemap/tree/main/modules/http_host/benchmark

Here are my results for it: https://github.com/hyperknot/openfreemap/blob/main/docs/quick_notes/http_benchmark.md

hyperknot avatar Sep 25 '24 09:09 hyperknot

Is access.jsonl https://github.com/hyperknot/openfreemap/blob/main/modules/http_host/benchmark/create_path_list.py#L4 available for download?

The TileSiege testing uses OSM logs https://github.com/bdon/TileSiege/blob/master/top100k_90days.py which are aggregated by tile ID to anonymize the users. This means the traffic isn't perfectly realistic because of no spatial correlation like panning or zooming. It would be nice to have a privacy-preserving access log to benchmark with instead.

I would like to adopt wrk since siege feels a bit outdated.

bdon avatar Sep 25 '24 09:09 bdon

That is an actual log from my server, but I don't want to make it public to preserve users' privacy. Maybe on a popular instance we could get this log, it'd be highly random, but I don't have an instance with random enough access pattern.

hyperknot avatar Sep 25 '24 10:09 hyperknot