Mukesh is right on this one. Stress testing your server won't be any different than testing any other sort of server. Just create a dummy that simulates what an Android device would do and throw thousands of requests at it.
Ideally, if you're using some sort of service (e.g., Rails) you should Google how to test that type of thing and then do whatever it says. Kris On Thu, Oct 31, 2013 at 2:54 AM, JavaSrvcs <[email protected]> wrote: > I would like to know or explore ways to simulate tens of thousands of real > world devices hitting my server. > > I am interesting in things like sending GPS data per device (within a > region) such that device info is coming from geographic parameters I can > program. > I am also interested in simulating various battery level strength, wifi > signal strength and other parameters that can be gathered from an android > device. > > If there is a way to create a very low foot print virtualized android device > that would send this info, please let me know, I would need the ability to > run a simulation of a thousand devices per 8 core/64GB box if possible, > simulating various virtualized devices of a good mix of android releases. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

