云网牛站
所在位置:首页 > Linux云服务器 > 查看Linux操作系统信息的Web面板psdash

查看Linux操作系统信息的Web面板psdash

2018-06-16 20:04:26作者:hi-linux稿源:运维之美

psdash是一款查看Linux操作系统信息的web面板,psDash的系统信息的采集也是由psutil完成的。psdash没有提供API,只带了一个基于Flask的web界面,默认每3秒刷新一次数据和界面。

 

安装方法如下:

1.通过pip安装

pip install psdash

2.通过源码安装

安装依赖环境

Ubuntu:

apt-get install git gcc python-dev python-setuptools

Centos:

yum install python-devel python-setuptools

3.下载psdash源代码后安装

cd /var/www/

git clone https://github.com/Jahaja/psdash.git

cd /var/www/psdash

python setup.py install

 

启动psdash:

psdash --log /var/log/psdash.log --log /var/log/mydb.log

注:

1.log参数后跟的是需监控的日志文件路径,可同时监控多个。

2.默认绑定到5000端口。

 

其它

Available command-line arguments:

usage: psdash [-h] [-l path] [-b host] [-p port] [-d]

psdash 0.2.0 - system information web dashboard

optional arguments:

-h, –help show this help message and exit

-l path, –log path log files to make available for psdash. This option

can be used multiple times.

-b host, –bind host host to bind to. Defaults to 0.0.0.0 (all interfaces).

-p port, –port port port to listen on. Defaults to 5000.

-d, –debug enables debug mode.

 

访问

打开浏览器访问 http://ip:5000/

查看Linux操作系统信息的Web面板psdash

查看Linux操作系统信息的Web面板psdash

查看Linux操作系统信息的Web面板psdash

 

相关主题

在Ubuntu 17.10上安装AWFFull Web服务器日志分析应用程序

精选文章
热门文章