Skip to content

Commit b3c4f6a

Browse files
authored
Update script.js
output commented and updated
1 parent e5e0dd4 commit b3c4f6a

File tree

1 file changed

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

1 file changed

+37
-0
lines changed

Server-Side Components/Scheduled Jobs/Top10jobsbyprocessingtime/script.js

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,40 @@ function getResponseTimeDetails(table, query) {
3333
}
3434
return responseTime.join(',');
3535
}
36+
37+
/*
38+
****************OUTPUT**************
39+
*** Script:
40+
Top 10 url values from syslog_transaction
41+
42+
43+
44+
********** Execution Details for the column JOB: Check Glide Service Status **********
45+
46+
Executed total number of times : JOB: Check Glide Service Status 1
47+
48+
Top 10 response times : 45300
49+
50+
51+
********** Execution Details for the column JOB: Regenerate CRL and Flush CRL Cache **********
52+
53+
Executed total number of times : JOB: Regenerate CRL and Flush CRL Cache 1
54+
55+
Top 10 response times : 1462
56+
57+
58+
********** Execution Details for the column JOB: SC - Calculate Compliance **********
59+
60+
Executed total number of times : JOB: SC - Calculate Compliance 1
61+
62+
Top 10 response times : 5401
63+
64+
65+
********** Execution Details for the column JOB: [ITSM Analytics] Daily Data Collection **********
66+
67+
Executed total number of times : JOB: [ITSM Analytics] Daily Data Collection 1
68+
69+
Top 10 response times : 16341
70+
71+
[0:00:00.048] Total Time
72+
*/

0 commit comments

Comments
 (0)