After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Show Tx and Rx speeds with current and average

Any features you would like to see in UltraVNC? Propose it here
Post Reply
User avatar
rcooke
40
40
Posts: 98
Joined: 2011-02-19 13:06
Location: Toronto, Canada
Contact:

Show Tx and Rx speeds with current and average

Post by rcooke »

It would be really helpful to know what the SEND and RECEIVE speeds are to spot network problems before they become a show-stopper.

I usually have the "status" windows (icon is an "!" mark in an orange circle) all the time. But I have noticed - after the fact - some network problems were not reflected in the "speed" display.

Makes me wonder what "speed" its showing?

Regardless, having separate Tx and Rx speeds showing current (last second?) and the last 60 second average would be really helpful.

I also watch the Tx and Rx byte counts too.

Thanks in advance!
Regards,
Richard Cooke
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6950
Joined: 2004-04-23 10:21
Contact:

Re: Show Tx and Rx speeds with current and average

Post by Rudi De Vos »

The speed is the data send devided by a time to get it in /sec.
*no data send, no measurement
*info is also used to auto set the encoders, so we try to filter
very slow or very fast measurements, else the encoders would be continous
changing and resetting.
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
User avatar
rcooke
40
40
Posts: 98
Joined: 2011-02-19 13:06
Location: Toronto, Canada
Contact:

Re: Show Tx and Rx speeds with current and average

Post by rcooke »

Rudi De Vos wrote:The speed is the data send devided by a time to get it in /sec.
*no data send, no measurement
"Sent" from the Viewer? Which would be "received" by the remote server?

Which would explain why it stays blank until I get my initial screen.

Part of the problem is knowing if that initial screen is actually downloading, or the connection is still being (re)negotiated...

Or if the server has stopped sending data.
Regards,
Richard Cooke
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6950
Joined: 2004-04-23 10:21
Contact:

Re: Show Tx and Rx speeds with current and average

Post by Rudi De Vos »

Possible we could activate the refresh after every shunk unitil the first update
cycle is done. Then you see the screen buildup, not that nice but at least you
now it's being transmitted. After first full cycle we redraw only after each run.

You can simulate this by moving the viewer window over the desktop borders
( forcing a redraw)
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
- uvnc2me: https://uvnc2me.com/
User avatar
rcooke
40
40
Posts: 98
Joined: 2011-02-19 13:06
Location: Toronto, Canada
Contact:

Re: Show Tx and Rx speeds with current and average

Post by rcooke »

Rudi De Vos wrote: You can simulate this by moving the viewer window over the desktop borders
( forcing a redraw)
Ah, funny you should mention that. I used to drag around the "status" dialog to get it to update the window as it comes in. But that does not seem to work the last few revs.
Regards,
Richard Cooke
Post Reply