Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace cache size graph by pages allocation graph #8

Closed
GoogleCodeExporter opened this issue Mar 5, 2016 · 1 comment
Closed

Replace cache size graph by pages allocation graph #8

GoogleCodeExporter opened this issue Mar 5, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hello,

cache size graph is not very interesting as it show the ratio of cached data 
size over maximum allocated size, ignoring waste space. It means even when the 
cache is full, the graph will not be at 100% space used.

Here is a patch replacing it with an overview of non-allocated pages available. 
It also changes the color of the box when ratio of free pages becomes too low 
(using styles introduced in the patch I submitted in #7).

I needed to change the merge function so that it can merge slabs information 
(maybe some other fields would need to be simply kept as is instead of being 
summed).

Having the slabs information in the main page should also be useful for other 
interesting global indicators.

Regards,
Colin

Original issue reported on code.google.com by colin.pi...@gmail.com on 12 Jan 2011 at 2:52

Attachments:

@GoogleCodeExporter
Copy link
Author

I close this enhancement as version 1.2.0 is out today

http://code.google.com/p/phpmemcacheadmin/downloads/list

Original comment by eli...@free.fr on 6 Apr 2011 at 8:57

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant