'[Linux]'에 해당되는 글 12건

  1. 2015.02.12 CentOS 6.5 에 influxdb 설치하고 실행하기
  2. 2015.02.12 CentOS 6.5 에 glances 설치하기
반응형

http://influxdb.com/docs/v0.6/introduction/installation.html


64-bit systems 에서는


# wget http://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm

# rpm -ivh influxdb-latest-1.x86_64.rpm

# /etc/init.d/influxdb start

반응형
Posted by FeliZ_하늘..
,
반응형

http://syslint.com/syslint/how-to-install-glances-monitoring-tool-in-centos-rhel-servers/

https://github.com/nicolargo/glances/wiki/Install:-On-CentOS-with-EPEL-repository


# yum clean all

# yum update

# rpm -ivh http://fr2.rpmfind.net/linux/epel/6/x86_64/epel-release-6-8.noarch.rpm

# yum install python-pip python-devel

# pip-python install glances

# glances -t 5

5초마다 화면이 바뀐다


반응형
Posted by FeliZ_하늘..
,