简介
sysstat提供了Linux性能监控的工具集,包括sar、sadf、mpstat、iostat、pidstat等,这些工具能够监控系统性能和使用状况。各工具的做用以下:
iostat - 提供CPU统计,存储I/O统计(磁盘设备,分区及网络文件系统)
mpstat - 提供单个或组合CPU相关统计
pidstat - 提供Linux进程级别统计:I/O、CPU、内存等
sar - 收集、报告、保存系统活动信息:CPU、内存、磁盘、中断、网络接口、TTY、内核表等
sadc - 系统活动数据收集器,做为sar后端使用
sa1 - 收集系统活动平常数据,并二进制格式存储,它做为sadc的工具的前端,能够经过cron来调用
sa2 - 生成系统每日活动报告,一样可做为sadc的工具的前端,能够经过cron来调用
sadf - 能够以CSV、XML格式等显示sar收集的性能数据,这样很是方便的将系统数据导入到数据库中,或导入到Excel中来生成图表
nfsiostat-sysstat: 提供NFS I/O统计
cifsiostat: 提供CIFS统计
sysstat功能强大,功能也在不断的加强,每一个版本提供了不一样的功能,用户能够到sysstat官网了解工具最早发展状况和得到相应的帮助手册。官网地址:http://sebastien.godard.pagesperso-orange.fr/
安装html
The msgfmt command belongs to the GNU gettext package.
If you don't have it on your system, just configure sysstat with
NLS disabled like this: 前端
$ ./configure --disable-nls ios
or answer 'y' (for "yes") to the question
"Disable National Language Support (NLS)? (y/n) [--disable-nls]"
if you use the Interactive Configuration script (iconfig),
then compile sysstat as usual (make ; make install).
Please read the README-nls file included in sysstat source package to learn
some more about National Language Support. git