Roman Dementiev

Results 111 comments of Roman Dementiev

here are a few links: https://github.com/intel/pcm/blob/master/doc/PCM-SENSOR-SERVER-README.md https://www.intel.com/content/www/us/en/developer/articles/technical/intel-pcm-column-names-decoder-ring.html https://raw.githubusercontent.com/wiki/opcm/pcm/Going-beyond-CPU-utilization-with-PCM-16-7-2020.pdf

Hi, thanks for creating the issue. Could you please also share the output of ``lscpu`` command?

Thanks, that is helpful. On your CPU we are disabling reading these RDT counters from HW due to errata. Linux kernel does the same: https://github.com/torvalds/linux/commit/d56593eb5eda8f593db92927059697bbf89bc4b3 But when booting the Linux...

> Thank you for the quick response and for clarifying the situation with the RDT counters on my CPU. > > I appreciate the suggestion to add an option in...

there seems to be an issue with the Linux RDT driver (config). Could you try unmounting resctrl and set this env variable in PCM: ``` export PCM_USE_RESCTRL=0 ``` Then PCM...

> Hello, > > I'm experiencing an issue where Local and Remote Memory Bandwidth (LMB and RMB) metrics are not displayed in Prometheus, despite proper configuration and troubleshooting steps taken....

could you please also share the complete output of "pcm -r -i=1" main utility (run exclusively to pcm-sensor-server or pqos)?

and also the output of "curl --silent http://localhost:9738/metrics | grep Memory_Bandwidth" when pcm-sensor-server is run exclusively?

>Processor Counter Monitor (202201-1) it seems you are using the old version. Could you please run the latest version (master branch) and set the new PCM_ENFORCE_MBM=1 environment variable?