[android-developers] Simulating tens of thousands of android devices

2013-10-31 Thread JavaSrvcs
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] Simulating tens of thousands of android devices

2013-10-31 Thread Mukesh Srivastav
you could easily go with the load and stress test and it need not be on
only from Mobile devices... :(

any ways, to test the client and server, you could go with the following
link.

http://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.pdf


On Thu, Oct 31, 2013 at 12:24 PM, JavaSrvcs jvsr...@gmail.com 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 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 android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Warm Regards,
*Mukesh Kumar*,
Android Consultant/Freelancer,
India,Hyderabad.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] Simulating tens of thousands of android devices

2013-10-31 Thread Kristopher Micinski
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 jvsr...@gmail.com 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 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 android-developers+unsubscr...@googlegroups.com.
 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.