Lines Matching full:queries
4 dbslower traces queries served by a MySQL or PostgreSQL server, and prints
9 Tracing database queries for pids 25776 slower than 1 ms...
15 This traced two queries slower than 1ms, one of which is very slow: over 2
19 Tracing database queries for pids 25776 slower than 1000 ms...
34 Tracing database queries for pids 25776 slower than 1 ms...
42 Specifying 0 as the threshold will print all the queries:
45 Tracing database queries for pids 25776 slower than 0 ms...
65 before the actual queries start coming in.
83 trace queries slower than this threshold (ms)
86 dbslower postgres # trace PostgreSQL queries slower than 1ms
88 dbslower mysql -p 480 -m 30 # trace MySQL queries slower than 30ms
89 dbslower mysql -p 480 -v # trace MySQL queries and print the BPF program
90 dbslower mysql -x $(which mysqld) # trace MySQL queries with uprobes