summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-05-25 23:12:09 +0200
committernicolargo <nicolas@nicolargo.com>2022-05-25 23:12:09 +0200
commit2d4309c0ebec6437854a18f6bb6708d073476830 (patch)
treeb43de60f91f49c8a8d43c53d7fe1fad6f416c405 /Makefile
parent90082392de61fde1c784120c214217386c9b5117 (diff)
Update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 7de44fc7..4ea03bac 100644
--- a/Makefile
+++ b/Makefile
@@ -45,41 +45,41 @@ docs-server: docs
webui: venv-dev
cd glances/outputs/static/ && npm ci && npm run build
-run: venv
+run:
./venv/bin/python -m glances -C ./conf/glances.conf
-run-debug: venv
+run-debug:
./venv/bin/python -m glances -C ./conf/glances.conf -d
-run-webserver: venv
+run-webserver:
./venv/bin/python -m glances -C ./conf/glances.conf -w
-run-restapiserver: venv
+run-restapiserver:
./venv/bin/python -m glances -C ./conf/glances.conf -w --disable-webui
-run-server: venv
+run-server:
./venv/bin/python -m glances -C ./conf/glances.conf -s
-run-client: venv
+run-client:
./venv/bin/python -m glances -C ./conf/glances.conf -c localhost
-run-browser: venv
+run-browser:
./venv/bin/python -m glances -C ./conf/glances.conf --browser
-show-version: venv
+show-version:
./venv/bin/python -m glances -C ./conf/glances.conf -V
-show-issue: venv
+show-issue:
./venv/bin/python -m glances -C ./conf/glances.conf --issue
-profiling: venv venv-dev
+profiling:
@echo "Please complete and run: sudo ./venv/bin/py-spy record -o ./docs/_static/glances-flame.svg -d 60 -s --pid <GLANCES PID>"
-trace-malloc: venv
+trace-malloc:
@echo "Malloc test is running, please wait ~30 secondes..."
./venv/bin/python -m glances -C ./conf/glances.conf --trace-malloc --stop-after 15 --quiet
-memory-leak: venv
+memory-leak:
./venv/bin/python -m glances -C ./conf/glances.conf --memory-leak
release-note: