From 318a61da6c9156a9dc5ddb48ab489d9cbad898f7 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 11 Nov 2024 17:09:24 +0100 Subject: [PATCH] Add a target to start Glances with Htop features --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 63779405b..980a84dd7 100644 --- a/Makefile +++ b/Makefile @@ -280,6 +280,9 @@ run-min-debug: ## Start minimal Glances in debug console mode (also called stand run-min-local-conf: ## Start minimal Glances in console mode with the system conf file $(venv_min)/python -m glances +run-like-htop: ## Start Glances with the same features than Htop + $(venv_min)/python -m glances --disable-plugin network,ports,wifi,connections,diskio,fs,irq,folders,raid,smart,sensors,vms,containers,ip,amps --disable-left-sidebar + $(DOCKER_RUNTIMES): run-docker-%: $(DOCKER_RUN) $(DOCKER_OPTS) $(DOCKER_SOCKS) -it glances:local-$*