Searched full:dbslower (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/bcc/tools/ |
H A D | dbslower_example.txt | 1 Demonstrations of dbslower, the Linux eBPF/bcc version. 4 dbslower traces queries served by a MySQL or PostgreSQL server, and prints 8 # dbslower mysql 18 # dbslower mysql -m 1000 30 By default, dbslower will try to detect mysqld and postgres processes, but if 33 # dbslower mysql -p $(pidof mysql) 44 # dbslower mysql -m 0 69 # dbslower -h 70 usage: dbslower.py [-h] [-v] [-p [PIDS [PIDS ...]]] [-x PATH] [-m THRESHOLD] 86 dbslower postgres # trace PostgreSQL queries slower than 1ms [all …]
|
H A D | dbslower.py | 3 # dbslower Trace MySQL and PostgreSQL queries slower than a threshold. 5 # USAGE: dbslower [-v] [-p PID [PID ...]] [-b PATH_TO_BINARY] [-m THRESHOLD] 33 dbslower postgres # trace PostgreSQL queries slower than 1ms 34 dbslower postgres -p 188 322 # trace specific PostgreSQL processes 35 dbslower mysql -p 480 -m 30 # trace MySQL queries slower than 30ms 36 dbslower mysql -p 480 -v # trace MySQL queries & print the BPF program 37 dbslower mysql -x $(which mysqld) # trace MySQL queries with uprobes
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | dbslower.8 | 1 .TH dbslower 8 "2017-02-15" "USER COMMANDS" 3 dbslower \- Trace MySQL/PostgreSQL server queries slower than a threshold. 5 .B dbslower [-v] [-p PID [PID ...]] [-x PATH] [-m THRESHOLD] {mysql,postgres} 43 .B dbslower mysql 47 .B dbslower postgres -p 408 -m 10
|
H A D | dbstat.8 | 72 dbslower(8)
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 139 dbslower: 140 command: bcc-wrapper dbslower
|
/aosp_15_r20/external/bcc/ |
H A D | README.md | 105 - tools/[dbslower](tools/dbslower.py): Trace MySQL/PostgreSQL queries slower than a threshold. [Exa…
|
/aosp_15_r20/external/bcc/debian/ |
H A D | changelog | 316 * capable, cpuunclaimed, dbslower, dbstat, deadlock_detector, llcstat,
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_smoke.py | 139 # Deliberately left empty -- dbslower requires an instance of either
|