- 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.
推薦閱讀
- 數據庫系統教程(第2版)
- Java EE 6 企業級應用開發教程
- 跟“龍哥”學C語言編程
- PowerCLI Cookbook
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Oracle BAM 11gR1 Handbook
- Gradle for Android
- Android開發三劍客:UML、模式與測試
- Mastering C++ Multithreading
- Qt 4開發實踐
- 軟件測試技術
- Mastering PowerCLI
- Python趣味創意編程
- Socket.IO Cookbook