{"id":1032,"date":"2017-12-14T16:05:23","date_gmt":"2017-12-14T16:05:23","guid":{"rendered":"https:\/\/pandorafms.com\/library\/?p=1032"},"modified":"2017-12-14T16:05:47","modified_gmt":"2017-12-14T16:05:47","slug":"processes-high-cpu","status":"publish","type":"post","link":"https:\/\/pandorafms.com\/library\/processes-high-cpu\/","title":{"rendered":"Processes high CPU"},"content":{"rendered":"<p class=\"description_pui\">It returns the pid of the process that is consume more than the 90% of the CPU<\/p>\n<h2>Module data<\/h2>\n<pre>module_begin\u00a0\r\nmodule_name Processes high CPU\u00a0\r\nmodule_type generic_data_string\u00a0\r\nmodule_exec ps -eo pcpu,pid,comm | sort -n | grep -v CPU | tail -1 | awk '{if ($1&gt;90) print $2; else print \"NA\"}' | tr \u00add \"\\n\"\u00a0\r\nmodule_description PID Processes &gt; 90% CPU\u00a0\r\nmodule_end<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>It returns the pid of the process that is consume more than the 90% of the CPU Module data module_begin\u00a0 module_name Processes high CPU\u00a0 module_type generic_data_string\u00a0 module_exec ps -eo pcpu,pid,comm | sort -n | grep -v CPU | tail -1 | awk &#8216;{if ($1&gt;90) print $2; else print &#8220;NA&#8221;}&#8217; | tr \u00add &#8220;\\n&#8221;\u00a0 module_description PID [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[25,6],"tags":[73,276,278],"_links":{"self":[{"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/posts\/1032"}],"collection":[{"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/comments?post=1032"}],"version-history":[{"count":0,"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/posts\/1032\/revisions"}],"wp:attachment":[{"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/media?parent=1032"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/categories?post=1032"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pandorafms.com\/library\/wp-json\/wp\/v2\/tags?post=1032"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}