We have dozens of 4D Client and thousands of Web users connected via WAN to 4D Server v11.
Apparently some users sometimes experience substantial network delay (saying "it's too slow"), while others are ok.
We can't really track it or ask users to install additional programs or even launch "cmd", thus we would like to create some kind of routine that is started with one click from inside of 4D Client and our Web interface by the user. Such routing need to perform the network performance test (like ping delay, latency, etc.) and put the results into the clipboard or record the results into the database.
Previously we have used NET_Ping command (which is still an option), also we have called "tracert" command via AP ShellExecute. This is cumbersome and does not provide much information and also it won't work from the Web interface.
Any ideas are very welcome!