Invader Zim
Verified User
- Joined
- Sep 4, 2004
- Messages
- 184
When a server's load crosses a certain threshold an email is sent and a ticket is created with the output of top (top -d 1 on FreeBSD apparently).
Is there a way to change the options? I mean, it's nice to see which process is so offensive, but I'd also like to see more in case it is php-cgi. So it only shows the following:
I'd like to see this (top -d 1 -a on FreeBSD):
Can we set these options somewhere? Because having to look for a site that causes a high load in a domain list of 50 does kind of take the fun out of it
Is there a way to change the options? I mean, it's nice to see which process is so offensive, but I'd also like to see more in case it is php-cgi. So it only shows the following:
Code:
97029 user1 1 68 0 86564K 31900K RUN 1 0:00 2.98% php-cgi
I'd like to see this (top -d 1 -a on FreeBSD):
Code:
37012 user1 1 59 0 113M 59388K getblk 0 3:19 17.58% /usr/local/php5/bin/php-cgi /home/user1/domains/domain.com
Can we set these options somewhere? Because having to look for a site that causes a high load in a domain list of 50 does kind of take the fun out of it