Closed gordan-bobic closed 1 year ago
OK, I tried to apply the changes, seems ok, except that the min value of Cache Hit Rate seems wrong? I think it's because that when memory reads is 0, the expression disk_reads / 0
goes wrong, and no value generated. Should I fix that?
Yes please, do fix. I just threw that together in a hurry because I wanted a clean representation of the cache hit rate on a busy sytem.
OK, copy that
Oh, and I notice that the id value has been changed, I assume that you changed it so that it won't conflict with the original one, not actually want to change it, right?
- "id": 41,
+ "id": 82,
Well spotted. Yes, what a pasted was a test graph I put together on a test dashboard, so it probably got changed implicitly when I created a new graph. I would imagine id should probably stay the same as before in default SSM dashboards.
OK, got it.
It would be handy to have a cache hit ratio for the buffer pool (memory reads vs. disk reads).
Here is my first attempt at adding this: