EXPAND ALL
  • Home

upid_to_asid

Gets the Pixie Agent ID from the given Unique Process ID (UPID). The Pixie Agent ID signifies which Pixie Agent is tracing the given process.

Returns: INT64

The Pixie Agent ID for the UPID passed in.

Arguments

VariableTypeDescription
upidUINT128The UPID of the process to get the Pixie Agent ID for.

Examples:

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