How to know about DB health from "Table_locks_immediate" and "Table_locks_waited" in mysql

H4XOR picture H4XOR · Mar 1, 2013 · Viewed 11.6k times · Source

How to know the health of the mysql db by seeing the "Table_locks_immediate" and "Table_locks_waited" values from DB status.

I want to know if the ratio between "Table_locks_immediate" and "Table_locks_waited" is of any importance.