Send 'MySQL Processes List' with PT_LOAD

Post Reply
PH-Quentin2
Junior Member
Posts: 4
Joined: 20 Feb 2018, 19:10

Send 'MySQL Processes List' with PT_LOAD

Post by PH-Quentin2 »

Hi CSF/Way to the Web Limited ,

The report send with Apache Status, PS -aux, netstats sended during overload it's really useful for diagnostic.

Sometime we view something like this:

Code: Select all

mysql    31172  8.9  8.7 5326744 2859216 ?     Ssl  Jul18 1774:17 /usr/sbin/mysqld
I would be great to have the list of MySQL query during overload, possible ?

Code: Select all

if [-f /root/.my.cnf ]; then
    mysql -e "SHOW FULL PROCESSLIST"
fi
best regards,
Quentin
PH-Quentin2
Junior Member
Posts: 4
Joined: 20 Feb 2018, 19:10

Re: Send 'MySQL Processes List' with PT_LOAD

Post by PH-Quentin2 »

No news about this request ? :-)
AsTr0
Junior Member
Posts: 5
Joined: 18 Feb 2014, 21:55

Re: Send 'MySQL Processes List' with PT_LOAD

Post by AsTr0 »

Good features ! :)
Post Reply