On Sat, Sep 23, 2023 at 5:05 AM Dale <rdalek1...@gmail.com> wrote:
<SNIP>
> If you need more info, let me know.  If you know the command, that might
> help too.  Just in case it is a command I'm not familiar with.
>
> Thanks.
>
> Dale
>
> :-)  :-)

You can use the iperf command to do simple raw speed testing.

For instance, on your server open a terminal through ssh and run

iperf -s

It should tell you the server is listening.

On your desktop machine run

iperf -c 192.168.86.119

(replace with the IP of your server)

It runs for 5-10 seconds and then reports what it sees
as throughput.

Remember to Ctrl-C the server side when you're done.

HTH,
Mark

Reply via email to