sql - Mysql query to return server load average -


Is anyone aware of a MySQL query that gives the current load average of the server?

Correct me if I am wrong, but load average variable is a property of machine, not mysql To get the server average, you should look for a system call, not a SQL query.


Comments