Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] Query regarding maximum device or client a leshan server can support

You could possibly create a dummy workload by running hundreds of wakaama client instances inside one or more beefy Linux boxes. 

Then maybe run a perl scripts (maybe also lots of instances of that) querying Leshan in order to measure response time.

The other approach would be to look into the code. For example, in wakaama, they use simple linked lists in order to find connections, objects, servers and so on. That does not scale well. (O(n) complexity with n the number of "things"). Which might not be a problem if wakaama just operates as a client on a small device.

I assume Leshan uses some sort of Hashtable for this, but I am not sure. Have a look at the code.

Also, please let us know about the results of your experiments/investigation. This is important information.


________________________________________
From: leshan-dev-bounces@xxxxxxxxxxx <leshan-dev-bounces@xxxxxxxxxxx> on behalf of leshan-dev-request@xxxxxxxxxxx <leshan-dev-request@xxxxxxxxxxx>
Sent: Thursday, April 28, 2016 7:00 PM
To: leshan-dev@xxxxxxxxxxx
Subject: leshan-dev Digest, Vol 16, Issue 16

Send leshan-dev mailing list submissions to
        leshan-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/leshan-dev
or, via email, send a message with subject or body 'help' to
        leshan-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
        leshan-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of leshan-dev digest..."


Today's Topics:

   1. Query regarding maximum device or client a leshan server can
      support (Rattenpal Amandeep)


----------------------------------------------------------------------

Message: 1
Date: Thu, 28 Apr 2016 15:10:50 +0530
From: Rattenpal Amandeep <rattenpal.amandeep@xxxxxxx>
To: leshan-dev@xxxxxxxxxxx
Subject: [leshan-dev] Query regarding maximum device or client a
        leshan  server can support
Message-ID:
        <OFD0BEB8BE.E8C8A7E4-ON65257FA3.00351902-65257FA3.00352D6B@xxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

 Hi All,

I am able to up leshan server through the Jars provided by Lehsan and can perform the operations through UI of leshan Server. Able to discover the client through leshan jars and get the information of client on leshan server UI and Rest client.

Now, i am trying to connect lwm2m compliant device to leshan server. So, how many device leshan server can support to connect devices ?

Is there any scaling defined for leshan server?

I am following this link to perform task? :?https://github.com/eclipse/leshan

Thanks in advance for the help.

Best Regards,
Amandeep Singh Rattenpal
---------------------------------------------------------
Systems Engineer
Mail to: rattenpal.amandeep@xxxxxxx
Web site: www.tcs.com
---------------------------------------------------------
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/leshan-dev/attachments/20160428/d8e67931/attachment.html>

------------------------------

_______________________________________________
leshan-dev mailing list
leshan-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/leshan-dev


End of leshan-dev Digest, Vol 16, Issue 16
******************************************


Back to the top