-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pcm problem: Can not access server uncore PCI configuration space. #21
Comments
Hi, sorry you are having problems with this. What type of server/machine are you running on? If you don't care about using Caladan's memory bandwidth controller, you can just disable it by using this command: 'sudo ./iokerneld ias nobw' |
It's just a physical server (not a virtual instance like AWS). It works fine when using the nobw option, but I'd like to try out the memory controller feature, is there any workaround? I separately installed pcm on my server and ran pcm-memory and it worked fine, so I don't think it's a hardware issue. |
In your clean build, PCM may be using a different interface to access the performance counters. We need to directly access the PCI configuration space using /dev/mem to read the counters. What is the model of your server? |
my server model is : 30BES2C300 (Manufacturer: |
In my server environment, I found that adding the -DPCM_USE_PERF compilation option of pcm's CMakeLists works correctly even in environments using /dev/mem. caladan is not using that compilation option, shouldn't caladan use the DPCM_USE_PERF option? (errors or crashes) |
Hello, I'm having a problem running your code.
This is my server information:
Hardware
Intel(R) Xeon(R) W-2223 CPU, Connectx-6 NIC
OS&Kernel
Ubuntu 18.04 with kernel 5.2
iokerneld:
When I run the sudo ./iokerneld ias command, I get the following message:
Why am I getting the following error even though I am already running as root? My server is using a Xeon cpu, so I don't think there is a hardware issue.
The text was updated successfully, but these errors were encountered: