About service

Hi,

I want to find out how much time a particular service has taken to execute(like processing service completion duration shown in transaction analysis of TN). Service statistics doesn’t show the duration, it just shows the last run data. Is there a built-in service for this ? Please suggest.

Regards

Hi Venkat,

You can enable it for every service on IS with change in, properties–> audit → Enable Auditing, Log on, Include Pipeline.

HTH.

Thanks,
Rankesh

Not sure this utlity is exactly what you want but this may help.
http://techcommunity.softwareag.com/pwiki/-/wiki/Main/RichStatistics+-+how+to+easly+monitor+the+service+activity+on+your+Integration+Server?p_p_auth=0Qyv9qKE&_36_pageResourcePrimKey=3382098&_36_delta=20&_36_keywords=&_36_advancedSearch=false&_36_andOperator=true&p_r_p_564233524_resetCur=false&cur=2

Thanks Rankesh & Anjni. :slight_smile:

Regards

Hi Venkat,
Audit data goes into IS DB. enabling it won’t change anything in logs.
to read/visualize the data I have tried this utility. hope this helps.
http://techcommunity.softwareag.com/pwiki/-/wiki/Main/Rich+Audit+-+an+easy+way+to+visualize+your+service+audit+data

One more question like, the duration shown in service logs is of ms by default?

Regards

I have below queries:

The duration shown in service logs is of ‘ms’ by default?

And what if I want to find out the duration of an executed service for which this audit log is not enabled and without deploying an additional package? I’m just curious.

Regards

Hi Venkat,

The out-of-box solution works in sync with Optimize.

If you are looking for external tool, CA Wily Introscope [http://www.ca.com/us/opscenter/ca-application-performance-management.aspx] is an excellent tool to investigate the execution at thread level.

HTH.

Thanks,
Rankesh

yes service logs show the duration in milliseconds. utilities are just a better way for analyzing data and easier management.
If you don’t enable auditing to always you won’t see anything in service logs. for both success and errors situations you have to enable auditing otherwise IS can’t keep track of executing services.

Thank you Anjni, Rankesh.