Skip to content

Commit

Permalink
Add a target to start Glances with Htop features
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Nov 11, 2024
1 parent 1910004 commit 318a61d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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-$*

Expand Down

0 comments on commit 318a61d

Please sign in to comment.