Advertisement
akashavkin

Untitled

Feb 15th, 2024
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.55 KB | Software | 0 0
  1. (undercloud) [stack@undercloud ~]$ os baremetal introspection data save compute0 |jq '.numa_topology.cpus[] | select(.numa_node == 0) | .thread_siblings'
  2. [
  3.   11,
  4.   51
  5. ]
  6. [
  7.   9,
  8.   49
  9. ]
  10. [
  11.   58,
  12.   18
  13. ]
  14. [
  15.   48,
  16.   8
  17. ]
  18. [
  19.   7,
  20.   47
  21. ]
  22. [
  23.   56,
  24.   16
  25. ]
  26. [
  27.   46,
  28.   6
  29. ]
  30. [
  31.   5,
  32.   45
  33. ]
  34. [
  35.   54,
  36.   14
  37. ]
  38. [
  39.   44,
  40.   4
  41. ]
  42. [
  43.   3,
  44.   43
  45. ]
  46. [
  47.   52,
  48.   12
  49. ]
  50. [
  51.   42,
  52.   2
  53. ]
  54. [
  55.   1,
  56.   41
  57. ]
  58. [
  59.   50,
  60.   10
  61. ]
  62. [
  63.   40,
  64.   0
  65. ]
  66. [
  67.   59,
  68.   19
  69. ]
  70. [
  71.   57,
  72.   17
  73. ]
  74. [
  75.   55,
  76.   15
  77. ]
  78. [
  79.   53,
  80.   13
  81. ]
  82. (undercloud) [stack@undercloud ~]$
Tags: tripleo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement