Hi, I'm going to make a real time IIS traffic monitoring tool.
I have searched and tried finding out the ways about retrieving real time traffics by WMI
with COM object(VC++).
In WMIs, there were some properties be able to calculate the bandwidths like BytesSentPerSec, BytesTotalPerSec, or TotalFilesSent, etc.
But by WMIs, those properties' values had only be reflected when a file transferring has finished
or a session has finished, so we couldn't calculate a precise current traffic.
Is there a way to retrieve real time IIS status like bandwidth, connected user
number, etc? By ISAPI filter? Or by other ways?
I've searched about this but there are few informations about this problem.
Help me plz ~ T.T ~~
A little hints will be helpful to me too.
Thank you for reading.