FireProfile 0.1.2 review

Download
by rbytes.net on

FireProfile is a C library for identifying bottlenecks in programs that use MySQL

License: GPL (GNU General Public License)
File size: 7K
Developer: Ian Gulliver
0 stars award from rbytes.net

FireProfile is a C library for identifying bottlenecks in programs that use MySQL. FireProfile can be LD_PRELOAD'ed in before the program in question to provide profiling information without recompiling.

It shows what queries are being executed, the time being spent on them, and the EXPLAIN SELECT output for any SELECT queries. It also produces warnings for common MySQL programming errors.

To build the library, simply type:

make
(su to root)
make install

The makefile accepts the following environment variables to change its behaviour:

PREFIX
INSTALL_USER
CC
CFLAGS
LDFLAGS
LIBS

You may need to alter these for your individual configuration.

FireProfile 0.1.2 keywords