Interface TopResults
-
@Immutable public interface TopResultsRaw results from the "top" (or "ps") command for a specific container.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<List<String>>processes()List<String>titles()
-