Linux monitoring artifact --- glances

installation:

  • yum install python-pip python-devel

  • rpm -ivh epel-release-6-8.noarch.rpm

  • yum -y install glances

  • yum install python-jinja2

usage:

  • glances

  • glances -t 1 -o CSV -f jerry.csv output format of the content to csv

  • glances -o HTML -f / var / www / html output format of the content in html


Guess you like

Origin blog.51cto.com/11009785/2406378