Hi,
   You are correct, these are Ignite request/response messages generated
when you are putting data into 
   a cache. The numbers roughly correspond to different multiples of the 
number of put/putAll you are 
   performing. These numbers will depend on how large the objects you are
putting into the cache are, the  
   network throughput, cpu config, and other hardware/OS  parameters.
 
   It is best to use system provided metrics to measure performance.   
  https://apacheignite.readme.io/docs/new-metrics
  https://apacheignite.readme.io/docs/cache-metrics
  https://apacheignite.readme.io/docs/memory-metrics
  More information is provided in system views:
https://apacheignite.readme.io/docs/system-views


  To measure performance/fine-tune Ignite to your use case
  determine the # of caches, size of objects, number of puts/gets you are
trying to perform in a given 
  interval.  Set the cache(s) to different parameters to see   what
throughput you achieve. Try using 
  putAll/datastreamers when possible.  Use the information in the above
provided links to measure each 
  scenario. https://apacheignite.readme.io/docs/cache-modes
  Use the above provided links to measure each scenario.
  Use data in this link to prepare your use case for prod:
https://apacheignite.readme.io/docs/preparing-for-production


  Data Streamers provide the ability to batch messages. See
https://apacheignite.readme.io/docs/data-streamers

Thanks, Alex



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to