Script showing load

mjokiel

Verified User
Joined
Nov 18, 2009
Messages
31
Hello,

I need some script which will generate for me some statistics showing the load for each directadmin user.

Do you know something about it?

Regards,
Mariusz
 
Hello,

To expand on his comments, there is not currently a load monitor in DA for User usage. The closest would be the "top" output from:
Admin Level -> Process Monitor

Or for mysql, login to phpmyadmin as the user/pass from:
/usr/local/directadmin/conf/mysql.conf

and run the sql query:
SHOW PROCESSLIST

For apache usage, use this:
http://help.directadmin.com/item.php?id=91

John
 
We are using Debian, and we need some script wchich will generate some script creating some stats with users and their % load which includes apache load and mysql load.
 
We are using Debian, and we need some script wchich will generate some script creating some stats with users and their % load which includes apache load and mysql load.

For apache you can use and parse server-status. For MySQL you can take a look on profilers and MySQL slow queries logging.
 
Back
Top