P
P
pROCKrammer2011-02-08 13:41:37
MySQL
pROCKrammer, 2011-02-08 13:41:37

Accounting for the number of queries in the database

Are there such applications that can accurately show how many requests per day were for a particular database? (MySQL example)?

Thanks

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Iskander Giniyatullin, 2011-02-08
@pROCKrammer

data:~# mysqladmin -p status
Uptime: 883938 Threads: 2 Questions: 211385128 Slow queries: 19117 Opens: 7267 Flush tables: 1 Open tables: 2000 Queries per second avg: 239.140

It? The truth here is not per day but per second, well, you can multiply by 60 * 60 * 24

X
Xenkok, 2011-02-08
@Xenkok

you can turn on the query log in mysql and watch it.

@
@sledopit, 2011-02-11
_

and then there's munin . it turns out very clearly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question