EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
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.
The Pixie Agent ID for the UPID passed in.
Variable | Type | Description |
---|---|---|
upid | UINT128 | The UPID of the process to get the Pixie Agent ID for. |
df.agent_id = px.upid_to_asid(df.upid)