MSSQL Log Cache Hit Rate
Posted: Wed Sep 19, 2018 4:51 pm
We had a UP fail last week and as a result, my entire data center lost power. Once I got everything back up and running I get Critical notifications for two of my MSSQL databases:
CRITICAL: Log Cache Hit Ratio is 98.624329942%.
The server seems to be OK and I don't see any performance issues but I can't really tell if this is a problem with the database or if it is with the query in NagiosXI. Prior to the outage, I was not receiving any notifications. To make matters more confusing, articles I find online regarding Log Cache Hit Rate seem to indicate these numbers should be high, indicating the transactions are hitting the cache more and are requiring less disk I/O. I'm not an expert in MSSQL so that doesn't help matters either.
Here is the command associated with the service:
check_xi_mssql_database!-U 'user' -P 'password' -T 'databasename' -p 1433 --logcachehit --warning 0:95 --critical 0:97!!!!!!!
Thanks in advance.
CRITICAL: Log Cache Hit Ratio is 98.624329942%.
The server seems to be OK and I don't see any performance issues but I can't really tell if this is a problem with the database or if it is with the query in NagiosXI. Prior to the outage, I was not receiving any notifications. To make matters more confusing, articles I find online regarding Log Cache Hit Rate seem to indicate these numbers should be high, indicating the transactions are hitting the cache more and are requiring less disk I/O. I'm not an expert in MSSQL so that doesn't help matters either.
Here is the command associated with the service:
check_xi_mssql_database!-U 'user' -P 'password' -T 'databasename' -p 1433 --logcachehit --warning 0:95 --critical 0:97!!!!!!!
Thanks in advance.