It takes TestClient 5-15 minutes to bake 25 clients if they are all logging in at the same time (depends on hardware and other load on the client box). In our experiments, we use several multi-core servers each running multiple TestClient processes where each process hosts 25 bots. We can usually log in 500-1000 bots to our grid within 20 minutes and get all of them fully baked and ready for action. Instead of running 100 bots in a single TestClient, consider running 4 TestClients and have each one connect 25 bots. TestClient uses lightweight threads to handle packets from the simulator and if you have 100 bots moving around then there are a LOT of packets to process. A machine with more cores or hardware threads will improve your experience dramatically when simulating lots of independent bots in TestClient.
~Dan -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Monday, September 06, 2010 3:01 AM To: [email protected] Subject: Re: [Opensim-dev] Problem with the bots Hello, Actually I would like to know a little bit more about the test you have done to assess the number of bot that can be runned on a simulation. My main concern is the time we have to wait to log several bot. Indeed, I can log bots and ensure their appearance will be Ok, but it requires a lot of time. (in OpenSim 0.7.0), for instance, to log 25 bots, it takes me almost 10 minutes if I want everybody to be baked. I am using the Testclient Object (inherited from GridClient). What about the time it took you to have 100 avatars on a sim ? And another question, according to http://www.sciencesim.com/wiki/doku.php/vwperf/profiling_069_070 The test have been made on 6.9 ? What about 7.0 ? Thanks a lot for your help IT _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
