1HWLOC-PS(1) hwloc HWLOC-PS(1)
2
3
4
6 hwloc-ps - List currently-running processes that are bound.
7
9 hwloc-ps [options]
10
12 -a list all processes, even those that are not bound to any spe‐
13 cific part of the machine.
14
15 -p --physical
16 report OS/physical indexes instead of logical indexes
17
18 -l --logical
19 report logical indexes instead of physical/OS indexes
20 (default)
21
22 -c --cpuset
23 show process bindings as cpusets instead of objects.
24
26 By default, hwloc-ps lists only those currently-running processes that
27 are bound; it displays their their identifier, command-line and bind‐
28 ing. The binding may be reported as objects or cpusets. The output is
29 a plain list. If you wish to annotate the hierarchical topology with
30 processes so as to see how they are actual distributed on the machine,
31 you might want to use lstopo --ps instead (which also only shows pro‐
32 cesses that are bound).
33
34 The -a switch can be used to show all processes, if desired.
35
37 hwloc(7), lstopo(1), hwloc-calc(1), hwloc-distrib(1)
38
39
40
41
421.2 Apr 14, 2011 HWLOC-PS(1)