


To open the Task Manager equivalent in Linux, run the top command. This part will examine the top and htop command line tools to monitor processes. Linux has several tools that aim to achieve the same thing. In Windows, you can use Task Manager to do this. When you troubleshoot a performance problem, you might have to monitor the CPU and memory usage of a process to understand how its resource consumption evolves over time. A Linux local firewall is enabled and configured to allow SSH and HTTP traffic.Both ASP.NET Core applications are running as services that restart automatically when the server is rebooted, or the applications stops responding or fails.The second website listens for requests by using the buggyamb ( host header, and routes the requests to the second ASP.NET Core sample buggy application that is listening on port 5001.The first website listens for requests by using the myfirstwebsite host header ( and routes the requests to the demo ASP.NET Core application that is listening on port 5000.However, you should have following items already set up if you followed all the steps of this training so far: PrerequisitesĪs in the previous parts, this part is structured to put more emphasis on the theory and principals to follow when you start to troubleshoot.

This article introduces how to use top and htop command line tools to monitor processes.
