is there any way in ServiceNow to check script performance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2014 05:54 AM
Hi Everyone,
I want to know performance of ServiceNow then is there any way in servicenow?
Suppose i have written a business rule, client script and more script . so basically how we can measure the performance in respect of this script in servicenow.
Somehow i want to know which script is taking how much time individually.
I go through performance Link in wiki but it gives only client and server timing response only.
http://wiki.servicenow.com/index.php?title=Troubleshooting_Performance
Please suggest me any idea.
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2014 06:13 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2014 06:14 AM
You must have seen the Response time icon at the bottom of any form in Servicenow.
Just click on that icon and click on browser text.
Clicking on Browser will give you client script time and clicking on Server will give business rule time.
Hope it makes sense.
Regards,
Bhavesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2014 06:41 AM
Hi Bhavesh?
Can I get to know which business rule took how long if there are multiple business rules running for a form? Server time is probably the total time taken by all server side scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2014 11:42 PM
Thats easy . you can enable debug of BR and that would give you the timing and execution details for each BR.
OR a simple hack could be to initialize a date time variable at the beginning of a BR and at the very end of BR and log that difference. repeat this for all the BRs running on your form.