@Prakhyat,

Would a tool lik http://kamon.io help you out with gathering stats for 
performance analysis.  There is a good post here 
<http://mukis.de/pages/monitoring-akka-with-kamon/> on using it with Akka 
and the docker container which provides Graphite(statsd backend), Grafana 
(Graphite Dashboard), Elasticsearch (Graphan Storage).

One can configure what should be recorded through the *application.conf* and 
adding the *kamon* configuration key.

The post above defines the integration and configuration very well as does 
the Kamon.io site.

HTH.

-Todd

On Wednesday, September 10, 2014 8:31:12 AM UTC-4, Prakhyat Mallikarjun 
wrote:
>
> Konard,
>
> I agree with you effort is required. Glad analysis has narrowed down to 
> one solution of using log. As always your points are really helpful. Thanks 
> again. 
>
> -Prakhyat M M
>
> On Wednesday, 10 September 2014 17:17:15 UTC+5:30, Konrad Malawski wrote:
>>
>>
>>  It would be easier to perform this using log analysis. 
>>  [Prakhyat] Yes. We have this in mind as one of the alternative. But it 
>> wont provide performance metrics.
>>
>> I don’t agree.
>> You would get SOME performance metrics this way – the time from start of 
>> request to various stages of your processing pipeline.
>> You can graph and analyse this. Relate these numbers with the load 
>> generated during a concrete test run etc. You can also see how it relates 
>> to your “200” response times etc etc.
>>
>> There certainly is value and data to be gained from such benchmarks.
>> As always, to perform a proper benchmark you need to put some effort into 
>> it.
>>
>> Hope this point of view helps.
>>
>>  -- 
>> Konrad 'ktoso' Malawski
>> hAkker @ typesafe
>> http://akka.io
>>
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to