i’ll share beauty & modern real time monitoring tool..


for mac osx

#install required packages
brew install ossp-uuid autoconf automake pkg-config

#download
git clone https://github.com/firehol/netdata.git

#install
sudo ./netdata-installer.sh --install ~/opt

localhost:19999

cd ~/opt/netdata && tree -a

ln -s  ~/opt/netdata/usr/sbin/netdata /usr/local/bin/
    killall netdata
    pidof netdata
    netdata

for linux

curl -Ss 'https://raw.githubusercontent.com/firehol/netdata-demo-site/master/install-required-packages.sh' >/tmp/kickstart.sh && bash /tmp/kickstart.sh -i netdata-all

git clone https://github.com/firehol/netdata.git --depth=1

cd netdata

sudo ./netdata-installer.sh

   - the daemon    at /usr/sbin/netdata
   - config files  at /etc/netdata
   - web files     at /usr/share/netdata
   - plugins       at /usr/libexec/netdata
   - cache files   at /var/cache/netdata
   - db files      at /var/lib/netdata
   - log files     at /var/log/netdata
   - pid file      at /var/run



http://127.0.0.1:19999/netdata.conf > for configuration (for keeping more history data etc.)

http://your.netdata:19999/tv.html

netdata -h command list

Check out the release-page for more info..