Lines Matching full:mysql
3 dbslower \- Trace MySQL/PostgreSQL server queries slower than a threshold.
5 .B dbslower [-v] [-p PID [PID ...]] [-x PATH] [-m THRESHOLD] {mysql,postgres}
7 This traces queries served by a MySQL or PostgreSQL server, and prints
12 MySQL and PostgreSQL for DTrace support, but which may not be enabled on a
14 Alternatively, MySQL queries can be traced without the USDT support using the
19 CONFIG_BPF, bcc, and MySQL server with USDT probe support (when configuring
28 detect the MySQL or PostgreSQL processes running on the system.
31 Path to MySQL binary. This option allow to MySQL queries even when USDT probes
32 aren't enabled on the MySQL server.
41 Trace MySQL server queries slower than 1 ms:
43 .B dbslower mysql