{"id":3532,"date":"2018-10-03T17:00:24","date_gmt":"2018-10-03T17:00:24","guid":{"rendered":"https:\/\/dbtut.com\/?p=3532"},"modified":"2018-11-25T21:00:48","modified_gmt":"2018-11-25T21:00:48","slug":"monitoring-mongodb-process","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/","title":{"rendered":"Monitoring MongoDB Process"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>Script to monitor Mongo DB processes across a cluster.<\/p>\n<pre>##\r\n##\r\n## Script to Monitoring Mongo Process\r\n##\r\n## Search for all mongoX process on the cluster\r\n##\r\ndatevar=`date +\"%m%d%Y\"`\r\ntimevar=`date +\"%H%M%S\"`\r\n\r\nPDATI=$datevar\"_\"$timevar\r\nPHOME=$HOME\/scripts\/monitor\r\nPLOGL=$PHOME\/logs\/mongomon_$PDATI.log\r\nPLOGE=$PHOME\/logs\/mongomon_$PDATI.err\r\nPCOMM=\"ps -fea | grep etc\/mongo | grep -v grep | awk '{ print $8 }'\"\r\n\r\nexport PLOG1 PCOMM PHOME\r\n\r\nfor i in `cat $HOME\/scripts\/cluster.cfg`\r\ndo\r\n ssh $i \"hostname &amp;&amp; $PCOMM\" 2&gt; $PLOGE &gt;&gt; $PLOGL\r\ndone\r\n\r\ncat $PLOGL | mail -s \"DBSMT Mongo Cluster \" email@companyname.com\r\n\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>Log file result:<\/strong><\/p>\n<pre>[lusifer@node01 logs]$ more mongomon_10032018_115156.log\r\nnode01\r\nmongod 125916 1 1 Sep19 ? 03:56:42 \/usr\/bin\/mongod -f \/etc\/mongod.conf --auth\r\nnode02\r\nmongod 58190 1 3 Sep19 ? 10:25:17 \/usr\/bin\/mongod -f \/etc\/mongod.conf --auth\r\nnode03\r\nmongod 61171 1 3 Sep19 ? 10:23:20 \/usr\/bin\/mongod -f \/etc\/mongod.conf --auth<\/pre>\n<p><strong>Note<\/strong>: Requires ssh passwordless login and cluster configuration file.<\/p>\n\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_3532\" class=\"pvc_stats all  \" data-element-id=\"3532\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Script to monitor Mongo DB processes across a cluster. ## ## ## Script to Monitoring Mongo Process ## ## Search for all mongoX process on the cluster ## datevar=`date +&#8221;%m%d%Y&#8221;` timevar=`date +&#8221;%H%M%S&#8221;` PDATI=$datevar&#8221;_&#8221;$timevar PHOME=$HOME\/scripts\/monitor PLOGL=$PHOME\/logs\/mongomon_$PDATI.log PLOGE=$PHOME\/logs\/mongomon_$PDATI.err PCOMM=&#8221;ps -fea | grep etc\/mongo | grep -v grep | awk &#8216;{ print $8 }'&#8221; export PLOG1 PCOMM &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_3532\" class=\"pvc_stats all  \" data-element-id=\"3532\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":272,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[1306],"tags":[],"class_list":["post-3532","post","type-post","status-publish","format-standard","","category-mongodb"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Monitoring MongoDB Process - Database Tutorials<\/title>\n<meta name=\"description\" content=\"Monitoring MongoDB Process\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Monitoring MongoDB Process - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"Monitoring MongoDB Process\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2018-10-03T17:00:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-11-25T21:00:48+00:00\" \/>\n<meta name=\"author\" content=\"Luis Silva\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Luis Silva\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/\"},\"author\":{\"name\":\"Luis Silva\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/3af213b7f7d2bb7ec97f761464628a7e\"},\"headline\":\"Monitoring MongoDB Process\",\"datePublished\":\"2018-10-03T17:00:24+00:00\",\"dateModified\":\"2018-11-25T21:00:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/\"},\"wordCount\":29,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"articleSection\":[\"MongoDB\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/\",\"name\":\"Monitoring MongoDB Process - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"datePublished\":\"2018-10-03T17:00:24+00:00\",\"dateModified\":\"2018-11-25T21:00:48+00:00\",\"description\":\"Monitoring MongoDB Process\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Monitoring MongoDB Process\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/3af213b7f7d2bb7ec97f761464628a7e\",\"name\":\"Luis Silva\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/231f31ed06e75a8debfc67addfdfde0b1fece0c8edc24284089b60cab5745454?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/231f31ed06e75a8debfc67addfdfde0b1fece0c8edc24284089b60cab5745454?s=96&d=mm&r=g\",\"caption\":\"Luis Silva\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/luissilva\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Monitoring MongoDB Process - Database Tutorials","description":"Monitoring MongoDB Process","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/","og_locale":"en_US","og_type":"article","og_title":"Monitoring MongoDB Process - Database Tutorials","og_description":"Monitoring MongoDB Process","og_url":"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/","og_site_name":"Database Tutorials","article_published_time":"2018-10-03T17:00:24+00:00","article_modified_time":"2018-11-25T21:00:48+00:00","author":"Luis Silva","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Luis Silva","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/"},"author":{"name":"Luis Silva","@id":"https:\/\/dbtut.com\/#\/schema\/person\/3af213b7f7d2bb7ec97f761464628a7e"},"headline":"Monitoring MongoDB Process","datePublished":"2018-10-03T17:00:24+00:00","dateModified":"2018-11-25T21:00:48+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/"},"wordCount":29,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"articleSection":["MongoDB"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/","url":"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/","name":"Monitoring MongoDB Process - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"datePublished":"2018-10-03T17:00:24+00:00","dateModified":"2018-11-25T21:00:48+00:00","description":"Monitoring MongoDB Process","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2018\/10\/03\/monitoring-mongodb-process\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"Monitoring MongoDB Process"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/3af213b7f7d2bb7ec97f761464628a7e","name":"Luis Silva","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/231f31ed06e75a8debfc67addfdfde0b1fece0c8edc24284089b60cab5745454?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/231f31ed06e75a8debfc67addfdfde0b1fece0c8edc24284089b60cab5745454?s=96&d=mm&r=g","caption":"Luis Silva"},"url":"https:\/\/dbtut.com\/index.php\/author\/luissilva\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/3532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/272"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=3532"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/3532\/revisions"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=3532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=3532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=3532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}