ContainerTopResponse

constructor(titles: List<String>? = null, processes: List<List<String>>? = null)

Parameters

titles

The ps column titles

processes

Each process running in the container, where each process is an array of values corresponding to the titles.