- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 07:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 07:51 AM
Hi Abhi,
Please try this.
Go to https://<your instance URL>/syslog_transaction_list.do?sysparm_query=urlLIKE<your scheduled job name> and check the "Transaction processing time" column.
Alternatively, you can also add loggers in the scheduled job to track the time taken as indicated by Aman above. You can also take it to the next level by using Stop Watch API (see below for details).
https://developer.servicenow.com/dev.do#!/reference/api/rome/client/c_StopWatchAPI
Thanks,
Arav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 07:51 AM
Hi Abhi,
Please try this.
Go to https://<your instance URL>/syslog_transaction_list.do?sysparm_query=urlLIKE<your scheduled job name> and check the "Transaction processing time" column.
Alternatively, you can also add loggers in the scheduled job to track the time taken as indicated by Aman above. You can also take it to the next level by using Stop Watch API (see below for details).
https://developer.servicenow.com/dev.do#!/reference/api/rome/client/c_StopWatchAPI
Thanks,
Arav
