I’ve installed netdata on serveral of our servers and now i’m wondering if i’ve missed something. Most of our servers are centos 7 with WHM and i was wondering how to monitor disk,cpu,ram and mysql usage per account so i can see wich account has used what instead of an overall view.
Hi, @wiziekid. Not sure what WHM accounts are, but Netdata has apps.plugin and it collects CPU, memory, disk, etc. usage per user. It is enabled by default and you can see its metrics on the Dashboard under the “Users” section. Does it work for your case?
Thanks for your response, ik kinda works. Ik can see the different cpu and disk.
What i would like to monitor is the mysql, i can see the read write join commit over the whole sql socket but in WHM/cpanel the different accounts seperate hosting account with there own disk space (where i would like to know how much disk space is used per user (/home/account1/* /home/account2/* )), they work within php-fpm pool and start there own php proces owned by user account 1 or account2 wich i would like to see how many processes are running for the different accounts and how much ram/cpu usage they have.
within elasticsearch i would like to know how many different node/indexes there are and if i can see the requests/healt per index.
and last the mysql monitoring is an overall monitor of the whole mysql socket. is there a possibility to monitor the usage per database and or database-user? instead of the whole mysql proces?