From: Taner D. <td...@gm...> - 2011-02-28 11:14:21
|
If you'd like to send multiple messages concurrently, a scenario like below is already possible: for ......{ sendJobMessageWithoutAcknowledge(...) } However, as i understand, you need to measure the answer rate of the target entity. I think it is only possible a scenario like this: Entity1--->Entity2--->Entity3 Entity1 is sending messages and Enttiy3 is receiving responses of the messages sent by Entity1. Thus you can measure throughput of the Entity2 Taner. On Fri, Feb 25, 2011 at 3:31 AM, Shaikh Abdul Khalique < sh...@in...> wrote: > Hi, > > I am developing resource discovery model using Gridsim.So far, I have done > resource matching part and now trying to send multiple resource request > messages per unit time to the existing resources . Actually I want to send > multiple resource request messages per unit time and trying to measure the > relationship between Successful Jobs and Query Rate. For example I want to > send 100 resource request per second. Can you help me out how can we send > multiple resource request messages per unit time using Gridsim library. > > Your help would highly be appreciated. > > Shaikh > > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT > data > generated by your applications, servers and devices whether physical, > virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > Gridsim-developers mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-developers > |