dbiprof (1) Linux Manual Page
dbiprof – command-line client for DBI::ProfileData SynopsisSee a report of the ten queries with the longest total runtime in the profile dump file prof1.out: dbiprof prof1.outSee the top 10 most frequently run queries in the profile file dbi.prof (the default): dbiprof –sort countSee the same report with 15 entries: dbiprof –sort count –number 15DescriptionThis tool…
