# How to Monitor Server Load on a Windows Cloud Instance

## **What do you understand by server load?**&#x20;

While checking the load on a server helps you determine if the server resources are enough to support the applications running on it. This can help you identify and fix any issues that may be causing slow performance. There are many tools available to do this, but one option is to use the **Windows Task Manager**. It allows you to quickly see what’s happening on the server and interact with applications, processes, and services to identify any issues.

#### Different ways to open Windows Task Manager.

![Windows Task Manager Desktop Icon](/files/vTkMdmy6BVsio3oTEBIU)

1. Click on the **Start** menu and type **task**… then choose Task Manager
2. Right-click on the Taskbar area and choose **Task Manager** from the menu
3. Press the **Ctrl+Alt+End** keys on the keyboard when in a Remote Desktop session
4. Press **Windows+r** and run the command **taskmgr**

## **Using Windows Task Manager**&#x20;

<img src="/files/Kjsj354TpAVLYeZWOOiz" alt="Task Manager Fewer Details" data-size="original">

If you open the Task Manager on a server where it has never been used before, you may see a basic display. However, by clicking on the “**More details”** button, you can access a wealth of information. The Windows Task Manager gives you quick access to information about **Processes**, **Performance**, **Users**, **Details**, and **Services**.

<figure><img src="/files/E4korzMW5WT7ukSLLXPW" alt=""><figcaption><p>Task Manager More details</p></figcaption></figure>

### Processes Tab

The **Processes** tab in Task Manager shows us everything that is running in the Server and the amount of **CPU** and **Memory** resources it is using. At the top, you can see the total CPU and Memory (RAM) utilization.

<figure><img src="/files/HVn32MJlnjKImE3e44il" alt=""><figcaption></figcaption></figure>

By clicking on the **CPU** or **Memory** column headings, you can sort the processes list by that criteria, and use the sort arrow to determine whether to sort from highest to lowest usage or vice-versa. You can click on any individual Windo process and end the task, see resource usage, and more.&#x20;

### Performance Tab

The Performance tab in Task Manager provides a visual display of information and allows you to select from CPU, Memory, and Ethernet views to show activity over 60 seconds. This view helps you identify spikes or trends over time to determine if a condition is temporary or sustained.

<figure><img src="/files/QPiZS0wdvt0n0Xkzvkm0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gDdDCoPn11rITRPJwxU3" alt=""><figcaption></figcaption></figure>

### User Tab

The Users tab in Task Manager displays a list of all users connected to the server node and their CPU and memory usage. If you have Administrator rights, you can click on a user to disconnect them, send a message, or take over their session.

<figure><img src="/files/7r1fB543Zp9b2auKGzTz" alt=""><figcaption></figcaption></figure>

### Details Tab

The Details tab in Task Manager displays a list of all running applications and processes, their Process ID (PID) numbers, status, username, CPU and Memory usage, and a description. You can sort the list by clicking on any column name. The PID number is useful for identifying specific processes mentioned in event logs. By right-clicking on an item, you can access options such as:

* Ending a process or process tree
* Set a priority for the running process
* Establish affinity to a specific processor or all processors
* Additional options

<figure><img src="/files/BI6T99zZ95u4si3UtWqO" alt=""><figcaption></figcaption></figure>

### Services Tab

The Services tab in Task Manager displays a list of service names, their Process ID (PID) numbers, a description, status, and the group they belong to. By right-clicking on a service, you can start, stop, restart it, or access additional options. However, be cautious when changing the status of services as some depend on others, and stopping the wrong one may have unintended effects on the system or devices. To learn more about a specific service, right-click on it and select Search Online.

<figure><img src="/files/63KiTuYty6xf9n3dQFQX" alt=""><figcaption></figcaption></figure>

## Windows Resource Monitor

To open the resource monitor&#x20;

* Open **Task Manager >> Performance Tab>> Open Resource Monitor.** This will open a new window.

<figure><img src="/files/GM1Hhrp6wBGhXvXd5UFM" alt=""><figcaption></figcaption></figure>

* Open **Server Manage**>> **Tools >>** Select **Resource Monitor.**

  <figure><img src="/files/jBe3r3v0516C786RQ102" alt=""><figcaption></figcaption></figure>

Through Windows **Resource Monitor** monitor your server resource utilization. Resource Monitor provides more detailed information than Task Manager, but the information is similar.

<figure><img src="/files/ODNYoMPj4dyJUKkNoGz9" alt=""><figcaption></figcaption></figure>

### Monitoring  Disk IO and Networking&#x20;

### Disk Tab

**Resource Monitor** >> **Disk Tab**. In this tab, you may monitor the servicers with high dis usage as this might affect the normal functions of the server. When it is high, your server creates a queue executing one by one which can cause performance issues.

<figure><img src="/files/jvvkRqZO5NqzLiLIARW9" alt=""><figcaption></figcaption></figure>

### Network Tab

&#x20;**Resource Monitor** >> **Network Tab.** Similar to the Disk tab this tab monitors the network traffic, when the network traffic reaches its peak, this might result in a slower performance of your server.

<figure><img src="/files/TquPIfikRPNHOEZPN3qT" alt=""><figcaption></figcaption></figure>

When you know which process/service is causing the problem, you should gather more information about that process. If it is not relevant to your use cases, you can stop them by clicking on the “End Task” button available in the right bottom corner of the task manager.

If you are not sure about the process, Based on the process name you can also look on the web which might have relevant troubleshooting information and to overcome it.

Also In case you have scheduled a backup, You can avoid running backup during business hours, so that it will not impact critical tasks. Also, you can schedule downloading and installing Windows updates in idle hours.

## Scan  for Viruses or Malware&#x20;

Running several resource-intensive applications at once might result in high CPU or RAM utilization, which can be regarded as the primary cause of this. In addition, a virus assault might consume the entire CPU.

Using the antivirus software you may have installed, you can check for viruses or malware.

Or you can use the inbuilt Windows security tool. **Open Start** >> **Settings** >>**Update & Security** -> **Windows security** and Select “**Virus & threat protection**”.

<figure><img src="/files/5J0o62rbGRHlgm28y9o5" alt=""><figcaption></figcaption></figure>

![](/files/WAabcPBHnAUE7WbeC5MK)

You can run a **“Full scan”** by modifying **“Scan options”** instead of running **“Quick Scan”**.

![](/files/tBwiVtMmJangnYnqqjRC)\
Remove if found and observe the server performance.

Finally, if the server is still lacking performance and all the running processes are genuine, Then at this point you may consider **upgrading the server resources** to the next available plans with higher resources.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.neevcloud.com/neevcloud-guide/troubleshoot/how-to-monitor-server-load-on-a-windows-cloud-instance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
