Posts

Showing posts from 2018

Zabbix

     www.zabbix.com   Page2     Screenshots:  https://sourceforge.net/projects/zabbix/?source=navbar Install Zabbix on CentOS 7 from rpm .     https://www.zabbix.com/download 1. Need CentOS 7 with LAMP Stack installed     https://www.rootusers.com/how-to-setup-lamp-web-server-with-centos-7/ 2. Install Zabbix from rpm package     https://www.zabbix.com/documentation/3.4/manual/installation/install_from_packages/rhel_centos Admin GUI               https://www.zabbix.com/documentation/3.4/manual/quickstart/login Add Ons https://share.zabbix.com/ Agents :   https://www.zabbix.com/download_agents Virtual Appliances :  KVM, Parallels, Xen. VirtualBox, VMWarePlayer,  OVF,  Hyper-V, Azure, .iso                                     https://www.zabbix.com/do...

Linux Performance Monitoring

****Linux Performance Monitoring **** Check :   CPU Utilization, Memory, Disk space, # of network connections, disk i/o top df -h  cat /proc/cpuinfo  free -m  netstat -n iostat  Other : /var/log/messages docker ps  netstat -n  java logs  Tools: New Relic ,  Nagios ,  App Dynamics  chkmk , scout--  scoutapp,com  PRTG    vCenter    monitor network traffic bits/sec Articles : http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages http://www.linuxjournal.com/article/9001 https://stackoverflow.com/questions/21617500/understanding-load-average-vs-cpu-usage https://en.wikipedia.org/wiki/Load_(computing) https://www.cyberciti.biz/tips/top-linux-monitoring-tools.html https://www.tecmint.com/linux-performance-monitoring-with-vmstat-and-iostat-commands/ https://linux.101hacks....