mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
add secondary sort by name
This commit is contained in:
@@ -32,6 +32,7 @@ func (c *Container) SetState(s string) {
|
||||
}
|
||||
|
||||
func (c *Container) Collect() {
|
||||
log.Infof("starting collector for container: %s", c.id)
|
||||
c.collect.Start()
|
||||
go func() {
|
||||
for metrics := range c.collect.Stream() {
|
||||
|
||||
Reference in New Issue
Block a user