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

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -