- NGINX Cookbook
- Tim Butler
- 83字
- 2021-07-03 00:04:21
How to do it...
To install ngxtop, you'll first need to install the Python package manager, pip. On a Debian/Ubuntu-based system, you'll need to run the following:
apt-get install python-pip
For a Red Hat- / CentOS-based system, the EPEL repository is required first. To install, run the following:
yum install epel-release
yum install python-pip
Once you have pip installed, you can now install ngxtop:
pip install ngxtop
This will download the required files and install ngxtop for you. It's now ready to use.
推薦閱讀
- 跟小海龜學(xué)Python
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- Java Web基礎(chǔ)與實(shí)例教程
- EPLAN實(shí)戰(zhàn)設(shè)計(jì)
- MongoDB權(quán)威指南(第3版)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- Creating Stunning Dashboards with QlikView
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- 打開Go語言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- Java SE實(shí)踐教程
- Python商務(wù)數(shù)據(jù)分析(微課版)
- Laravel Design Patterns and Best Practices
- C語言編程魔法書:基于C11標(biāo)準(zhǔn)
- HTML5程序開發(fā)范例寶典
- Scratch少兒編程高手的7個(gè)好習(xí)慣