webcachesim icon indicating copy to clipboard operation
webcachesim copied to clipboard

A C++11 simulator for a variety of CDN caching policies.

Results 5 webcachesim issues
Sort by recently updated
recently updated
newest added

When running the following command: `docker run -it -v ~/traces:/trace sunnyszy/webcachesim:v0.2 memc_200m.tr LRU 1099511627776` ...I got the following error: `terminate called after throwing an instance of 'bsoncxx::v_noabi::exception' what(): unable to...

Hello, I am trying to run a simple sample with the docker, but it is showing an error: Command: docker run -it -v Downloads:/trace sunnyszy/webcachesim:v0.1 wiki2018.tr LRU 1099511627776 error: running...

Deletes unnecessary requests allocations.

Add a policy that chooses the evicted items randomly.