On 12/4/05, Luiz Rafael Culik Guimaraes <[EMAIL PROTECTED]> wrote:
> Dear Friends
>
> Is their an Page with data of how much bandwidth mysql consume when using
> remote servers?

mysql> show status like 'Bytes_%';
+----------------+------------+
| Variable_name  | Value      |
+----------------+------------+
| Bytes_received | 1718034415 |
| Bytes_sent     | 2783965287 |
+----------------+------------+
2 rows in set (0.00 sec)

This will give you an incrementing value that you can plot on a graph
using MRTG (www.mrtg.org) or similar.

-- Alex

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

Reply via email to