EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Get the process ID for the process the Unique Process ID (UPID) refers to. Note that the UPID is unique across all hosts/containers, whereas the PID could be the same between different hosts/containers
The PID for the UPID passed in.
Variable | Type | Description |
---|---|---|
upid | UINT128 | The UPID of the process to get the PID for. |
df.pid = px.upid_to_pid(df.upid)