Skip to content
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

Cylictest not identifying isolated cores #6

Open
Chaser opened this issue Sep 20, 2023 · 1 comment
Open

Cylictest not identifying isolated cores #6

Chaser opened this issue Sep 20, 2023 · 1 comment

Comments

@Chaser
Copy link

Chaser commented Sep 20, 2023

I have been running cyclic test to measure latency across different CPU cores.

On two devices I have 12 Core and 4 core when isolcpus is applied cyclic test does not run on this cores. However, it does so on another device with 6 cores.

Some information:
Setup:

  • 12 core / 4 cores isolated
  • 4 core / 2 cores isolated

nproc identified the following:

  • 12 core - nproc = 8 / nproc --all =12
  • 4 core - nproc = 2 / nproc --all = 4

Execution arguments on both devices
cyclictest -l100000000 --mlockall -S -p90 -i200 -h2000 --quiet > $LATENCY_FILE

OS: Ubuntu 22.04.2 LTS
Kernel - 5.15.0-82-lowlatency
rt-tests version: 2.2-1

@olm52
Copy link

olm52 commented Nov 4, 2023

I have a similar problem. If I isolate some cores with cpuset, cyclictest will show only the cores not isolated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants