341 The following example prints lgroup IDs for children of the root
342 lgroup:
343
344
345 $ lgrpinfo -I -C root
346 1 2
347
348
349
350 Example 5 Printing CPU IDs
351
352
353 The following example prints CPU IDs for all CPUs in lgroup 1:
354
355
356 $ lgrpinfo -c -I 1
357 0
358
359
360
361 Example 6 Printing Information about lgropu Latencies
362
363
364 The following example prints information about lgroup latencies:
365
366
367 $ lgrpinfo -l
368 lgroup 0 (root):
369 Latency: 83
370 lgroup 1 (leaf):
371 Latency: 56
372 lgroup 2 (leaf):
373 Latency: 5
374
375
376
377 EXIT STATUS
378 The following exit values are returned:
379
380 0
381 Successful completion.
|
341 The following example prints lgroup IDs for children of the root
342 lgroup:
343
344
345 $ lgrpinfo -I -C root
346 1 2
347
348
349
350 Example 5 Printing CPU IDs
351
352
353 The following example prints CPU IDs for all CPUs in lgroup 1:
354
355
356 $ lgrpinfo -c -I 1
357 0
358
359
360
361 Example 6 Printing Information about lgroup Latencies
362
363
364 The following example prints information about lgroup latencies:
365
366
367 $ lgrpinfo -l
368 lgroup 0 (root):
369 Latency: 83
370 lgroup 1 (leaf):
371 Latency: 56
372 lgroup 2 (leaf):
373 Latency: 5
374
375
376
377 EXIT STATUS
378 The following exit values are returned:
379
380 0
381 Successful completion.
|