Vb.net App To Monitor Computer
This is a very small app to monitor statistics of a computer.
This will be a VB.net application writtin in VB and not C#.
Application will be a simple form with a button and a text control.
This information is very similar to Windows Task Manager
When button is pushed, the application will retrieve the following stats from the computer.
- Hard drives. It will list all hard drives, the size in MB and space available in MB
- Memory. It will tell the total memory and the memory used
- CPU – how many CPUs and the processing speed. Also, what is the each CPU usage at the time of the check.
- Network Cards – Each network card and the total utilization at the time of the check.
All code (except form) must be contained in a class library.
Source code must be provided.



