Skip to main content

Tools/Commands for monitoring linux

Following are the tools for monitoring a linux system


System commands like top, free -m, vmstat, iostat, iotop, sar, netstat etc. Nothing comes near these linux utility when you are debugging a problem. These command give you a clear picture that is going inside your server


SeaLion: Agent executes all the commands mentioned in #1 (also user defined) and outputs of these commands can be accessed in a beautiful web interface. This tool comes handy when you are debugging across hundreds of servers as installation is clear simple. And its FREE


Nagios: It is the mother of all monitoring/alerting tools. It is very much customization but very much difficult to setup for beginners. There are sets of tools called nagios plugins that covers pretty much all important Linux metrics


Munin


Server density: A cloudbased paid service that collects important Linux metrics and gives users ability to write own plugins.


New Relic: Another well know hosted monitoring service.


Zabbix


Comments

Popular posts from this blog

How to create multiple services of Odoo(above version 10) on windows

In this post, I will explain how we can create multiple Odoo services in a Windows Server. Step 1 First, you need to get the executable file from the Odoo link mentioned below Or open the already existing executable file.   https://www.odoo.com/page/download   If you are running the executable file for the second time uncheck Postgres installation since it is already done in the first install. Keep a note of your installation path. Step 2 Go to the below path where "Odoo 12.0 Test" is the directory your new installation files belong to: C:\Program Files (x86)\Odoo 12.0 Test\nssm\win64\ Open the command prompt  and type the below command: nssm install odoo-server-TEST   A User Interface similar to the image below will popup, you have to fill the three empty fields with values I mentioned below Step 3 Path : C:\Program Files (x86)\Odoo 12.0 Test\Python\python.exe Startup directory : C:\Program Files (x86)\Odoo 12.0 Test\server Arguments : "C:\Program Files (x86)\Odoo 1...

Odoo Tips

//create a module sudo odoo scaffold <module_name> Run odoo in server from Command line Run under root user permission python3.6 ./odoo-bin --addons=~/odoo/odoo/addons,~/odoo/pranav/<custom module>,~/odoo/accounting_reports --xmlrpc-port=8085 -d <database name> Run under different user with different DB server(Eg:Odoo) First switch to odoo user: sudo su - odoo -s /bin/bash Run the script ./odoo-bin --addons-path=/opt/odoo/addons,/opt/test_addons --db_host=<ip address> --db_port=<port> --db_password=<password> --database=<db name> -u <user name> --db-filter=<db name> --xmlrpc-port=1122 Nohup-to run a service without writing service file :- nohup python3.6 ./odoo-bin --addons=~/odoo/odoo/addons,~/odoo/pranav/<custom module>,~/odoo/accounting_reports --xmlrpc-port=8085 -d <database name> & ODOO QWEB Datetime operation ------------------------------------ <span  t-set...

HOW TO VERIFY YOUR BLOG

Since it is not possible to upload a page in blog we need alternative method to verify your blog, using meta tag. For that go to google web master tool https://www.google.com/webmasters/tools/ and do the following steps. 1,Click the "Add a property" button on the Webmaster Tools Home page. 2.Enter your blog's URL (for example, programmersbasics.blogspot.com) and click the "add" button to go to the Manage verification page. 3.Select the "Meta tag" verification method and copy the meta tag provided.Just copy aand paste it some where for future use.This tag is permanat for one site. 4,Login to your bloggers account and select the blog. 5,Select the template tag in left, it is just above settings. 6,Click 'Edit HTML' button below Live on blog section. 7,Add the meta tag just below <head> and save. 8,Then goto webmasters page and click verify. Now you are verified.You can now access webmaster features.