EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the name of the host the process with the given Unique Process ID (UPID) is running on. Equivalent to running hostname
in a shell on the node the process is running on.
The hostname for the UPID passed in.
Variable | Type | Description |
---|---|---|
upid | UINT128 | The UPID of the process to get the hostname for. |
df.hostname = px.upid_to_hostname(df.upid)