成长值: 15613
2444
2544
7万
管理员
Linfo 是可扩展的,通过 composer,很容易使用 PHP5 库以程序化方式获取来自 PHP 应用的丰富的系统统计数据。它有 Web UI 及其Ncurses CLI 视图,在 Linux、Windows、BSD、Darwin/Mac OSX、Solaris 和 Minix 系统上均可用。 -- Aaron Kili
本文导航 -环境要求: …… 15% -如何在 Linux 中安装 Linfo 服务器统计 UI及库 …… 19% -以 Ncurses 模式运行 Linfo …… 47%
编译自: https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/ 作者: Aaron Kili 译者: ucasFL
$ sudo mkdir -p /var/www/html/linfo $ git clone git://github.com/jrgp/linfo.git $ sudo rsync -av linfo/ /var/www/html/linfo/
$ sudo mv sample.config.inc.php config.inc.php
$settings['show_errors'] = true;
# yum install php-pecl-ncurses [在 CentOS/RHEL 上] # dnf install php-pecl-ncurses [在 Fedora 上] $ sudo apt-get install php5-dev libncurses5-dev [在 Debian/Ubuntu 上]
$ wget http://pecl.php.net/get/ncurses-1.0.2.tgz $ tar xzvf ncurses-1.0.2.tgz $ cd ncurses-1.0.2 $ phpize # generate configure script $ ./configure $ make $ sudo make install
$ sudo echo extension=ncurses.so > /etc/php5/cli/conf.d/ncurses.ini
$ php -m | grep ncurses
$ cd /var/www/html/linfo/ $ ./linfo-curses
您需要 登录 才可以下载或查看,没有帐号?立即注册
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|51学通信技术论坛
GMT+8, 2025-1-31 21:00 , Processed in 0.071265 second(s), 32 queries .
Powered by Discuz! X3
© 2001-2013 Comsenz Inc.