Get tasks informations just like task manager does

  • Thread starter Thread starter ThunderMusic
  • Start date Start date
T

ThunderMusic

Hi,
Is there a way in VB.NET to get the information about a task just like
the Windows' task manager does? I want to get how started the task, the
memory it takes, the cpu it take, the cpu time it has taken, et al. Is
there native classes within the .net framework or will I have to use WMI and
all this?

Thanks

ThunderMusic
 
hi,
Ok so I got the task list using the Win32_Process class from WMI. The
problem is I can't get the CPU Percentage and I really need it. What method
can I use to get that information?

Thanks
 
Hi,
Ok, I found the Process class (System.Diagnostics.Process) and it has almost
all the information I need except the CPU Percentage each process currently
uses. Does anybody know how I can get this information?

Thanks

ThunderMusic
 
Back
Top