This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

TCP/IP communication timing measurements between two LM
#3
(13.03.2019, 11:58)admin Wrote: You can measure how long any function call takes like this:
Code:
ts, tu = os.microtime()
-- run something here
diff = os.udifftime(ts, tu)
log(diff)

For speed testing you can load a file with known size to calculate network speed, but what is the point of such test?

Hi admin,
Thank you for your reply.
I just want to use LM resources to perform communication bandwidth tests if possible, instead of using two computers.

B.R,
Chouaibou.
Reply


Messages In This Thread
RE: TCP/IP communication timing measurements between two LM - by CHOUAIBOU - 13.03.2019, 16:48

Forum Jump: