EXPAND ALL
  • Home

upid_to_node_name

Gets the Kubernetes name of the node the process with the given Unique Process ID (UPID) is running on.

Returns: STRING

The name of the node for the UPID passed in.

Arguments

VariableTypeDescription
upidUINT128The UPID of the process to get the node name for.

Examples:

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