mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 20:45:33 +03:00
Add some tools to the Makefile
This commit is contained in:
parent
4b87e979af
commit
d4339de57e
9
Makefile
9
Makefile
@ -54,6 +54,15 @@ run-server: venv
|
||||
run-client: venv
|
||||
./venv/bin/python -m glances -C ./conf/glances.conf -c localhost
|
||||
|
||||
run-browser: venv
|
||||
./venv/bin/python -m glances -C ./conf/glances.conf --browser
|
||||
|
||||
show-version: venv
|
||||
./venv/bin/python -m glances -C ./conf/glances.conf -V
|
||||
|
||||
show-issue: venv
|
||||
./venv/bin/python -m glances -C ./conf/glances.conf --issue
|
||||
|
||||
profiling: venv venv-dev
|
||||
@echo "Please complete and run: sudo ./venv/bin/py-spy record -o ./docs/_static/glances-flame.svg -d 60 -s --pid <GLANCES PID>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user