A smart Hub for holding server stat
Stat Hub is a service for collecting and displaying servers stat.
Stat Hub have two parts, one is the SERVER for recving, storing and displaying stat, the other is the CLIENT for collecting and sending stat to SERVER. Just two binary files is needed for all of this.
https://github.com/likexian/stathub-go/releases/download/v0.5.2/stathub_linux_0.5.2.tar.gz
tar zxvf stathub_*.tar.gz
mv stathub /var
cd /var/stathub
If your server os is 32 bits, please run
./server_x86
If your server os is 64 bits, please run
./server_x86_64
The default url is
http://ip:15944
Then enter the default password: likexian
Follow the guide
http://ip:15944/help
Copyright 2015, Li Kexian
Apache License, Version 2.0