EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Stringifies a UPID The string format of the UPID is asid:pid:start_time
, where asid is the Pixie Agent unique ID that uniquely determines which Pixie Agent traces this UPID, pid is the process ID from the host, and start_time is the unix time the process started.
The stringified UPID.
Variable | Type | Description |
---|---|---|
upid | UINT128 | The UPID to stringify. |
df.upid_str = px.upid_to_string(df.upid)