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

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -