@@ -47,7 +47,7 @@ Check that the applications and cluster system CPU pinning is correct. Run the f
47
47
$ oc debug node/example-sno-1
48
48
----
49
49
50
- . Check that the user applications CPU pinning is correct:
50
+ . Check that the OpenShift infrastructure applications CPU pinning is correct:
51
51
+
52
52
[source,terminal]
53
53
----
@@ -57,13 +57,13 @@ sh-4.4# pgrep ovn | while read i; do taskset -cp $i; done
57
57
.Example output
58
58
[source,terminal]
59
59
----
60
- pid 8481's current affinity list: 0-3
61
- pid 8726's current affinity list: 0-3
62
- pid 9088's current affinity list: 0-3
63
- pid 9945's current affinity list: 0-3
64
- pid 10387's current affinity list: 0-3
65
- pid 12123's current affinity list: 0-3
66
- pid 13313's current affinity list: 0-3
60
+ pid 8481's current affinity list: 0-1,52-53
61
+ pid 8726's current affinity list: 0-1,52-53
62
+ pid 9088's current affinity list: 0-1,52-53
63
+ pid 9945's current affinity list: 0-1,52-53
64
+ pid 10387's current affinity list: 0-1,52-53
65
+ pid 12123's current affinity list: 0-1,52-53
66
+ pid 13313's current affinity list: 0-1,52-53
67
67
----
68
68
69
69
. Check that the system applications CPU pinning is correct:
@@ -76,8 +76,8 @@ sh-4.4# pgrep systemd | while read i; do taskset -cp $i; done
76
76
.Example output
77
77
[source,terminal]
78
78
----
79
- pid 1's current affinity list: 0-3
80
- pid 938's current affinity list: 0-3
81
- pid 962's current affinity list: 0-3
82
- pid 1197's current affinity list: 0-3
79
+ pid 1's current affinity list: 0-1,52-53
80
+ pid 938's current affinity list: 0-1,52-53
81
+ pid 962's current affinity list: 0-1,52-53
82
+ pid 1197's current affinity list: 0-1,52-53
83
83
----
0 commit comments