Home
last modified time | relevance | path

Searched full:dbstat (Results 1 – 13 of 13) sorted by relevance

/external/bcc/tools/
Ddbstat_example.txt1 Demonstrations of dbstat, the Linux eBPF/bcc version.
4 dbstat traces queries performed by a MySQL or PostgreSQL database process, and
7 # dbstat mysql
29 # dbstat mysql -m 1000
45 By default, dbstat will try to detect mysqld and postgres processes, but if
49 # dbstat mysql -p $(pidof mysql) -i 3
96 # dbstat -h
97 usage: dbstat.py [-h] [-v] [-p [PID [PID ...]]] [-m THRESHOLD] [-u]
116 dbstat postgres # display a histogram of PostgreSQL query latencies
117 dbstat mysql -v # display MySQL latencies and print the BPF program
[all …]
Ddbstat.py3 # dbstat Display a histogram of MySQL and PostgreSQL query latencies.
5 # USAGE: dbstat [-v] [-p PID [PID ...]] [-m THRESHOLD] [-u]
22 dbstat postgres # display a histogram of PostgreSQL query latencies
23 dbstat mysql -v # display MySQL latencies and print the BPF program
24 dbstat mysql -u # display query latencies in microseconds (default: ms)
25 dbstat mysql -m 5 # trace only queries slower than 5ms
26 dbstat mysql -p 408 # trace queries in a specific process
/external/bcc/man/man8/
Ddbstat.81 .TH dbstat 8 "2017-02-15" "USER COMMANDS"
3 dbstat \- Collect histograms of MySQL/PostgreSQL query latencies.
5 . B dbstat [-v] [-p PID [PID ...]] [-m THRESHOLD] [-u] [-i INTERVAL] {mysql,postgres}
44 .B dbstat mysql
48 .B dbstat postgres -p 408 -m 10
52 .B dbstat postgres -i 3
Ddbslower.880 biosnoop(8), mysqld_qslower(8), dbstat(8)
/external/bcc/snap/
Dsnapcraft.yaml141 dbstat:
142 command: bcc-wrapper dbstat
/external/bcc/
DREADME.md106 - tools/[dbstat](tools/dbstat.py): Summarize MySQL/PostgreSQL query latency as a histogram. [Exampl…
/external/bcc/debian/
Dchangelog316 * capable, cpuunclaimed, dbslower, dbstat, deadlock_detector, llcstat,
/external/bcc/tests/python/
Dtest_tools_smoke.py145 # Deliberately left empty -- dbstat requires an instance of either
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c204286 /************** Begin file dbstat.c ******************************************/
204299 ** This file contains an implementation of the "dbstat" virtual table.
204301 ** The dbstat virtual table is used to extract low-level storage
204306 ** Additional information is available on the "dbstat.html" page of the
204395 /* The cursor for scanning the dbstat virtual table */
204420 /* An instance of the DBSTAT virtual table */
204432 ** Connect to or create a new DBSTAT virtual table.
204475 ** Disconnect from or destroy the DBSTAT virtual table.
204506 /* Force DBSTAT table should always be the right-most table in a join */
204563 ** Open a new DBSTAT cursor.
[all …]
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.c219910 /************** Begin file dbstat.c ******************************************/
219923 ** This file contains an implementation of the "dbstat" virtual table.
219925 ** The dbstat virtual table is used to extract low-level storage
219930 ** Additional information is available on the "dbstat.html" page of the
220027 /* The cursor for scanning the dbstat virtual table */
220052 /* An instance of the DBSTAT virtual table */
220064 ** Connect to or create a new DBSTAT virtual table.
220108 ** Disconnect from or destroy the DBSTAT virtual table.
220140 /* Force DBSTAT table should always be the right-most table in a join */
220197 ** Open a new DBSTAT cursor.
[all …]
/external/sqlite/dist/sqlite-autoconf-3420000/
Dsqlite3.c216442 /************** Begin file dbstat.c ******************************************/
216455 ** This file contains an implementation of the "dbstat" virtual table.
216457 ** The dbstat virtual table is used to extract low-level storage
216462 ** Additional information is available on the "dbstat.html" page of the
216559 /* The cursor for scanning the dbstat virtual table */
216584 /* An instance of the DBSTAT virtual table */
216596 ** Connect to or create a new DBSTAT virtual table.
216640 ** Disconnect from or destroy the DBSTAT virtual table.
216672 /* Force DBSTAT table should always be the right-most table in a join */
216729 ** Open a new DBSTAT cursor.
[all …]
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.c219942 /************** Begin file dbstat.c ******************************************/
219955 ** This file contains an implementation of the "dbstat" virtual table.
219957 ** The dbstat virtual table is used to extract low-level storage
219962 ** Additional information is available on the "dbstat.html" page of the
220059 /* The cursor for scanning the dbstat virtual table */
220084 /* An instance of the DBSTAT virtual table */
220096 ** Connect to or create a new DBSTAT virtual table.
220140 ** Disconnect from or destroy the DBSTAT virtual table.
220172 /* Force DBSTAT table should always be the right-most table in a join */
220229 ** Open a new DBSTAT cursor.
[all …]
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dsqlite3.c216410 /************** Begin file dbstat.c ******************************************/
216423 ** This file contains an implementation of the "dbstat" virtual table.
216425 ** The dbstat virtual table is used to extract low-level storage
216430 ** Additional information is available on the "dbstat.html" page of the
216527 /* The cursor for scanning the dbstat virtual table */
216552 /* An instance of the DBSTAT virtual table */
216564 ** Connect to or create a new DBSTAT virtual table.
216608 ** Disconnect from or destroy the DBSTAT virtual table.
216640 /* Force DBSTAT table should always be the right-most table in a join */
216697 ** Open a new DBSTAT cursor.
[all …]