How to find amount of customisation on a ServiceNow sub prod instance ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2024 09:17 AM
- How to find amount of customisation on a ServiceNow sub prod instance ? Like while loading forms, or saving records etc. Not want to check every table and see the scripts on them, any better way to drill them at a instance level ?
- How to get the total consumption of worker nodes as per the running transactions on the instance ?
The objective is to infer amount of load on memory and workers due to long running jobs/transaction/queries etc ?
When checking slow queries, long running transactions, it does not provide details on the amount of memory they consume and how much they make other jobs wait.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2024 09:40 AM - edited ‎08-03-2024 09:41 AM
Try using 'stats.do' in the instance URL. Lots of related info there for the application node.
For customizations, look at the update sets in the instance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2024 09:42 AM - edited ‎08-03-2024 09:43 AM
Hi there,
See this question earlier today where I answered a similar question on customization:
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2024 07:39 AM
So can I create a report on categorisation of how much % is custom - scripts, custom tables, scheduled jobs, etc

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2024 07:40 AM
Sure, why not?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field