EXPAND ALL
  • Home

upid_to_string

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.

Returns: STRING

The stringified UPID.

Arguments

VariableTypeDescription
upidUINT128The UPID to stringify.

Examples:

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