Skip to content

Commit 1e1c3f5

Browse files
Instance scan check to identify slow jobs in transaction logs.
1 parent ccc8718 commit 1e1c3f5

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed
Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
# Generated files
2-
This repository contains generated files and a checksum.
1+
### Instance scan check to identify slow jobs in transaction logs.
32

4-
If you find yourself unable to import your repository due to the presence of files edited outside an instance of ServiceNow, merge commits that mix files from different revisions, or other data that does not match the checksum, you may recover using either of the following techniques:
5-
* Remove the problem commits:
6-
1. Clone your repository to a personal computer with the git command line tools installed and open a git command prompt in the repository root
7-
2. Run `git log` and take note of the SHA1s of the problem commits
8-
3. Build revert commits using `git revert SHA1` repeatedly, working backward in time, for each commit that introduced changes not generated by a ServiceNow instance
9-
4. Run `git push`
10-
11-
* Overwrite the problem code snapshot with a known good one:
12-
1. Clone your repository to a personal computer with the git command line tools installed and open a git command prompt in the repository root,
13-
2. Locate a known good code snapshot and record its SHA1. For this step, `git log` can be useful.
14-
2. Run `git reset --hard SHA1` to a commit that was generated by a ServiceNow instance
15-
3. Run `git reset HEAD{1}`
16-
4. Run `git add -A`
17-
5. Run `git commit`
18-
6. Run `git push`
3+
### Purpose
4+
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.

0 commit comments

Comments
 (0)