Skip to content

Commit 71d0c53

Browse files
Update README.md
As suggested, I have added the below to the root.README.md folder: ### Instance scan check to identify slow jobs in transaction logs. ### Purpose The Instance Scan Check is a table check scan that allows administrators to investigate transaction logs in ServiceNow to diagnose performance issues reported by users. This check specifically identifies transactions with a **Response Time** greater than **120 seconds**, helping to uncover performance bottlenecks, understand user behavior, and track down issues within a specific time frame.
1 parent 3503c39 commit 71d0c53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ Restrict the number of row counts ma x to 10,20,50 instead of higher limits such
229229
Navigate to the user preference <sys_user_preference> table and search by 'rowcount'. Set the value to 50 max.
230230
Also, can set the property 'glide.ui.per_page' sys property value to 10, 20, 50 only
231231

232+
### Instance scan check to identify slow jobs in transaction logs.
233+
The Instance Scan Check is a table check scan that allows administrators to investigate transaction logs in ServiceNow to diagnose performance issues reported by users. This check specifically identifies transactions with a **Response Time** greater than **120 seconds**, helping to uncover performance bottlenecks, understand user behavior, and track down issues within a specific time frame.
232234

233235
## Category: Security
234236
##Check Mandatory fields on incident

0 commit comments

Comments
 (0)