Thanks Johan for info,

We already tried with tcpdump and wireshark it was helpfull. Percona tool kit i 
need to try.



________________________________
 From: Johan De Meersman <vegiv...@tuxera.be>
To: Anupam Karmarkar <sb_akarmar...@yahoo.com> 
Cc: mysql@lists.mysql.com 
Sent: Wednesday, 10 October 2012 5:16 PM
Subject: Re: Monitoring Sessions
 
----- Original Message -----
> From: "Anupam Karmarkar" <sb_akarmar...@yahoo.com>
> 
> How to monitor individual session number of rows selected or updated
> by sessions, number of bytes sent and reviewed by session in a given
> time period, sessions connects runs command and then disconnects,
> SHOW GLOBAL STATUS is not helping me in this case as i want low
> level session details, there are nearly 50's application server
> requesting to 1 databases server, which server is generating more
> traffic need to monitor and what kind of queries it is firing,
> binlog file are genrating nearly 7-8 GB daily.
> 
> Data trafic we can also get on network level but can we get more
> details as mention.

Well, you can look at the local (session) status, but that would require each 
session to actually store those, as you can't access them outside of the 
session.

Alternatively, you can use tcpdump and wireshark to capture traffic as it goes 
through the wire and look at what's happening. Percona Toolkit's 
pt-query-digest tool can also work with tcpdump logs.

The general log file will also save you entire sessions, but will do so for 
EVERY session that happens - which is going to make for a huge overhead on the 
busy machine you seem to be describing, so is definitely not recommended.

Someone also recently posted links towards an init-sql based approach which 
might be adapted, and towards a McAfee Auditing module for MyQSL that also 
seemed to hold some promise.


-- 
Linux Bier Wanderung 2012, now also available in Belgium!
August, 12 to 19, Diksmuide, Belgium - http://lbw2012.tuxera.be

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to