psutil

简介: tar -zxvf psutil-2.1.3.tar.gzcd psutil-2.1.3 python setup.py install安装是出现报错error: command 'gcc' failed with exit status 1解决办法yum install gcc python-devel重新安装 python setup.

tar -zxvf psutil-2.1.3.tar.gz

cd psutil-2.1.3

 python setup.py install

安装是出现报错

error: command 'gcc' failed with exit status 1

解决办法

yum install gcc python-devel

重新安装

 python setup.py install

安装成功

 

wget https: //pypi .python.org /packages/source/p/psutil/psutil-2 .1.3. tar .gz
目录
相关文章
|
2月前
|
缓存 运维 NoSQL
使用 psutil 获取硬件、网络以及进程信息
使用 psutil 获取硬件、网络以及进程信息
53 0
|
5月前
|
Python
python3获取内存和cpu利用率记录日志文件psutil
python3获取内存和cpu利用率记录日志文件psutil
72 1
|
6月前
|
JSON 缓存 监控
cpu相关指标(top、uptime、vmstat、mpstat、sar、pidstat、ps、dstat、perf、tcpdump、lscpu)等常见使用方法(一)
cpu相关指标(top、uptime、vmstat、mpstat、sar、pidstat、ps、dstat、perf、tcpdump、lscpu)等常见使用方法
135 0
|
6月前
|
监控 Unix Linux
cpu相关指标(top、uptime、vmstat、mpstat、sar、pidstat、ps、dstat、perf、tcpdump、lscpu)等常见使用方法(二)
cpu相关指标(top、uptime、vmstat、mpstat、sar、pidstat、ps、dstat、perf、tcpdump、lscpu)等常见使用方法
165 0
|
6月前
|
缓存 监控 网络协议
cpu相关指标(top、uptime、vmstat、mpstat、sar、pidstat、ps、dstat、perf、tcpdump、lscpu)等常见使用方法(三)
cpu相关指标(top、uptime、vmstat、mpstat、sar、pidstat、ps、dstat、perf、tcpdump、lscpu)等常见使用方法
160 0
|
监控 Unix Linux
Linux Performance Monitoring with Vmstat and Iostat Commands
Linux Performance Monitoring with Vmstat and Iostat Commands
269 0
|
Unix Linux Python
Python编程:psutil模块获取系统信息
Python编程:psutil模块获取系统信息
163 0
|
Python
Python 获取系统信息模块psutil(转载)
一、psutil模块 1. psutil是一个跨平台库(http://code.google.com/p/psutil/),能够轻松实现获取系统运行的进程和系统利用率(包括CPU、内存、磁盘、网络等)信息。
1602 0
|
监控 BI