Re: Read / Write statistics

2005-03-04 Thread Gleb Paharenko
Hello. > however, today one of them (Bytes_sent) reset itself > to 0... This variable changes only in one place (sql/net_serv.cc) and has an unsigned long type. I think it has just overhelmed. You may use some network accounting tool to calculate the traffic. E SA <[EMAIL PROTECTED

Re: Read / Write statistics

2005-03-04 Thread Atle Veka
On Thu, 3 Mar 2005, E SA wrote: > Hi, > > I am trying to obtain read/write statistics from our > database (4.0.21). I started by using the > Bytes_received and Bytes_sent from "show status"; > however, today one of them (Bytes_sent) reset itself > to 0... > > Which really messes up my calculation