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