aboutsummaryrefslogtreecommitdiff
path: root/utils/ctop
Commit message (Collapse)AuthorAge
* ctop: update to 0.7.7Javier Marcet2022-03-30
| | | | | | | | | | | | - Adds uptime column - CPU bar color thresholds update - Updated container status icons - Optimize health status event handling - Adds ppc64le build - Adds "open in browser" menu option - Fix CPU count estimation Signed-off-by: Javier Marcet <javier@marcet.info>
* ctop: update to 0.7.6Javier Marcet2021-07-23
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* ctop: update to 0.7.5Rosen Penev2021-01-07
| | | | | | Remove depends as MIPS is supported now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ctop: update to v0.7.4Javier Marcet2020-11-01
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* ctop: match ARCH with docker-ceRosen Penev2020-10-08
| | | | | | Only makes sense as ctop uses docker-ce. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* golang: Share build cache across package buildsJeffery To2020-10-06
| | | | | | | This also adds a config option GOLANG_BUILD_CACHE_DIR to customize the location of the build cache directory. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* ctop: fix install phaseMarek BehĂșn2020-09-24
| | | | | | | Fix install phase for this package: use variable GO_PKG_BUILD_BIN_DIR instead of GO_PKG_BUILD_DIR. Signed-off-by: Marek BehĂșn <kabel@blackhole.sk>
* ctop: don't build on mipselEneas U de Queiroz2020-05-23
| | | | | | | The current version fails to build on mips and also on mipsel, but the the latter is not masked. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* ctop: top-like interface for container metricsJavier Marcet2020-03-06
Signed-off-by: Javier Marcet <javier@marcet.info>