In using this module I found two things that I wanted to help out with.
1. When the cache stats page displays the bins it doesn't show what engine is used. This is helpful in situations where (as was the case for me) you set the site to use memcached, but it isn't working and the cache module fails over to database. By displaying the engine each bin is actually using you get a bit of a sanity check.
2. I nabbed the cacherouter_stats module and sucked the APC stats files out of it and spliced them into this module. You don't get the full wealth of stats that the cacherouter_stats module has, but you do get the same stats as memcached will show. In the future I expect it shouldn't be a big deal to get more stats in there.
For reporting I think a few things are next on the plate.
1. Combine the stats so that you don't see repeats if the same engine is used for more bins
2. Work out DB stats somehow
3. Get more detail out of the stats
| Comment | File | Size | Author |
|---|---|---|---|
| apc_stats_patch.patch | 77.08 KB | soyarma |