EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the stop time (in nanosecond unix time format) of a container from its name.
The stop time (as an integer) for the Container name passed in.
Variable | Type | Description |
---|---|---|
container_name | STRING | The name of the Container to get the stop time for. |
df.container_stop_time = px.container_name_to_stop_time(df.container_name)