提交 d4339de5 编写于 作者: N nicolargo

Add some tools to the Makefile

上级 4b87e979
......@@ -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>"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册