-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are Benchmark-clients look like the real clients (load and traffic)? #9
Comments
I'm not sure I get this part of the question ? |
Hi Bernard; My goal is to test a server's capacity to handle multiple real devices using a simulated Leshan client. However, I believe that the current benchmark only covers the registration process. My question is: what modifications can I make to the code to make the client simulation resemble an actual device? Best regards |
I'm not sure what mean an "actual device". We start "actual leshan client". See : benchmark-clients/src/main/java/org/eclipse/leshan/benchmark/client/BenchClient.java Lines 101 to 121 in c576f61
If your server tries to READ/WRITE some resources of those objects this should work. If you want more object/instances just add more simulated/dummy ones. |
Thank you very much for your help, I've simulated 100 clients that connect to the Leshan server; and I can read/write/OBS some resources of some objects from the server. Best regards; |
You can try to play with this options :
but not sure you will be able to launch all client at same time. |
Hello All,
I would like to do a test on server Leshan; i want know how much of real Leshan clients can managed by one server leshan; that's why I want to know if these clients-benchmark do update resources as though they are real devices in the field (i.e. produce simulated measurements) or just make a connection (registration ...).
Thank you in advance!
Best regards,
The text was updated successfully, but these errors were encountered: