iruimeng / falcon-eye

linux monitor tool. an agent running on your host collect and display performance data. just like https://github.com/afaqurk/linux-dash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

falcon-eye

linux monitor tool. an agent running on your host collect and display performance data. just like https://github.com/afaqurk/linux-dash

install

mkdir -p $GOPATH/src/github.com/ulricqin
cd $GOPATH/src/github.com/ulricqin && git clone https://github.com/UlricQin/falcon-eye.git
go get github.com/ulricqin/falcon-eye/...

cd falcon-eye && go build
./control start
# default http port is: 1988. goto: http://localhost:1988
# control usage: ./control start|stop|restart|status

too complicated? use gopm(https://github.com/gpmgo/gopm) and:

git clone https://github.com/UlricQin/falcon-eye.git
cd falcon-eye && gopm build && ./falcon-eye

# -or-
# if u use amd64_linux

wget http://shuxiazi.oss-cn-hangzhou.aliyuncs.com/bin/falcon-eye.tar.gz
tar zxf falcon-eye.tar.gz && ./control start

update

we move to falcon-agent

About

linux monitor tool. an agent running on your host collect and display performance data. just like https://github.com/afaqurk/linux-dash

License:MIT License


Languages

Language:CSS 70.2%Language:Go 18.3%Language:JavaScript 10.1%Language:Shell 1.4%