From 51d130f7b85755446822e3efb90241e422772413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Thu, 26 Jan 2017 15:15:22 +0100 Subject: [PATCH] Typo --- .../software/debuggers/intel-performance-counter-monitor.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 be48242e4..b534dd81b 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 : -- GitLab