Skip to content

Commit 26f2a64

Browse files
authored
Update README.md
Output updated
1 parent c2be4be commit 26f2a64

File tree

1 file changed

+35
-0
lines changed
  • Server-Side Components/Scheduled Jobs/Top10jobsbyprocessingtime

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
11
This is script will be useful to montior your system performance by identifying the top contributors from schedule jobs by processing time to take necessary action.
22

33
In this script time intervalis updated as last 15 min but in ideal scenario this should be scheduled everyday to get the count report and montior the schedule job that is take more time to get completed.
4+
5+
OUTPUT:
6+
*** Script:
7+
Top 10 url values from syslog_transaction
8+
9+
10+
11+
********** Execution Details for the column JOB: Check Glide Service Status **********
12+
13+
Executed total number of times : JOB: Check Glide Service Status 1
14+
15+
Top 10 response times : 45300
16+
17+
18+
********** Execution Details for the column JOB: Regenerate CRL and Flush CRL Cache **********
19+
20+
Executed total number of times : JOB: Regenerate CRL and Flush CRL Cache 1
21+
22+
Top 10 response times : 1462
23+
24+
25+
********** Execution Details for the column JOB: SC - Calculate Compliance **********
26+
27+
Executed total number of times : JOB: SC - Calculate Compliance 1
28+
29+
Top 10 response times : 5401
30+
31+
32+
********** Execution Details for the column JOB: [ITSM Analytics] Daily Data Collection **********
33+
34+
Executed total number of times : JOB: [ITSM Analytics] Daily Data Collection 1
35+
36+
Top 10 response times : 16341
37+
38+
[0:00:00.048] Total Time

0 commit comments

Comments
 (0)