EXPAND ALL
  • Home

upid_to_pid

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

Returns: INT64

The PID for the UPID passed in.

Arguments

VariableTypeDescription
upidUINT128The UPID of the process to get the PID for.

Examples:

df.pid = px.upid_to_pid(df.upid)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.