postReportScript
perf postReportScript string "post_Report_Script_Path"
Description
Customizes the post report script in order to customize the slow report. It is used for post-processing activities. For example, creating a tarball, sending email, and so on.
To execute this script, use the command argument postReportScript -log <path_to_slowReport.log> -t <slow_time> -dir <log_directory> -exe <path_to_virtuoso_binary>.
GUI Equivalent
Examples
envGetVal("perf" "postReportScript")
envSetVal("perf" "postReportScript" 'string "~/myPostSlowReportScript.sh")
Related Topics
Return to top