preReportScript
perf preReportScript string "pre_Report_Script_Path"
Description
Customizes the pre report script in order to customize the slow report. It collects additional data from the commands, such as lsof and strace, to append to the slowReport.CDS.log.
To execute this script, use the command argument preReportScript $PID $PROGRAM.
GUI Equivalent
Examples
envGetVal("perf" "preReportScript")
envSetVal("perf" "preReportScript" 'string "~/myCollectSystemInfo.sh")
Related Topics
Return to top