"Verb": "New",
06 "Noun": "Command1",
07 "OriginalName": "
"
08 },
09 {
10 "Verb": "New",
11 "Noun": "Command2",
12 "OriginalName": "
18%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25