VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

System Monitor 2k View CPU Usage, kb/s in Internet connections, etc.

AndrComm  (4 Submissions)   Complete Applications   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Similar to the System Monitor application found in Windows, this ActiveX DLL (source included) lets you include a CPU Usage monitor, lets you see the amount of bytes sent/received per second over the Internet, the amount of bytes read/written per second on a drive, or anything else that you see in Windows' System Monitor!
Usage:
Dim SysMon As New SysMon
CPUUsage=SysMon("KERNEL")("CPUUsage")
NetKBReadPerSec=SysMon("Dial-Up Adapter")("BytesRecvd")
NetKBTransmitPerSec=SysMon("Dial-Up Adapter")("BytesXmit")
It's that simple!
Not too commented but it's VERY easy to use.
Also, IT MAY NOT WORK IN WINDOWS NT, because NT uses a HKEY_PERFORMANCE_DATA key instead of HKEY_DYN_DATA, and I don't have NT to see the structure of it, if anyone makes modifications for it to run in NT please post them here.
Enjoy!

Rate System Monitor 2k View CPU Usage, kb/s in Internet connections, etc. (3(3 Vote))

Download System Monitor 2k View CPU Usage, kb/s in Internet connections, etc.

System Monitor 2k View CPU Usage, kb/s in Internet connections, etc. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters