Get total speed in kBps? - WeOnlyDo Discussion board

Get total speed in kBps? (General questions)

by cyman, Sunday, October 24, 2010, 09:12 (5145 days ago)

Is there a way to get the current total speed in kBps that the server is using?

For example:
totalSpeedInKBPS = WebServer.CurrentSpeedInKBPS

Also, tho not as important for me, getting the total bytes downloaded and uploaded by the server.

While it is possible to do that with user sessions, the sessions can be disconnected so it's hard to track.

Re: Get total speed in kBps?

by woddrazen, Sunday, October 24, 2010, 16:02 (5145 days ago) @ cyman

Hi,


Why don't you use BytesUpload and BytesDownload Property? You can sum them (using all users sessions) and receive total bytes that is uploaded and downloaded in wodWebServer.

Is there any chance you can try something like that?


Regards,
Drazen

Re: Get total speed in kBps?

by cyman, Monday, November 08, 2010, 19:20 (5129 days ago) @ woddrazen

Maybe, I'll implement it and let you know.