Shell equivalents¶
This page maps psutil’s Python API to the equivalent native terminal commands on each platform. This is useful for understanding what psutil replaces and for cross-checking results.
See also
System-wide functions¶
CPU¶
psutil function |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
same |
same |
||
|
|
|
||
|
|
|||
|
|
|||
|
|
|||
|
||||
|
||||
|
|
|
|
|
|
||||
|
same |
same |
Memory¶
psutil function |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
|
|
|
|
|
|
|
||
Disks¶
psutil function |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
same |
same |
|
|
|
|
|
||
|
|
|
Network¶
psutil function |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sensors¶
psutil function |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
|
|||
|
|
|||
|
|
|
Other¶
psutil function |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
|
|
|
|
|
same |
same |
||
|
same |
same |
|
|
|
same |
same |
Process methods¶
Assuming p = psutil.Process().
Identity¶
psutil method |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
same |
|
||
|
|
|
||
|
same |
|
||
|
same |
same |
||
|
same |
same |
||
|
same |
same |
||
|
|
|||
|
|
Process tree¶
psutil method |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
same |
same |
||
|
same |
same |
||
|
same |
same |
||
|
same |
same |
||
|
same |
same |
Credentials¶
psutil method |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
same |
|
||
|
same |
|
||
|
same |
same |
||
|
same |
same |
CPU / scheduling¶
psutil method |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
same |
same |
||
|
same |
|
||
|
||||
|
|
|||
|
|
|||
|
|
|||
|
||||
|
||||
|
same |
same |
||
|
same |
same |
||
|
|
|||
|
Memory¶
psutil method |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
same |
same |
||
|
||||
|
same |
same |
||
|
|
|
||
|
||||
|
|
|
Threads¶
psutil method |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
same |
same |
||
|
Files and connections¶
psutil method |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
|
|
||
|
same |
|
|
|
|
||||
|
||||
Signals¶
psutil method |
Linux |
macOS |
BSD |
Windows |
|---|---|---|---|---|
|
same |
same |
||
|
same |
same |
||
|
same |
same |
||
|
same |
same |
|
|
|
same |
same |
|
|
|
|
|