aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/stats.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove use of <random> in stats (#628)Stefan Boberg2024-01-101-5/+43
| | | | the previous implementation was quite slow due to use of mt and uniform_distribution.
* adding more stats (#429)Dan Engelbrecht2023-09-281-0/+72
| | | | | - Feature: Add detailed stats on requests and data sizes on a per-bucket level, use parameter `cachestorestats=true` on the `/stats/z$` endpoint to enable - Feature: Add detailed stats on requests and data sizes on cidstore, use parameter `cidstorestats=true` on the `/stats/z$` endpoint to enable - Feature: Dashboard now accepts parameters in the URL which is passed on to the `/stats/z$` endpoint
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+715
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees