diff --git a/docs.it4i/anselm-cluster-documentation/software/debuggers/intel-performance-counter-monitor.md b/docs.it4i/anselm-cluster-documentation/software/debuggers/intel-performance-counter-monitor.md index be48242e4d3aa5a8dc0300f11c3d62c57277b3c4..b534dd81bf7d0c745c291c9c5abd95fae53629bd 100644 --- a/docs.it4i/anselm-cluster-documentation/software/debuggers/intel-performance-counter-monitor.md +++ b/docs.it4i/anselm-cluster-documentation/software/debuggers/intel-performance-counter-monitor.md @@ -69,11 +69,11 @@ Can be used to monitor PCI Express bandwith. Usage: pcm-pcie.x <delay> ### pcm-power -Displays energy usage and thermal headroom for CPU and DRAM sockets. Usage: pcm-power.x <delay> \| <external program> +Displays energy usage and thermal headroom for CPU and DRAM sockets. Usage: `pcm-power.x <delay> | <external program>` ### pcm -This command provides an overview of performance counters and memory usage. Usage: pcm.x <delay> \| <external program> +This command provides an overview of performance counters and memory usage. Usage: `pcm.x <delay> | <external program>` Sample output : @@ -192,7 +192,7 @@ Can be used as a sensor for ksysguard GUI, which is currently not installed on A In a similar fashion to PAPI, PCM provides a C++ API to access the performance counter from within your application. Refer to the [Doxygen documentation](http://intel-pcm-api-documentation.github.io/classPCM.html) for details of the API. -!!! Note "Note" +!!! Note Due to security limitations, using PCM API to monitor your applications is currently not possible on Anselm. (The application must be run as root user) Sample program using the API :