VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



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

by AndrComm (4 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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.

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

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

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

No comments have been posted about System Monitor 2k View CPU Usage, kb/s in Internet connections, etc.. Why not be the first to post a comment about System Monitor 2k View CPU Usage, kb/s in Internet connections, etc..

Post your comment

Subject:
Message:
0/1000 characters