Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.14 KB

File metadata and controls

19 lines (10 loc) · 1.14 KB

PCM_NO_PERF=1 : don't use Linux perf events API to program core PMUs (default is to use it)

PCM_USE_UNCORE_PERF=1 : use Linux perf events API to program uncore PMUs (default is not to use it)

PCM_NO_RDT=1 : don't use RDT metrics for a better interoperation with pqos utility (https://github.com/intel/intel-cmt-cat)

PCM_USE_RESCTRL=1 : use Linux resctrl driver for RDT metrics

PCM_PRINT_TOPOLOGY=1 : print detailed CPU topology

PCM_KEEP_NMI_WATCHDOG=1 : don't disable NMI watchdog (reducing the core metrics set)

PCM_NO_MAIN_EXCEPTION_HANDLER=1 : don't catch exceptions in the main function of pcm tools (a debugging option)

PCM_ENFORCE_MBM=1 : force-enable Memory Bandwidth Monitoring (MBM) metrics (LocalMemoryBW = LMB) and (RemoteMemoryBW = RMB) on processors with RDT/MBM errata

PCM_QUIET=1 : enable quiet mode for PCM initialization. In quiet mode, only error messages are output during PCM initialization, suppressing informational output such as processor information and topology details

PCM_DEBUG_LEVEL=x : x is an integer defining debug output level. level = 0 (default): minimal or no debug info, > 0 increases verbosity