Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Various providers are available for database analysis, with more being added over time. Tables 10-1 and 10-2 list what is currently available for both the database server and client.
| Provider | Description |
|---|---|
| mysql | MySQL database provider. High-level probes for connections, query events, row operations, network I/O, and more. |
| postgresql | PostgreSQL database provider. High-level probes for transactions and lock events. |
| syscall | Trace interface between database server and operating system. |
| io | Trace server disk events: size, latency, throughput. |
| fbt | Trace kernel events including networking. |
| pid | Trace server internals: all software function calls. |