cpu meter

CPU and RAM Meter in C#

Submitted by donbermoy on
This is a simple tutorial that will have a simple CPU and RAM meter by using C#. With this, you will be able to know the usage of your RAM and CPU. And it also calculates the percentage of its performance usage. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Add two PerformanceCounters, “pcCPU” and the other one is “pcRAM”.

CPU Meter

Submitted by bardinasjay on
This is a simple CPU METER which shows CPU usage and complete ram usage. this also shows the operating system of your unit. this is only for a single core processor. Hope it helps. Let me know whatever you want to know. using vb.net