{"id":3823,"date":"2016-04-22T17:05:22","date_gmt":"2016-04-22T17:05:22","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2016\/04\/22\/view-running-processes\/"},"modified":"2024-04-17T16:31:50","modified_gmt":"2024-04-17T20:31:50","slug":"view-running-processes","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/","title":{"rendered":"Viewing Running Processes on your Dedicated Server"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes-1024x538.jpg\" alt=\"Server Processes Hero Image\" class=\"wp-image-68720\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes-1024x538.jpg 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes-300x158.jpg 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes-768x403.jpg 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes.jpg 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<div class=\"in_this_tutorial\">\n<h2>In this tutorial:<\/h2>\n<p><a class=\"btn btn-primary\" href=\"#top\" type=\"button\">Using the \u201ctop\u201d command<\/a> <a class=\"btn btn-primary\" href=\"#\" type=\"button\">Using the \u201cps\u201d command<\/a><\/p>\n<\/div>\n\n\n\n<p>In this tutorial we show you how to view current running process on your <a href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers\"><strong>Dedicated server<\/strong><\/a>. This is done using command line interface over SSH. We will show you two commands, as well as example results.<\/p>\n\n\n\n<p><a name=\"top\"><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">View Running Processes using the \u201ctop\u201d command<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Log into your <strong>Dedicated<\/strong> server via <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\">SSH<\/a>. Keep in mind you will see the results based on your user, so if you want to see all processes login as the \u201c<a href=\"https:\/\/www.inmotionhosting.com\/support\/amp\/obtain-root-access\/\">root<\/a>\u201d user.<\/li>\n\n\n\n<li>Run the following command (highlighted in <span style=\"color: red;\">red<\/span>) in your shell instance:<br><p class=\"cli\"><em>user5@example.com [~]<\/em># <span style=\"color: red;\"><strong>top -icd1<\/strong><\/span><\/p><br><p>You will then see a list of how long the server has be <strong>up<\/strong> (in days), how many <strong>users<\/strong> are currently connected, and the <strong>load average<\/strong> (from 1, 5, and 15 minutes ago). Listed will also be information regarding running <strong>Tasks<\/strong>, <strong>Cpu(s)<\/strong>, <strong>Mem<\/strong>(ory), and <strong>Swap<\/strong> (Hard Disk). It will look similar to this, but keep in mind it will depend on your specific sites, and scripts:<\/p><br><p class=\"cli\">top \u2013 06:56:05 up 151 days, 20:42, 2 users, load average: 0.17, 0.23, 0.24<br>Tasks: 47 total, 1 running, 45 sleeping, 0 stopped, 1 zombie<br>Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st<br>Mem: 1572864k total, 1512676k used, 60188k free, 0k buffers<br>Swap: 2621440k total, 291720k used, 2329720k free, 1145668k cached<\/p><br><p>\u00a0 \u00a0 PID \u00a0 USER \u00a0 \u00a0 \u00a0 PR \u00a0 NI \u00a0 \u00a0 VIRT \u00a0 \u00a0 RES \u00a0 \u00a0 SHR \u00a0 \u00a0 \u00a0 S \u00a0 %CPU \u00a0 %MEM \u00a0 \u00a0 TIME+ \u00a0 \u00a0 COMMAND<br>23607 \u00a0 user5 \u00a0 \u00a0 \u00a0 20 \u00a0 \u00a0 0 \u00a0 13004 \u00a0 1196 \u00a0 \u00a0 \u00a0 944 \u00a0 \u00a0 \u00a0 R \u00a0 \u00a0 \u00a0 \u00a0 0.0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0.1 \u00a0 \u00a0 0:01.37 \u00a0 \u00a0 top -icd1<\/p><br><\/li>\n<\/ol>\n\n\n\n<p><a name=\"ps\"><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">View Running Processes using the \u201cps\u201d command<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Log into your <strong>Dedicated<\/strong> Server via <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\">SSH<\/a>. Using the following command should allow you to see all processes, including those being run by the \u201c<a href=\"https:\/\/www.inmotionhosting.com\/support\/amp\/obtain-root-access\/\">root<\/a>\u201d user.<\/li>\n\n\n\n<li>Run the following command (highlighted in <span style=\"color: red;\">red<\/span>) in your shell instance:<br><p class=\"cli\"><em>user5@example.com [~]<\/em># <span style=\"color: red;\"><strong>ps aux<\/strong><\/span><\/p><br><p>You will then see a list of running processes similar to the results below:<\/p><br><p class=\"cli\">USER \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 PID \u00a0 %CPU \u00a0 %MEM \u00a0 \u00a0 \u00a0 \u00a0 VSZ \u00a0 \u00a0 \u00a0 RSS \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 TTY \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 STAT \u00a0 START \u00a0 \u00a0 TIME \u00a0 COMMAND<br>root \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 1 \u00a0 \u00a0 \u00a0 \u00a0 0.0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0.0 \u00a0 \u00a0 19236 \u00a0 \u00a0 \u00a0 \u00a0 516 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ? \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Ss \u00a0 \u00a0 \u00a0 \u00a0 2015 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0:18 \u00a0 \u00a0 init<br>root \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 2 \u00a0 \u00a0 \u00a0 \u00a0 0.0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0.0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ? \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 S \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 2015 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0:00 \u00a0 [kthreadd\/9198]root \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 3 \u00a0 \u00a0 \u00a0 \u00a0 0.0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0.0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ? \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 S \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 2015 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0:00 \u00a0 [khelper\/9198]dbus \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 774 \u00a0 \u00a0 \u00a0 \u00a0 0.0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0.0 \u00a0 \u00a0 21436 \u00a0 \u00a0 \u00a0 \u00a0 72 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ? \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Ss \u00a0 \u00a0 \u00a0 \u00a0 2015 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0:00 \u00a0 dbus-daemon \u2013system<br>root \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 1013 \u00a0 \u00a0 \u00a0 \u00a0 0.0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0.2 \u00a0 100892 \u00a0 \u00a0 4388 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 ? \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Ss \u00a0 \u00a0 \u00a0 06:40 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 0:00 \u00a0 sshd: \u00a0 user5 \u00a0 [priv]<br><\/p><\/li>\n<\/ol>\n\n\n\n<p>Congratulations, now you know how to view current running process on your Dedicated server!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial: Using the &#8220;top&#8221; command Using the &#8220;ps&#8221; command In this tutorial we show you how to view current running process on your Dedicated server. This is done using command line interface over SSH. We will show you two commands, as well as example results. View Running Processes using the &#8220;top&#8221; command View<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4307],"tags":[],"class_list":["post-3823","post","type-post","status-publish","format-standard","hentry","category-ssh"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to View Running Processes on Dedicated Servers<\/title>\n<meta name=\"description\" content=\"How to view running processes on a Dedicated Server using the top and ps command via SSH.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to View Running Processes on Dedicated Servers\" \/>\n<meta property=\"og:description\" content=\"Learn how to view running processes on your dedicated server using the &quot;top&quot; command and using the &quot;ps&quot; command in SSH.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-22T17:05:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-17T20:31:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"Viewing Running Processes on your Dedicated Server\",\"datePublished\":\"2016-04-22T17:05:22+00:00\",\"dateModified\":\"2024-04-17T20:31:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/\"},\"wordCount\":331,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes-1024x538.jpg\",\"articleSection\":[\"SSH and Root Access\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/\",\"name\":\"How to View Running Processes on Dedicated Servers\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes-1024x538.jpg\",\"datePublished\":\"2016-04-22T17:05:22+00:00\",\"dateModified\":\"2024-04-17T20:31:50+00:00\",\"description\":\"How to view running processes on a Dedicated Server using the top and ps command via SSH.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Server Processes Hero Image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Viewing Running Processes on your Dedicated Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to View Running Processes on Dedicated Servers","description":"How to view running processes on a Dedicated Server using the top and ps command via SSH.","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:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/","og_locale":"en_US","og_type":"article","og_title":"How to View Running Processes on Dedicated Servers","og_description":"Learn how to view running processes on your dedicated server using the \"top\" command and using the \"ps\" command in SSH.","og_url":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2016-04-22T17:05:22+00:00","article_modified_time":"2024-04-17T20:31:50+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes.jpg","type":"image\/jpeg"}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"Viewing Running Processes on your Dedicated Server","datePublished":"2016-04-22T17:05:22+00:00","dateModified":"2024-04-17T20:31:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/"},"wordCount":331,"commentCount":1,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes-1024x538.jpg","articleSection":["SSH and Root Access"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/","url":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/","name":"How to View Running Processes on Dedicated Servers","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes-1024x538.jpg","datePublished":"2016-04-22T17:05:22+00:00","dateModified":"2024-04-17T20:31:50+00:00","description":"How to view running processes on a Dedicated Server using the top and ps command via SSH.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/02\/Viewing-Server-Processes.jpg","width":1200,"height":630,"caption":"Server Processes Hero Image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/view-running-processes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Viewing Running Processes on your Dedicated Server"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3823","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=3823"}],"version-history":[{"count":5,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3823\/revisions"}],"predecessor-version":[{"id":127632,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/3823\/revisions\/127632"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=3823"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=3823"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=3823"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}