Releases: Comcast/Superior-Cache-ANalyzer
3.3.7-3
3.3.7-2
3.3.7-1
3.3.7
3.3.6
3.3.5
This release fixes long-standing issues with multi-volume spans. It also addresses a bug where an old version of a directory would be read in rather than the current one. Finally, this release also targets a bug related to batch processing of a span's stored objects that was previously unknown (because those other two bugs invariable caused crashes under conditions that exposed this one) and dumping a span that has fewer stored objects than the system has CPUs will now fall back on a single-threaded approach.
3.3.4
3.3.3
3.3.1
2.3.0
This release introduces the new command line flag -D
/--dump-breakdown
which works much like the -d
/--dump
flag except that it will dump stats on a per-hostname basis as opposed to dumping stats for every unique URL in the cache. Output is in TYAML format.
This release also changes the call signature of a couple functions in the ui
and config
modules and causes config.spans()
to output the cache spans in sorted order of filename, which goes partway toward resolving #9 .