tags:

views:

12

answers:

0

I am new to Maatkit. Trying to use mk-profile-compact to compare the output of mk-query-profiler.

Looking at the documentation I tried doing

mk-profile-compact /path/to/profiler_result.txt

The profiler_result.txt contains the output of mk-query-profiler.

I got the following:

`Use of uninitialized value in concatenation (.) or string at /usr/bin/mk-profile-compact line 1108, <> line 34`.

Where am I going wrong?