{"id":4345,"date":"2023-04-01T01:48:02","date_gmt":"2023-04-01T01:48:02","guid":{"rendered":"https:\/\/www.webhi.com\/how-to\/?p=4345"},"modified":"2024-10-15T13:57:10","modified_gmt":"2024-10-15T13:57:10","slug":"how-to-use-top-netstat-du-other-tools-to-monitor-server-resources","status":"publish","type":"post","link":"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/","title":{"rendered":"How To use top, netstat, du, &#038; other Tools to Monitor server resources"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/net_tools_ubuntu_en.jpg\" alt=\"Using Top Netstat Du &amp; Other Tools to Monitor Server Resources\" class=\"wp-image-4458\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/net_tools_ubuntu_en.jpg 1200w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/net_tools_ubuntu_en-300x169.jpg 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/net_tools_ubuntu_en-1024x576.jpg 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/net_tools_ubuntu_en-768x432.jpg 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/net_tools_ubuntu_en-150x84.jpg 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<p>As a server administrator, it&#8217;s crucial to monitor server resources regularly to ensure that everything is running smoothly. In this article, we&#8217;ll cover some of the essential tools that you can use to monitor server resources.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Top<\/h2>\n\n\n\n<p><code>Top<\/code> is a command-line tool that provides real-time information about the system&#8217;s processes, including CPU usage, memory usage, and system load. To use <code>top<\/code>, open your terminal and type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ <span style=\"background-color: initial; font-family: inherit; font-size: inherit;\">top<\/span><\/code><\/pre>\n\n\n\n<p>You can use the following keys to interact with <code>top<\/code>:<\/p>\n\n\n\n<ul>\n<li><code>q<\/code>: Quit <code>top<\/code>.<\/li>\n\n\n\n<li><code>k<\/code>: Kill a process.<\/li>\n\n\n\n<li><code>r<\/code>: Renice a process.<\/li>\n\n\n\n<li><code>H<\/code>: Toggle thread view.<\/li>\n\n\n\n<li><code>z<\/code>: Toggle color\/monochrome.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1115\" height=\"594\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/1-1.png\" alt=\"webhi monitor top server\" class=\"wp-image-4425\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/1-1.png 1115w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/1-1-300x160.png 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/1-1-1024x546.png 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/1-1-768x409.png 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/1-1-150x80.png 150w\" sizes=\"(max-width: 1115px) 100vw, 1115px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Netstat<\/h2>\n\n\n\n<p><code>Netstat<\/code> is a command-line tool that displays network connections, routing tables, and network interface statistics. To use <code>netstat<\/code>, open your terminal and type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ <span style=\"background-color: initial; font-family: inherit; font-size: inherit;\">netstat -a<\/span><\/code><\/pre>\n\n\n\n<p>This command will show all the network connections that are active on your system.<\/p>\n\n\n\n<p>You can use the following keys to interact with <code>netstat<\/code>:<\/p>\n\n\n\n<ul>\n<li><code>a<\/code>: Show all sockets.<\/li>\n\n\n\n<li><code>n<\/code>: Don&#8217;t resolve names.<\/li>\n\n\n\n<li><code>p<\/code>: Show the PID and name of the program to which each socket belongs.<\/li>\n\n\n\n<li><code>r<\/code>: Show the routing tables.<\/li>\n\n\n\n<li><code>s<\/code>: Show statistics.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1115\" height=\"593\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/2.png\" alt=\"webhi monitor netstat server\" class=\"wp-image-4427\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/2.png 1115w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/2-300x160.png 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/2-1024x545.png 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/2-768x408.png 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/2-150x80.png 150w\" sizes=\"(max-width: 1115px) 100vw, 1115px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Du<\/h2>\n\n\n\n<p><code>Du<\/code> is a command-line tool that displays disk usage statistics for a file or directory. To use <code>du<\/code>, open your terminal and type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ <span style=\"background-color: initial; font-family: inherit; font-size: inherit;\">du -h \/path\/to\/directory<\/span><\/code><\/pre>\n\n\n\n<p>This command will display the disk usage of the specified directory in a human-readable format.<\/p>\n\n\n\n<p>You can use the following keys to interact with <code>du<\/code>:<\/p>\n\n\n\n<ul>\n<li><code>-h<\/code>: Display sizes in a human-readable format.<\/li>\n\n\n\n<li><code>-s<\/code>: Display only a total for each argument.<\/li>\n\n\n\n<li><code>-c<\/code>: Display a grand total for all arguments.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1115\" height=\"594\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/3.png\" alt=\"webhi monitor du server\" class=\"wp-image-4430\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/3.png 1115w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/3-300x160.png 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/3-1024x546.png 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/3-768x409.png 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/3-150x80.png 150w\" sizes=\"(max-width: 1115px) 100vw, 1115px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Htop<\/h2>\n\n\n\n<p><code>Htop<\/code> is an interactive process viewer and system monitor that provides a more user-friendly interface than <code>top<\/code>. To use <code>htop<\/code>, open your terminal and type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ h<span style=\"background-color: initial; font-family: inherit; font-size: inherit;\">top<\/span><\/code><\/pre>\n\n\n\n<p>You can use the following keys to interact with <code>htop<\/code>:<\/p>\n\n\n\n<ul>\n<li><code>F1<\/code>: Help.<\/li>\n\n\n\n<li><code>F2<\/code>: Setup.<\/li>\n\n\n\n<li><code>F3<\/code>: Search.<\/li>\n\n\n\n<li><code>F4<\/code>: Filter.<\/li>\n\n\n\n<li><code>F5<\/code>: Tree view.<\/li>\n\n\n\n<li><code>F6<\/code>: Sort by.<\/li>\n\n\n\n<li><code>F7<\/code>: Nice \u2013 increase process priority.<\/li>\n\n\n\n<li><code>F8<\/code>: Nice \u2013 decrease process priority.<\/li>\n\n\n\n<li><code>F9<\/code>: Kill process.<\/li>\n\n\n\n<li><code>F10<\/code>: Quit.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1115\" height=\"595\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/4.png\" alt=\"webhi monitor htop server\" class=\"wp-image-4433\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/4.png 1115w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/4-300x160.png 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/4-1024x546.png 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/4-768x410.png 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/4-150x80.png 150w\" sizes=\"(max-width: 1115px) 100vw, 1115px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Iostat<\/h2>\n\n\n\n<p><code>Iostat<\/code> is a command-line tool that displays CPU utilization and I\/O statistics. To use <code>iostat<\/code>, open your terminal and type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ iostat<\/code><\/pre>\n\n\n\n<p>You can use the following keys to interact with <code>iostat<\/code>:<\/p>\n\n\n\n<ul>\n<li><code>-c<\/code>: Show only CPU utilization.<\/li>\n\n\n\n<li><code>-d<\/code>: Show only disk I\/O statistics.<\/li>\n\n\n\n<li><code>-k<\/code>: Show output in kilobytes.<\/li>\n\n\n\n<li><code>-m<\/code>: Show output in megabytes.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1115\" height=\"202\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/5.png\" alt=\"webhi monitor iostat server\" class=\"wp-image-4435\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/5.png 1115w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/5-300x54.png 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/5-1024x186.png 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/5-768x139.png 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/5-150x27.png 150w\" sizes=\"(max-width: 1115px) 100vw, 1115px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Net-tools<\/h2>\n\n\n\n<p><code>Net-tools<\/code> is a collection of command-line tools that provides information about network connections and interfaces. To use <code>net-tools<\/code>, open your terminal and type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ <span style=\"background-color: initial; font-family: inherit; font-size: inherit;\">ifconfig<\/span><\/code><\/pre>\n\n\n\n<p>This command will show information about all network interfaces on your system.<\/p>\n\n\n\n<p>You can use the following keys to interact with <code>net-tools<\/code>:<\/p>\n\n\n\n<ul>\n<li><code>ifconfig<\/code>: Show information about network interfaces.<\/li>\n\n\n\n<li><code>route<\/code>: Show routing table.<\/li>\n\n\n\n<li><code>arp<\/code>: Show the ARP cache.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1114\" height=\"426\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/6-1.png\" alt=\"webhi monitor ifconfig server\" class=\"wp-image-4438\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/6-1.png 1114w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/6-1-300x115.png 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/6-1-1024x392.png 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/6-1-768x294.png 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/6-1-150x57.png 150w\" sizes=\"(max-width: 1114px) 100vw, 1114px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Nethogs<\/h2>\n\n\n\n<p>If your network connection seems overutilized and you are unsure which application is the culprit, a program called&nbsp;<code>nethogs<\/code>&nbsp;is a good choice for finding out.<\/p>\n\n\n\n<p><code>Nethogs<\/code> is a command-line tool that provides real-time network bandwidth monitoring. <\/p>\n\n\n\n<p>On Ubuntu, you can install nethogs with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo apt install nethogs<\/code><\/pre>\n\n\n\n<p>To use <code>nethogs<\/code>, open your terminal and type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ <span style=\"background-color: initial; font-family: inherit; font-size: inherit;\">sudo nethogs<\/span><\/code><\/pre>\n\n\n\n<p>This command will show the network bandwidth usage of each process on your system.<\/p>\n\n\n\n<p>You can use the following keys to interact with <code>nethogs<\/code>:<\/p>\n\n\n\n<ul>\n<li><code>q<\/code>: Quit <code>nethogs<\/code>.<\/li>\n\n\n\n<li><code>s<\/code>: sort by SENT traffic<\/li>\n\n\n\n<li><code>r<\/code>: sort by RECEIVE traffic<\/li>\n\n\n\n<li><code>m<\/code>: switch between total (KB, B, MB) and KB\/s mode<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1115\" height=\"189\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/7.png\" alt=\"webhi monitor nethogs server\" class=\"wp-image-4440\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/7.png 1115w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/7-300x51.png 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/7-1024x174.png 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/7-768x130.png 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/7-150x25.png 150w\" sizes=\"(max-width: 1115px) 100vw, 1115px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Iptraf-ng<\/h2>\n\n\n\n<p><code>Iptraf-ng<\/code> is a command-line tool that provides real-time network statistics for each network interface on your system. <\/p>\n\n\n\n<p>you can install&nbsp;<code>iptraf-ng<\/code>&nbsp;with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ sudo apt install iptraf-ng<\/code><\/pre>\n\n\n\n<p>To use <code>iptraf-ng<\/code>, open your terminal and type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">$ <span style=\"background-color: initial; font-family: inherit; font-size: inherit;\">sudo iptraf-ng<\/span><\/code><\/pre>\n\n\n\n<p>This command will show real-time statistics for each network interface.<\/p>\n\n\n\n<p>You can use the following keys to interact with <code>iptraf-ng<\/code>:<\/p>\n\n\n\n<ul>\n<li><code>q<\/code>: Quit <code>iptraf-ng<\/code>.<\/li>\n\n\n\n<li><code>s<\/code>: Display statistics for selected interface.<\/li>\n\n\n\n<li><code>n<\/code>: Display statistics for next interface.<\/li>\n\n\n\n<li><code>r<\/code>: Refresh display.<\/li>\n\n\n\n<li><code>d<\/code>: Display detailed statistics.<\/li>\n\n\n\n<li><code>u<\/code>: Display UDP statistics.<\/li>\n\n\n\n<li><code>t<\/code>: Display TCP statistics.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1115\" height=\"594\" src=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/8.png\" alt=\"webhi monitor iptraf-ng server\" class=\"wp-image-4442\" srcset=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/8.png 1115w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/8-300x160.png 300w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/8-1024x546.png 1024w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/8-768x409.png 768w, https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/8-150x80.png 150w\" sizes=\"(max-width: 1115px) 100vw, 1115px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>These are just a few of the many tools available to monitor server resources. By regularly monitoring server resources, you can ensure that your server is running smoothly and efficiently.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As a server administrator, it&#8217;s crucial to monitor server resources regularly to ensure that everything is running smoothly. In this article, we&#8217;ll cover some of the essential tools that you can use to monitor server resources. Top Top is a command-line tool that provides real-time information about the system&#8217;s processes, including CPU usage, memory usage, ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[69,279],"tags":[],"yoast_head":"\n<title>How To use top, netstat, du, &amp; other Tools to Monitor server resources - WebHi Tutorials &amp; Documentations<\/title>\n<meta name=\"description\" content=\"Learn how to monitor your server resources using top, netstat, du, and other powerful tools. This article will provide you with the knowledge you need to keep your server running smoothly and efficiently.\" \/>\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.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To use top, netstat, du, &amp; other Tools to Monitor server resources - WebHi Tutorials &amp; Documentations\" \/>\n<meta property=\"og:description\" content=\"Learn how to monitor your server resources using top, netstat, du, and other powerful tools. This article will provide you with the knowledge you need to keep your server running smoothly and efficiently.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/\" \/>\n<meta property=\"og:site_name\" content=\"WebHi Tutorials &amp; Documentations\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webhi.technology\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-01T01:48:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-15T13:57:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/net_tools_ubuntu_en.jpg\" \/>\n<meta name=\"author\" content=\"webhi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@WebHiTechnology\" \/>\n<meta name=\"twitter:site\" content=\"@WebHiTechnology\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"webhi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/\"},\"author\":{\"name\":\"webhi\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54\"},\"headline\":\"How To use top, netstat, du, &#038; other Tools to Monitor server resources\",\"datePublished\":\"2023-04-01T01:48:02+00:00\",\"dateModified\":\"2024-10-15T13:57:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/\"},\"wordCount\":589,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#organization\"},\"articleSection\":[\"Linux system administration\",\"Softwares and Tools\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/\",\"url\":\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/\",\"name\":\"How To use top, netstat, du, & other Tools to Monitor server resources - WebHi Tutorials &amp; Documentations\",\"isPartOf\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#website\"},\"datePublished\":\"2023-04-01T01:48:02+00:00\",\"dateModified\":\"2024-10-15T13:57:10+00:00\",\"description\":\"Learn how to monitor your server resources using top, netstat, du, and other powerful tools. This article will provide you with the knowledge you need to keep your server running smoothly and efficiently.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.webhi.com\/how-to\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To use top, netstat, du, &#038; other Tools to Monitor server resources\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#website\",\"url\":\"https:\/\/www.webhi.com\/how-to\/\",\"name\":\"WebHi Tutorials &amp; Documentations\",\"description\":\"System administration and knowledge base\",\"publisher\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.webhi.com\/how-to\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#organization\",\"name\":\"WebHi Technology\",\"url\":\"https:\/\/www.webhi.com\/how-to\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png\",\"contentUrl\":\"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png\",\"width\":288,\"height\":95,\"caption\":\"WebHi Technology\"},\"image\":{\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webhi.technology\",\"https:\/\/twitter.com\/WebHiTechnology\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54\",\"name\":\"webhi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1780005063\",\"contentUrl\":\"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1780005063\",\"caption\":\"webhi\"},\"sameAs\":[\"https:\/\/www.webhi.com\/how-to\"],\"url\":\"https:\/\/www.webhi.com\/how-to\/author\/webhi\/\"}]}<\/script>\n","yoast_head_json":{"title":"How To use top, netstat, du, & other Tools to Monitor server resources - WebHi Tutorials &amp; Documentations","description":"Learn how to monitor your server resources using top, netstat, du, and other powerful tools. This article will provide you with the knowledge you need to keep your server running smoothly and efficiently.","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.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/","og_locale":"en_US","og_type":"article","og_title":"How To use top, netstat, du, & other Tools to Monitor server resources - WebHi Tutorials &amp; Documentations","og_description":"Learn how to monitor your server resources using top, netstat, du, and other powerful tools. This article will provide you with the knowledge you need to keep your server running smoothly and efficiently.","og_url":"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/","og_site_name":"WebHi Tutorials &amp; Documentations","article_publisher":"https:\/\/www.facebook.com\/webhi.technology","article_published_time":"2023-04-01T01:48:02+00:00","article_modified_time":"2024-10-15T13:57:10+00:00","og_image":[{"url":"https:\/\/www.webhi.com\/how-to\/gilrogre\/2023\/03\/net_tools_ubuntu_en.jpg"}],"author":"webhi","twitter_card":"summary_large_image","twitter_creator":"@WebHiTechnology","twitter_site":"@WebHiTechnology","twitter_misc":{"Written by":"webhi","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/#article","isPartOf":{"@id":"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/"},"author":{"name":"webhi","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54"},"headline":"How To use top, netstat, du, &#038; other Tools to Monitor server resources","datePublished":"2023-04-01T01:48:02+00:00","dateModified":"2024-10-15T13:57:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/"},"wordCount":589,"commentCount":0,"publisher":{"@id":"https:\/\/www.webhi.com\/how-to\/#organization"},"articleSection":["Linux system administration","Softwares and Tools"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/","url":"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/","name":"How To use top, netstat, du, & other Tools to Monitor server resources - WebHi Tutorials &amp; Documentations","isPartOf":{"@id":"https:\/\/www.webhi.com\/how-to\/#website"},"datePublished":"2023-04-01T01:48:02+00:00","dateModified":"2024-10-15T13:57:10+00:00","description":"Learn how to monitor your server resources using top, netstat, du, and other powerful tools. This article will provide you with the knowledge you need to keep your server running smoothly and efficiently.","breadcrumb":{"@id":"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.webhi.com\/how-to\/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.webhi.com\/how-to\/"},{"@type":"ListItem","position":2,"name":"How To use top, netstat, du, &#038; other Tools to Monitor server resources"}]},{"@type":"WebSite","@id":"https:\/\/www.webhi.com\/how-to\/#website","url":"https:\/\/www.webhi.com\/how-to\/","name":"WebHi Tutorials &amp; Documentations","description":"System administration and knowledge base","publisher":{"@id":"https:\/\/www.webhi.com\/how-to\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.webhi.com\/how-to\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.webhi.com\/how-to\/#organization","name":"WebHi Technology","url":"https:\/\/www.webhi.com\/how-to\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/","url":"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png","contentUrl":"https:\/\/www.webhi.com\/how-to\/gilrogre\/2022\/07\/logo.png","width":288,"height":95,"caption":"WebHi Technology"},"image":{"@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webhi.technology","https:\/\/twitter.com\/WebHiTechnology"]},{"@type":"Person","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/b31e76e2311cdc0bb90f5e2733059a54","name":"webhi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.webhi.com\/how-to\/#\/schema\/person\/image\/","url":"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1780005063","contentUrl":"https:\/\/www.webhi.com\/how-to\/ahuphiph\/litespeed\/avatar\/e20da107d0f4c765ead2eef88ad019d8.jpg?ver=1780005063","caption":"webhi"},"sameAs":["https:\/\/www.webhi.com\/how-to"],"url":"https:\/\/www.webhi.com\/how-to\/author\/webhi\/"}]}},"_links":{"self":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts\/4345"}],"collection":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/comments?post=4345"}],"version-history":[{"count":28,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts\/4345\/revisions"}],"predecessor-version":[{"id":9508,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/posts\/4345\/revisions\/9508"}],"wp:attachment":[{"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/media?parent=4345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/categories?post=4345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webhi.com\/how-to\/wp-json\/wp\/v2\/tags?post=4345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}