Skip to content

Add a script to check parameters for profiling

Added profiling_checking.sh script to check kernel parameters which allows profiling on the grid. The final JSON response format is as follows.

{ "PERF_EVENT_PARANOID" : "4", "PTRACE_SCOPE" : "1", "VTUNE_PROFILING_ENABLED" : false }

This script only reads the values. It does not modify/write any new values to the files.

Merge request reports