分类目录

Howto: 安装使用MRTG,服务器性能监控,CPU / MEM / IO / Network

项目需要对版本进行比较,对比各种运行的性能,包括 CPU / MEM / IO / Network 等等。 开源的软件有:MRTG / Cacti / Nagios etc.

1. Redhat AS 5 # yum install mrtg net-snmp net-snmp-utils snmpd configuration com2sec notConfigUser localhost public group notConfigGroup v1 notConfigUser group notConfigGroup v2c notConfigUser view systemview included .1.3.6.1.2.1.1 view systemview included .1.3.6.1.2.1.25.1.1 access notConfigGroup “” any noauth exact all all [...]

Howto: 安装使用LNMP – Linux / Nginx / MySQL / Php

1. LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat、Debian/Ubuntu VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。 Homepage: http://lnmp.org/

安装那些软件 # Nginx # MySQL # PHP # PHPMyAdmin # Zend Optimizer # eAccelerator # Nginx-RRD # vsFTPD

2. 由Licess开发维护。 Homepage: http://licess.cn/

3. 安装步骤 系统为Linux Deepin,基于Ubuntu 9.12 $ uname -a Linux xxx 2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010 i686 GNU/Linux $ sudo su # wget http://soft.vpser.net/lnmp/lnmp0.3.tar.gz [...]