Tool for measuring speed of internal LAN

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Peter2
Posts: 325
Joined: 21 Sep 2014, 14:38
Location: CH

Tool for measuring speed of internal LAN

23 Oct 2020, 03:40

I want to measure the speed of our LAN connection between two departments and would see a simple solution:

- Prepare a folder with a lot of files
- copy it from Server A to Server B
- take the time that it needs
- write it to log-file

Before I reinvent the wheel - does a tool / snippet for things like this already exist? Simple, small, configurable?
Peter (AHK Beginner) / Win 10 x64, AHK Version v1.1.33
User avatar
mikeyww
Posts: 27190
Joined: 09 Sep 2014, 18:38

Re: Tool for measuring speed of internal LAN

23 Oct 2020, 06:42

I don't know but will add a couple of comments (OK, three).

1. You can do this with one file rather than many (though results might differ slightly, given a single summative file size).

2. The time will be a function of the network, the disks, and probably additional factors.

3. You might get different results (per unit of time) for different file sizes.
User avatar
mikeyww
Posts: 27190
Joined: 09 Sep 2014, 18:38

Re: Tool for measuring speed of internal LAN

02 Nov 2020, 08:52

Robocopy is very good. A_TickCount will also let you track time in AHK if needed.
Peter2
Posts: 325
Joined: 21 Sep 2014, 14:38
Location: CH

Re: Tool for measuring speed of internal LAN

02 Nov 2020, 11:47

Thanks to all.

I made a simple script - select source folder, select target folder, copy from source to target and take the time from start till end.
Not high sofisticated and not scientific, but gives an idea on "real life".
Peter (AHK Beginner) / Win 10 x64, AHK Version v1.1.33

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Black_dog, RickC and 126 guests