Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

  1. In this workflow, we perform a load test on mod-search for the Quesnelia release.
  2. Run these tests in both Quesnelia (qcp1) for baseline numbers and Eureka Quesnelia (qep1) environments and compare results 
  3. Run test with 1, 20 virtual users on non-Eureka and Eureka environments. 
  4. Jira Legacy
    serverSystem Jira
    serverId01505d01-b853-3c2e-90f1-ee9b165564fc
    keyPERF-993

Summary

  • For a single user, performance is better in the Eureka environment. However, when scaled to 20 vusers, there is a performance degradation of approximately 7.8%

  • Very high load for the OpenSearch cluster with more than 52 search operations per second. ERROR: "Too Many Requests" observed during the test with 20 vusers - non-Eureka. 
  • Service CPU utilization was up to 14% for mod-search, for all other services CPU did not exceed 6%.

  • Memory utilization was stable and no memory leaks or OOM issues were observed.

  • RDS CPU utilization was about up to 10% for all tests.

  • Non-Eureka environment uses 50 fewer database connections than Eureka.
  • Open search CPU utilization was up to 100% with 20 user tests.

Recommendations & Jiras

Errors during 20 vusers - non-Eureka test are due to a very high load for the OpenSearch cluster. For this test we have a throughput of about 55 ops/s and the maximal Elastic Search throughput is 52 search operations (https://repost.aws/knowledge-center/opensearch-resolve-429-error) according to our cluster configurations.

  • Use the following formula to calculate maximum active threads for search requests:int ((# of available_processors * 3) / 2) + 1.
  • For an r6g.2xlarge.search node, you can perform a maximum of 13 search operations:
    (8 VCPUs * 3) / 2 + 1 = 13 operations
  • For an OpenSearch Service cluster with four nodes, you can perform a maximum of 52 search operations:
    4 nodes * 13 = 52 operations

To avoid this error, either increase the number of OpenSearch data nodes to 5 or scale the size of the data nodes to a bigger one.

Test Runs

60 minutes tests

...

Results and Comparison Eureka and non-Eureka

mod-search performance is good, maximal Elastic Search throughput is 52 search operations (https://repost.aws/knowledge-center/opensearch-resolve-429-error).

Show total requests processed increase as we increase the number of users concurrently.

...

55.2 ops/s

...

Test Details

1 vuser - non-Eureka

...

Table of Contents

Overview

  1. In this workflow, we perform a load test on mod-search for the Quesnelia release.
  2. Run these tests in both Quesnelia (qcp1) for baseline numbers and Eureka Quesnelia (qep1) environments and compare results 
  3. Run test with 1, 20 virtual users on non-Eureka and Eureka environments. 
  4. Jira Legacy
    serverSystem Jira
    serverId01505d01-b853-3c2e-90f1-ee9b165564fc
    keyPERF-993

Summary

  • For a single user, performance is better in the Eureka environment. However, when scaled to 20 vusers, there is a performance degradation of approximately 7.8%

  • Very high load for the OpenSearch cluster with more than 52 search operations per second. ERROR: "Too Many Requests" observed during the test with 20 vusers - non-Eureka. 
  • Service CPU utilization was up to 14% for mod-search, for all other services CPU did not exceed 6%.

  • Memory utilization was stable and no memory leaks or OOM issues were observed.

  • RDS CPU utilization was about up to 10% for all tests.

  • Non-Eureka environment uses 50 fewer database connections than Eureka.
  • Open search CPU utilization was up to 100% with 20 user tests.

Recommendations & Jiras

Errors during 20 vusers - non-Eureka test are due to a very high load for the OpenSearch cluster. For this test we have a throughput of about 55 ops/s and the maximal Elastic Search throughput is 52 search operations (https://repost.aws/knowledge-center/opensearch-resolve-429-error) according to our cluster configurations.

  • Use the following formula to calculate maximum active threads for search requests:int ((# of available_processors * 3) / 2) + 1.
  • For an r6g.2xlarge.search node, you can perform a maximum of 13 search operations:
    (8 VCPUs * 3) / 2 + 1 = 13 operations
  • For an OpenSearch Service cluster with four nodes, you can perform a maximum of 52 search operations:
    4 nodes * 13 = 52 operations

To avoid this error, either increase the number of OpenSearch data nodes to 5 or scale the size of the data nodes to a bigger one.

Test Runs

60 minutes tests

Test#Test nameresultsComments
11 vuser - non-EurekaSuccess0 errors
220 vusers - non-EurekaCompleted with errors3224 errors out of 199179 API calls
ERROR: "Too Many Requests"
320 vusers - non-Eureka retestCompleted with errors41894 errors out of 252249 API calls
ERROR: "Too Many Requests"
41 vuser - EurekaSuccess0 errors
520 vusers - EurekaSuccess0 errors

Results and Comparison Eureka and non-Eureka

mod-search performance is good, maximal Elastic Search throughput is 52 search operations (https://repost.aws/knowledge-center/opensearch-resolve-429-error).

Show total requests processed increase as we increase the number of users concurrently.


1 vuser - non-Eureka(avg)1 vuser - Eureka (avg)%20 vusers - non-Eureka(avg)20 vusers - Eureka (avg)%
Total requests processed in 60 minutes test run19657208115.9%199179 (3224 errors)183864-7.6%
Average throughput5.44 ops/s5.77 ops/s6%
55.2 ops/s
50.9 ops/s-7.8%
Average response time194185-4.6%3653824.7%



1 vuser - non-Eureka1 vuser - Eureka
20 vusers - non-Eureka20 vusers - Eureka
transactionNumber Of SamplesAverageNumber Of SamplesAverage%Number Of SamplesAverageNumber Of SamplesAverage%
MSF_GET /search/authorities keyword <> random sentence393207416200-3.3816439435403682477-11.6667
MSF_GET /search/authorities keyword <> randomword393202417194-3.960441045163684462-10.4651
MSF_GET /search/authorities keyword = *random sentence*39312244161142-6.699353933212036821545-27.1226
MSF_GET /search/authorities keyword = random sentence3933041623-23.33333937953682245157.8947
MSF_GET /search/authorities keyword = randomword3934441732-27.27274246127368423484.25197
MSF_GET /search/authorities keyword == random sentence3932941622-24.13793949923683225144.5652
MSF_GET /search/authorities keyword == randomword3934341731-27.9074041138368324476.81159
MSF_GET /search/authorities keyword all *randomword*393891417821-7.856343997162636831191-26.7528
MSF_GET /search/authorities keyword all random sentence3933241725-21.87539791043683243133.6538
MSF_GET /search/authorities keyword all randomword3946741754-19.4035481141368626285.8156
MSF_GET /search/authorities keyword any random sentence3939941686-13.13133958226368327220.35398
MSF_GET /search/authorities keyword any randomword3945541743-21.81824618129368523279.84496
MSF_GET /search/instances: contributors <> 2random words393158416152-3.79747387737936794087.651715
MSF_GET /search/instances: contributors = *randomword393198416192-3.0303388942936804412.797203
MSF_GET /search/instances: contributors = randomword*3935741646-19.298238921013680227124.7525
MSF_GET /search/instances: contributors == 2random words3932341617-26.0873880783679217178.2051
MSF_GET /search/instances: contributors all 2random words3932341616-30.43483876853677231171.7647
MSF_GET /search/instances: contributors all randomword3935841647-18.965538961093680232112.844
MSF_GET /search/instances: contributors any 2random words3936541651-21.538538851153680244112.1739
MSF_GET /search/instances: keyword all random sentence AND languages == randomlang7864083235-12.57747987354233137.7551
MSF_GET /search/instances: languages == (lang) AND items.status.name == ("Available" OR "In transit")786119832113-5.042027743273735034626.73993
MSF_GET /search/instances: languages == lang786110832104-5.454557743260734934432.30769
MSF_GET /search/instances: languages == lang AND items.status.name == "Available"786123832114-7.317077744287735035322.99652
MSF_GET /search/instances: subjects <> 1randomword3937041659-15.714338671263670338168.254
MSF_GET /search/instances: subjects = (randomword OR randomword)3936741652-22.38813905129368224791.47287
MSF_GET /search/instances: subjects = *1randomword3933144163181.27388538686453672601-6.82171
MSF_GET /search/instances: subjects = 1randomword*3937041658-17.142938691133672235107.9646
MSF_GET /search/instances: subjects == 1randomword3934041632-203868123367023288.61789
MSF_GET /search/instances: subjects all 1randomword3934741637-21.27663869124367224194.35484
MSF_GET /search/instances: subjects all randomword AND title all randomword3933641627-253930983682237141.8367
MSF_GET /search/instances: subjects all randomword NOT title all randomword3938141667-17.2843900125368123588
MSF_GET /search/instances: subjects all randomword OR title all randomword3939641683-13.54173913165368226158.18182
MSF_GET /search/instances: subjects any 2random words3936341652-17.46033868133367025591.72932
MSF_GET /search/instances: title <> 3 word sentence3931674161670386340336704152.977667
MSF_GET /search/instances: title == 3 word sentence3933641629-19.44443866933670237154.8387
MSF_GET /search/instances: title all *1randomword393340341634651.8219223859547136703984-27.1797
MSF_GET /search/instances: title all 1randomword*3939441678-17.02133860144367026483.33333
MSF_GET /search/instances: title all 3 word sentence3934041638-538671013670236133.6634
MSF_GET /search/instances: title any 3 word sentence393408416395-3.1862738677353670653-11.1565
Total16901194.108717895185.1522-4.61418170397365.1304158131382.15224.661824

Test Details

1 vuser - non-Eureka

transactionNumber Of SamplesAverageMedianpct90pct95pct99MinMax
MSF_GET /search/authorities keyword <> random sentence393207206241252266171266
MSF_GET /search/authorities keyword <> randomword393202202241250311165311
MSF_GET /search/authorities keyword = *random sentence*393122412201468148115099211509
MSF_GET /search/authorities keyword = random sentence3933030395311522116
MSF_GET /search/authorities keyword = randomword39344449113420119201
MSF_GET /search/authorities keyword == random sentence39329284046642165
MSF_GET /search/authorities keyword == randomword393434411213617519175
MSF_GET /search/authorities keyword all *randomword*3938918951331134313825001382
MSF_GET /search/authorities keyword all random sentence3933230436519623196
MSF_GET /search/authorities keyword all randomword394676417333238319383
MSF_GET /search/authorities keyword any random sentence393998321830531023310
MSF_GET /search/authorities keyword any randomword394555514015224418244
MSF_GET /search/instances: contributors <> 2random words393158158183188225131225
MSF_GET /search/instances: contributors = *randomword393198189394646668157668
MSF_GET /search/instances: contributors = randomword*393574821022126317264
MSF_GET /search/instances: contributors == 2random words3932323345114416145
MSF_GET /search/instances: contributors all 2random words3932323324410317103
MSF_GET /search/instances: contributors all randomword393585815922539617398
MSF_GET /search/instances: contributors any 2random words393656613418743418437
MSF_GET /search/instances: keyword all random sentence AND languages == randomlang786402913125729422294
MSF_GET /search/instances: languages == (lang) AND items.status.name == ("Available" OR "In transit")78611911926427131941319
MSF_GET /search/instances: languages == lang78611011024825229440294
MSF_GET /search/instances: languages == lang AND items.status.name == "Available"78612312126227033141331
MSF_GET /search/instances: subjects <> 1randomword393706911515922818229
MSF_GET /search/instances: subjects = (randomword OR randomword)393676711819256519565
MSF_GET /search/instances: subjects = *1randomword393314309475543546259546
MSF_GET /search/instances: subjects = 1randomword*393706320830932217322
MSF_GET /search/instances: subjects == 1randomword3934040739425816259
MSF_GET /search/instances: subjects all 1randomword39347469112444218444
MSF_GET /search/instances: subjects all randomword AND title all randomword39336337612413619136
MSF_GET /search/instances: subjects all randomword NOT title all randomword393817716230240719409
MSF_GET /search/instances: subjects all randomword OR title all randomword393969619929867030673
MSF_GET /search/instances: subjects any 2random words393636012522838019381
MSF_GET /search/instances: title <> 3 word sentence393167167197207218138218
MSF_GET /search/instances: title == 3 word sentence393362913420021821218
MSF_GET /search/instances: title all *1randomword3933403340146027838927322769273
MSF_GET /search/instances: title all 1randomword*393948723027072222727
MSF_GET /search/instances: title all 3 word sentence393403113515318620186
MSF_GET /search/instances: title any 3 word sentence393408384149816111820391823
MSF_TC: mod search by auth query fs090000003932923289535523735377820403778
MSF_TC: mod search by boolean query fs0900000039328027455061610121121014
MSF_TC: mod search by contributors query fs09000000393583567998114916873921696
MSF_TC: mod search by filter query fs09000000393396377886106610801501080
MSF_TC: mod search by keyword query fs09000000393394378864974990151990
MSF_TC: mod search by subject query fs0900000039360358790394415783651583
MSF_TC: mod search by title query fs09000000393414940845985893010027261710027

Image Added

1 vuser - Eureka

transactionNumber Of SamplesAverageMedianpct90pct95pct99MinMax
MSF_GET /search/authorities keyword <> random sentence416200199233240276167276
MSF_GET /search/authorities keyword <> randomword417194192227268293161293
MSF_GET /search/authorities keyword = *random sentence*416114211441352138114129131412
MSF_GET /search/authorities keyword = random sentence41623222684981898
MSF_GET /search/authorities keyword = randomword41732317910412714127
MSF_GET /search/authorities keyword == random sentence41622212679921892
MSF_GET /search/authorities keyword == randomword4173129669017414174
MSF_GET /search/authorities keyword all *randomword*4178218241216123613454921346
MSF_GET /search/authorities keyword all random sentence41725233115118119181
MSF_GET /search/authorities keyword all randomword417544815223454415548
MSF_GET /search/authorities keyword any random sentence416866718256358118581
MSF_GET /search/authorities keyword any randomword417434113422924914249
MSF_GET /search/instances: contributors <> 2random words416152151173184195129195
MSF_GET /search/instances: contributors = *randomword416192181271670676158676
MSF_GET /search/instances: contributors = randomword*416463620324537912379
MSF_GET /search/instances: contributors == 2random words4161716345822412225
MSF_GET /search/instances: contributors all 2random words41616151923411341
MSF_GET /search/instances: contributors all randomword416474413222733612338
MSF_GET /search/instances: contributors any 2random words416515111017740713410
MSF_GET /search/instances: keyword all random sentence AND languages == randomlang832352217837251017510
MSF_GET /search/instances: languages == (lang) AND items.status.name == ("Available" OR "In transit")83211311125937337538375
MSF_GET /search/instances: languages == lang83210410324224725536255
MSF_GET /search/instances: languages == lang AND items.status.name == "Available"83211411325225931437314
MSF_GET /search/instances: subjects <> 1randomword416595512115118213183
MSF_GET /search/instances: subjects = (randomword OR randomword)41652519812130914310
MSF_GET /search/instances: subjects = *1randomword416318306481843870264870
MSF_GET /search/instances: subjects = 1randomword*416584723926953812538
MSF_GET /search/instances: subjects == 1randomword4163232567224312245
MSF_GET /search/instances: subjects all 1randomword41637357811423913240
MSF_GET /search/instances: subjects all randomword AND title all randomword41627228710814114141
MSF_GET /search/instances: subjects all randomword NOT title all randomword416675716426127715278
MSF_GET /search/instances: subjects all randomword OR title all randomword416837619739968622690
MSF_GET /search/instances: subjects any 2random words416524710218236114362
MSF_GET /search/instances: title <> 3 word sentence416167163204410448136448
MSF_GET /search/instances: title == 3 word sentence41629228824125816258
MSF_GET /search/instances: title all *1randomword4163465340246967599765022617650
MSF_GET /search/instances: title all 1randomword*416786627236370116707
MSF_GET /search/instances: title all 3 word sentence416382315525126317263
MSF_GET /search/instances: title any 3 word sentence416395373153416841792321795
MSF_TC: mod search by auth query fs090000004162673263331793948413720214137
MSF_TC: mod search by boolean query fs090000004162292074957691002891005
MSF_TC: mod search by contributors query fs09000000416521497807131115663611575
MSF_TC: mod search by filter query fs09000000416375348854130313571331357
MSF_TC: mod search by keyword query fs09000000416369348820128913361331336
MSF_TC: mod search by subject query fs09000000416555525933138314273531427
MSF_TC: mod search by title query fs090000004164172403463799095920925589209

Image Added

20 vusers - non-Eureka

transactionNumberOf SamplesAverageMedianpct90pct95pct99MinMaxError Count
MSF_GET /search/authorities keyword <> random sentence3943
393
540
207
553
206
982
241
1317
252
2853
266
28
171
2868
266
5
MSF_GET /search/authorities keyword <> randomword4104
393
516
202
532
202
934
241
1283
250
3170
311
27
165
3177
311
61
MSF_GET /search/authorities keyword = *random sentence*3933
393
2120
1224
2166
1220
2965
1468
3249
1481
4537
1509
37
921
4539
1509
2
MSF_GET /search/authorities keyword = random sentence3937
393
95
30
96
30
283
39
513
53
1499
115
20
22
1510
116
4
MSF_GET /search/authorities keyword = randomword4246
393
127
44
130
44
422
91
666
134
2186
201
17
19
2199
201
142
MSF_GET /search/authorities keyword == random sentence
393
3949
29
92
28
95
40
285
46
485
64
1442211452
65
6
MSF_GET /search/authorities keyword == randomword4041
393
138
43
140
44
439
112
844
136
2044
175
18
19
2049
175
43
MSF_GET /search/authorities keyword all *randomword*3997
393
1626
891
1668
895
2593
1331
2876
1343
4135
1382
24
500
4148
1382
17
MSF_GET /search/authorities keyword all random sentence3979
393
104
32
106
30
338
43
565
65
2167
196
22
23
2173
196
21
MSF_GET /search/authorities keyword all randomword5481
394
141
67
146
64
466
173
760
332
2589
383
16
19
2606
383
863
MSF_GET /search/authorities keyword any random sentence3958
393
226
99
233
83
620
218
953
305
2603
310
22
23
2618
310
8
MSF_GET /search/authorities keyword any randomword
394
4618
55
129
55
132
140
426
152
758
244
2308182324
244
372
MSF_GET /search/instances: contributors <> 2random words
393
3877379
158
389
158
677
183
953
188
2098
225
75
131
2108
225
1
MSF_GET /search/instances: contributors = *randomword3889
393
429
198
439
189
760
394
1099
646
2051
668
25
157
2062
668
1
MSF_GET /search/instances: contributors = randomword*3892
393
101
57
104
48
343
210
666
221
1841
263
15
17
1852
264
3
MSF_GET /search/instances: contributors == 2random words
393
388078
23
79
23
268
34
475
51
1580
144
15
16
1592
145
2
MSF_GET /search/instances: contributors all 2random words3876
393
85
23
87
23
289
32
511
44
1806
103
16
17
1816
103
2
MSF_GET /search/instances: contributors all randomword3896
393
109
58
111
58
376
159
612
225
2466
396
15
17
2481
398
4
MSF_GET /search/instances: contributors any 2random words3885
393
115
65
117
66
378
134
635
187
1942
434
17
18
1951
437
4
MSF_GET /search/instances: keyword all random sentence AND languages == randomlang7747
786
98
40
100
29
305
131
530
257
2357
294
20
22
2374
294
3
MSF_GET /search/instances: languages == (lang) AND items.status.name == ("Available" OR "In transit")
786
7743
119
273
119
278
264
699
271
963
319
2421
41
40
319
2424
MSF_GET /search/instances: languages == lang
786
7743
110
260
110
265
248
677
252
919
294
2186402190
294
1
MSF_GET /search/instances: languages == lang AND items.status.name == "Available"
786
7744
123
287
121
292
262
738
270
986
331
245641
331
2470
MSF_GET /search/instances: subjects <> 1randomword
393
3867
70
126
69
121
115
388
159
732
228
2354
18
17
229
2358
MSF_GET /search/instances: subjects = (randomword OR randomword)3905
393
129
67
129
67
422
118
663
192
2617
565
18
19
2631
565
5
MSF_GET /search/instances: subjects = *1randomword
393
3868
314
645
309
659
475
1014
543
1405
546
3126
259
261
546
3133
MSF_GET /search/instances: subjects = 1randomword*3869
393
113
70
114
63
361
208
642
309
2184
322
16
17
2192
322
1
MSF_GET /search/instances: subjects == 1randomword
393
3868
40
123
40
124
73
410
94
707
258
2189162195
259
1
MSF_GET /search/instances: subjects all 1randomword
393
3869
47
124
46
127
91
392
124
607
442
2507
18
16
444
2519
MSF_GET /search/instances: subjects all randomword AND title all randomword3930
393
98
36
99
33
326
76
590
124
2195
136
17
19
2211
136
17
MSF_GET /search/instances: subjects all randomword NOT title all randomword3900
393
125
81
127
77
374
162
615
302
1971
407
18
19
1980
409
4
MSF_GET /search/instances: subjects all randomword OR title all randomword3913
393
165
96
169
96
465
199
761
298
2590
670
27
30
2604
673
8
MSF_GET /search/instances: subjects any 2random words
393
3868
63
133
60
138
125
399
228
663
380
231319
381
2325
MSF_GET /search/instances: title <> 3 word sentence3863
393
403
167
411
167
737
197
1022
207
2582
218
30
138
2596
218
3
MSF_GET /search/instances: title == 3 word sentence3866
393
93
36
93
29
301
134
541
200
1697
218
18
21
1705
218
3
MSF_GET /search/instances: title all *1randomword3859
393
5471
3403
5549
3401
8145
4602
8699
7838
10240
9273
26
2276
10241
9273
4
MSF_GET /search/instances: title all 1randomword*3860
393
144
94
147
87
410
230
654
270
2262
722
20
22
2278
727
1
MSF_GET /search/instances: title all 3 word sentence
393
3867
40
101
31
102
135
336
153
535
186
1924
20
19
186
1932
MSF_GET /search/instances: title any 3 word sentence
393
3867
408
735
384
741
1498
2713
1611
3093
1820
4191
39
34
1823
4203
MSF_TC: mod search by auth query fs090000005475
393
5724
2923
6037
2895
7625
3552
8208
3735
10745
3778
24
2040
10772
3778
1544
MSF_TC: mod search by boolean query fs090000003930
393
515
280
536
274
1199
550
1765
616
3572
1012
27
112
3587
1014
34
MSF_TC: mod search by contributors query fs090000003891
393
1295
583
1339
567
2194
998
2721
1149
4735
1687
30
392
4750
1696
17
MSF_TC: mod search by filter query fs090000003874
393
917
396
944
377
2108
886
2543
1066
4522
1080
147
150
4540
1080
1
MSF_TC: mod search by keyword query fs09000000
393
3872913
394
937
378
2115
864
2485
974
4516
990
35
151
4530
990
3
MSF_TC: mod search by subject query fs090000003869
393
1262
603
1291
587
2177
903
2853
944
5627
1578
379
365
5640
1583
2
MSF_TC: mod search by title query fs090000003866
393
6939
4149
7072
4084
10201
5985
11284
8930
14160
10027
355
2617
14171
10027
11

...

Image Added

...

20 vusers - Eureka

transactionNumber Of SamplesAverageMedianpct90pct95pct99MinMax
MSF_GET /search/authorities keyword <> random sentence
416
3682
200
477
199
487
233
862
240
1148
276
2214
167
175
276
2400
MSF_GET /search/authorities keyword <> randomword
417
3684
194
462
192
472
227
850
268
1108
293
2423
161
166
293
2848
MSF_GET /search/authorities keyword = *random sentence*
416
3682
1142
1545
1144
1555
1352
2153
1381
2548
1412
4332
913
941
1412
4350
MSF_GET /search/authorities keyword = random sentence
416
3682
23
245
22
252
26
653
84
993
98
2623
18
19
98
2635
MSF_GET /search/authorities keyword = randomword
417
3684
32
234
31
236
79
608
104
973
127
3428
14
16
127
3451
MSF_GET /search/authorities keyword == random sentence
416
3683
22
225
21
233
26
591
79
885
92
1783
18
20
92
1792
MSF_GET /search/authorities keyword == randomword
417
3683
31
244
29
252
66
625
90
965
174
3221
14
16
174
3239
MSF_GET /search/authorities keyword all *randomword*
417
3683
821
1191
824
1206
1216
1816
1236
2117
1345
4118
492
518
1346
4139
MSF_GET /search/authorities keyword all random sentence
417
3683
25
243
23
251
31
631
151
936
181
3322
19
21
181
3341
MSF_GET /search/authorities keyword all randomword
417
3686
54
262
48
266
152
660
234
1035
544
2643
15
17
548
2652
MSF_GET /search/authorities keyword any random sentence
416
3683
86
272
67
279
182
603
563
902
581
2910
18
20
581
2920
MSF_GET /search/authorities keyword any randomword
417
3685
43
232
41
237
134
592
229
947
249
3309
14
16
249
3332
MSF_GET /search/instances: contributors <> 2random words
416
3679
152
408
151
418
173
786
184
1073
195
2685
129
133
195
2702
MSF_GET /search/instances: contributors = *randomword
416
3680
192
441
181
451
271
844
670
1064
676
2958
158
162
676
2969
MSF_GET /search/instances: contributors = randomword*
416
3680
46
227
36
234
203
561
245
882
379
3076
12
14
379
3094
MSF_GET /search/instances: contributors == 2random words
416
3679
17
217
16
226
34
594
58
902
224
2062
12
14
225
2073
MSF_GET /search/instances: contributors all 2random words
416
3677
16
231
15
239
19
613
23
952
41
3320
13
14
41
3338
MSF_GET /search/instances: contributors all randomword
416
3680
47
232
44
239
132
592
227
973
336
3142
12
14
338
3157
MSF_GET /search/instances: contributors any 2random words
416
3680
51
244
51
252
110
622
177
984
407
2020
13
15
410
2030
MSF_GET /search/instances: keyword all random sentence AND languages == randomlang
832
7354
35
233
22
237
178
614
372
901
510
3484
17
19
510
3511
MSF_GET /search/instances: languages == (lang) AND items.status.name == ("Available" OR "In transit")
832
7350
113
346
111
356
259
772
373
1084
375
3477
38
39
375
3501
MSF_GET /search/instances: languages == lang
832
7349
104
344
103
350
242
797
247
1114
255
3435
36
38
255
3458
MSF_GET /search/instances: languages == lang AND items.status.name == "Available"
832
7350
114
353
113
360
252
775
259
1085
314
3426
37
39
314
3449
MSF_GET /search/instances: subjects <> 1randomword
416
3670
59
338
55
255
121
926
151
1177
182
2866
13
14
183
2880
MSF_GET /search/instances: subjects = (randomword OR randomword)
416
3682
52
247
51
256
98
609
121
918
309
2879
14
16
310
2896
MSF_GET /search/instances: subjects = *1randomword
416
3672
318
601
306
610
481
1032
843
1365
870
2939
264
268
870
2940
MSF_GET /search/instances: subjects = 1randomword*
416
3672
58
235
47
241
239
589
269
877
538
3489
12
14
538
3509
MSF_GET /search/instances: subjects == 1randomword
416
3670
32
232
32
238
56
595
72
1004
243
2564
12
15
245
2573
MSF_GET /search/instances: subjects all 1randomword
416
3672
37
241
35
248
78
635
114
898
239
3062
13
16
240
3082
MSF_GET /search/instances: subjects all randomword AND title all randomword
416
3682
27
237
22
243
87
620
108
976
141
2919
14
13
141
2935
MSF_GET /search/instances: subjects all randomword NOT title all randomword
416
3681
67
235
57
242
164
580
261
853
277
2493
15
16
278
2508
MSF_GET /search/instances: subjects all randomword OR title all randomword
416
3682
83
261
76
270
197
637
399
998
686
2581
22
26
690
2582
MSF_GET /search/instances: subjects any 2random words
416
3670
52
255
47
264
102
640
182
1031
361
2757
14
15
362
2759
MSF_GET /search/instances: title <> 3 word sentence
416
3670
167
415
163
424
204
770
410
1087
448
2284
136
140
448
2295
MSF_GET /search/instances: title == 3 word sentence
416
3670
29
237
22
244
88
634
241
1073
258
2361
16
18
258
2367
MSF_GET /search/instances: title all *1randomword
416
3670
3465
3984
3402
3988
4696
5754
7599
6226
7650
7451
2261
2260
7650
7453
MSF_GET /search/instances: title all 1randomword*
416
3670
78
264
66
273
272
678
363
977
701
2829
16
17
707
2839
MSF_GET /search/instances: title all 3 word sentence
416
3670
38
236
23
243
155
628
251
891
263
3082
17
18
263
3091
MSF_GET /search/instances: title any 3 word sentence
416
3670
395
653
373
642
1534
1974
1684
2483
1792
5288
32
36
1795
5311
MSF_TC: mod search by auth query fs09000000
416
3682
2673
5627
2633
5750
3179
7399
3948
8206
4137
10533
2021
2217
4137
10551
MSF_TC: mod search by boolean query fs09000000
416
3681
229
980
207
1015
495
1870
769
2341
1002
4271
89
107
1005
4272
MSF_TC: mod search by contributors query fs09000000
416
3677
521
1998
497
2069
807
3160
1311
3756
1566
6881
361
423
1575
6898
MSF_TC: mod search by filter query fs09000000
416
3677
375
1267
348
1310
854
2360
1303
2812
1357
5026
133
144
1357
5043
MSF_TC: mod search by keyword query fs09000000
416
3672
369
1273
348
1315
820128913361331336MSF_TC: mod search by subject query fs09000000416555525933138314273531427
2334278564161426444
MSF_TC: mod search by
title
subject query fs09000000
416
3670
4172
1900
4034
1881
6379
3226
9095
3637
9209
5916
2558
391
9209

Image Removed

20 vusers - non-Eureka

...

Image Removed

20 vusers - Eureka

...

Image Removed

Resource Utilization

Memory Utilization

1 vuser - non-Eureka

Image Removed

1 vuser - Eureka

Image Removed

20 vusers - non-Eureka

Image Removed

20 vusers - Eureka

Image Removed

Service CPU Utilization

1 vuser - non-Eureka

Image Removed

1 vuser - Eureka

Image Removed

20 vusers - non-Eureka

Image Removed

20 vusers - Eureka

Image Removed

RDS CPU Utilization

1 vuser - non-Eureka

Image Removed

1 vuser - Eureka

Image Removed

20 vusers - non-Eureka

Image Removed

20 vusers - Eureka

Image Removed

RDS Connections count

1 vuser - non-Eureka

Image Removed

1 vuser - Eureka

Image Removed

20 vusers - non-Eureka

Image Removed

20 vusers - Eureka

Image Removed

OpenSearch metrics

Image Removed

Image Removed

Image Removed

Image Removed

Appendix

Infrastructure

...

  • 11 m6i.2xlarge EC2 instances located in US East (N. Virginia)us-east-1 
  • 1 instance of db.r6.xlarge database instance: Writer instance
  • MSK tenant [ kafka configurations]
    • 4 kafka.m5.2xlarge brokers in 2 zones
    • Apache Kafka version 2.8.0

    • EBS storage volume per broker 300 GiB

    • auto.create.topics.enable=true
    • log.retention.minutes=480
    • default.replication.factor=3

...

DB table records size:

  • fs09000000
    • instances -            24493326
    • items -                  25662862
    • holding records - 24459683

Files

Modules

...

titleAll modules

...

5920
MSF_TC: mod search by title query fs090000003670578758518198911611512262111530

Image Added

Resource Utilization

Memory Utilization

1 vuser - non-Eureka

Image Added

1 vuser - Eureka

Image Added

20 vusers - non-Eureka

Image Added

20 vusers - Eureka

Image Added

Service CPU Utilization

1 vuser - non-Eureka

Image Added

1 vuser - Eureka

Image Added

20 vusers - non-Eureka

Image Added

20 vusers - Eureka

Image Added

RDS CPU Utilization

1 vuser - non-Eureka

Image Added

1 vuser - Eureka

Image Added

20 vusers - non-Eureka

Image Added

20 vusers - Eureka

Image Added

RDS Connections count

1 vuser - non-Eureka

Image Added

1 vuser - Eureka

Image Added

20 vusers - non-Eureka

Image Added

20 vusers - Eureka

Image Added

OpenSearch metrics

Image Added

Image Added


Image Added

Image Added

Appendix

Infrastructure

PTF environment qecp1
  • 11 m6i.2xlarge EC2 instances located in US East (N. Virginia)us-east-1 
  • 1 instance of db.r6.xlarge database instance: Writer instance
  • MSK tenant [ kafka configurations]
    • 4 kafka.m5.2xlarge brokers in 2 zones
    • Apache Kafka version 2.8.0

    • EBS storage volume per broker 300 GiB

    • auto.create.topics.enable=true
    • log.retention.minutes=480
    • default.replication.factor=3


DB table records size:

  • fs09000000
    • instances -            24493326
    • items -                  25662862
    • holding records - 24459683

Files

Modules

Expand
titleAll modules


pub-edge:2023.06.14
ModuleTask Definition RevisionModule VersionTask CountMem Hard LimitMem Soft LimitCPU UnitsXmxMetaspace SizeMax Metaspace Size
mod-remote-storage3mod-remote-storage:3.2.024920447203960512512
mod-remote-storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-ncip3mod-ncip:1.14.521024896076888128
mod-ncip - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-finance-storage3mod-finance-storage:8.6.121024896070088128
mod-finance-storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-agreements3mod-agreements:7.0.62159214880000
mod-agreements - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-ebsconet3mod-ebsconet:2.2.02124810240700128256
mod-ebsconet - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-organizations3mod-organizations:1.9.221024896076888128
mod-organizations - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
edge-sip22edge-sip2:3.2.521024896076888128
mod-settings3mod-settings:1.0.321024896076888128
mod-settings - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-serials-management3mod-serials-management:1.0.322480231201792384512
mod-serials-management - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-search3mod-search:3.2.6225922480014405121024
mod-search - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-data-import3mod-data-import:3.1.112048184401292384512
mod-data-import - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
edge-dematic2edge-dematic:2.2.311024896076888128
mod-tags3mod-tags:2.2.021024896076888128
mod-tags - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
edge-courses2edge-courses:1.4.321024896076888128
mod-notify3mod-notify:3.2.021024896076888128
mod-notify - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-inventory-update3mod-inventory-update:3.3.121024896076888128
mod-inventory-update - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-configuration3mod-configuration:5.10.021024896076888128
mod-configuration - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-orders-storage3mod-orders-storage:13.7.421024896070088128
mod-orders-storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
folio-keycloak3folio-keycloak:25.0.31240020480204800
edge-caiasoft2edge-caiasoft:2.2.421024896076888128
mod-licenses3mod-licenses:6.0.322480231201792384512
mod-licenses - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-gobi3mod-gobi:2.8.121024896076888128
mod-gobi - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-password-validator3mod-password-validator:3.2.12144012980768384512
mod-password-validator - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-fqm-manager3mod-fqm-manager:2.0.501024896076888128
mod-fqm-manager - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-bulk-operations3mod-bulk-operations:2.0.223072260001536384512
mod-bulk-operations - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-graphql3mod-graphql:1.12.121024896076888128
mod-graphql - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-finance3mod-finance:4.9.021024896076888128
mod-finance - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-roles-keycloak3mod-roles-keycloak:1.4.521024896051288256
mod-roles-keycloak - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-batch-print3mod-batch-print:1.1.021024896076888128
mod-batch-print - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-copycat3mod-copycat:1.6.021024896076888128
mod-copycat - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-lists4mod-lists:2.0.621024896076888128
mod-lists - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-entities-links3mod-entities-links:3.0.22259224800144001024
mod-entities-links - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-permissions6mod-permissions:6.5.02168415445121024384512
mod-permissions - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
pub-edge1pub-edge:2023.06.1421024896076800
mod-orders3mod-orders:12.8.822048174001024384512
mod-orders - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
kong9kong:3.7.1161446144204876888128
edge-patron2edge-patron:5.1.22102489625676888128
mod-users-keycloak3mod-users-keycloak:1.5.321024896051288256
mod-users-keycloak - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
edge-ncip2edge-ncip:1.10.121024896076888128
mgr-applications2mgr-applications:1.3.31102489651251288256
mod-users-bl3mod-users-bl:7.8.0214401152092288128
mod-users-bl - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mgr-tenants2mgr-tenants:1.3.31102489651251288256
mod-invoice3mod-invoice:5.8.2214401152092288128
mod-invoice - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-inventory-storage4mod-inventory-storage:27.1.424096369003076384512
mod-inventory-storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512025600
mod-user-import3mod-user-import:3.8.021024896076888128
mod-user-import - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-sender3mod-sender:1.12.021024896076888128
mod-sender - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
edge-oai-pmh2edge-oai-pmh:2.9.221512136010241440384512
mod-login-keycloak8mod-login-keycloak:1.4.421024896051288256
mod-login-keycloak - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mgr-tenant-entitlements2mgr-tenant-entitlements:1.2.41102489651251288256
mod-data-export-worker3mod-data-export-worker:3.2.423072280002048384512
mod-data-export-worker - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-rtac4mod-rtac:3.6.021024896076888128
mod-rtac - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512025600
mod-circulation-storage4mod-circulation-storage:17.2.322880259201814384512
mod-circulation-storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012825600
mod-source-record-ncipstorage34mod-source-record-ncipstorage:15.148.5621024560089650000768350088384128512
mod-source-ncip record-storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-finance-storagescheduler3mod-finance-storagescheduler:81.62.1321024896070051288128256
mod-finance-storage scheduler - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-agreementscalendar34mod-agreementscalendar:73.1.0.621592204814881536007680880128
mod-agreements calendar - Sidecar 1N/Afolio-module-sidecar:1.0.0.312317N/A665512012800
mod-event-ebsconetconfig3mod-event-ebsconetconfig:2.27.012124810241024896076870088128256
mod-event-ebsconet config - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-organizationscourses3mod-organizationscourses:1.94.21021024896076888128
mod-organizations courses - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-inventory5mod-inventory:20.2.72288125920
edge-sip22edge-sip2:3.2.521024896076888128
mod-settings1814384512
mod-inventory - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-email3mod-settingsemail:1.17.0.321024280089625500768180088384128512
mod-settings email - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-di-serialsconverter-managementstorage3mod-serialsdi-converter-managementstorage:12.02.3222480102423128960179276838488512128
mod-di-serialsconverter-management storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-searchpubsub3mod-searchpubsub:32.214.6022592153624801440092214403845121024
mod-search pubsub - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-data-importcirculation34mod-data-importcirculation:324.12.15122048288018442592012921814384512
mod-data-import circulation - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012825600
edge-orders2edge-dematicorders:3.0.321024896076888128
edge-rtac2edge-dematicrtac:2.27.3121024896076888128
mod-tagstemplate-engine3mod-template-tagsengine:21.220.021024896076888128
mod-tags template-engine - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
edgemod-coursesusers23edgemod-coursesusers:119.43.3121024896076888128
mod-users - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-notifypatron-blocks3mod-patron-notifyblocks:31.210.021024896076888128
mod-patron-notify blocks - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-inventory-updateaudit3mod-inventory-updateaudit:32.39.1021024896076888128
mod-inventory-update audit - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
modedge-configurationfqm32modedge-configurationfqm:52.100.0221024896076888128
mod-configuration -source-record-manager3mod-source-record-manager:3.8.625600500003500384512
mod-source-record-manager - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A6655120128-module-sidecar:1.0.0.312N/A665512012800
nginx-edge1nginx-edge:2023.06.14110248960000
mod-ordersquick-storagemarc3mod-ordersquick-storagemarc:135.71.41211024228889621760700166488384128512
mod-ordersquick-storage marc - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
foliomod-keycloakfeesfines3foliomod-keycloakfeesfines:2519.0.31240020480204800edge-caiasoft2edge-caiasoft:2.2.421.021024896076888128
mod-licenses3mod-licenses:6.0.322480231201792384512mod-licenses feesfines - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-invoice-gobistorage3mod-invoice-gobistorage:25.8.1221024187289615360768102488384128512
mod-invoice-gobi storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-passwordservice-validatorinteraction3mod-passwordservice-validatorinteraction:34.0.2.12144020481298184407681290384512
mod-passwordservice-validator interaction - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-fqmdata-managerexport311mod-fqmdata-managerexport:25.0.540110242592896248007681440881281024
mod-fqmdata-manager export - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-bulk-operationspatron3mod-bulk-operations:2patron:6.1.0.223072102426008960153676838488512128
mod-bulk-operations patron - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-oai-graphqlpmh3mod-graphqloai-pmh:13.1213.1221024409689636900768307688384128512
mod-oai-graphql pmh - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
edge-connexion2edge-connexion:1.3.121024896076888128
mod-kb-ebsco-financejava3mod-kb-financeebsco-java:4.90.021024896076888128
mod-kb-finance ebsco-java - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-roles-keycloaknotes3mod-roles-keycloaknotes:15.42.5021024896051295288384256512
mod-roles-keycloak notes - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-batchorganizations-printstorage3mod-batchorganizations-printstorage:14.17.021024896076888128
mod-batchorganizations-print storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-data-export-copycatspring3mod-data-export-copycatspring:13.62.02211024204889618440768153688384128512
mod-data-export-copycat spring - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
modedge-listserm42modedge-listserm:1.2.0.6121024896076888128
mod-lists - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-entities-links3mod-entities-links:3.0.22259224800144001024
mod-entities-links - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
mod-permissions6mod-permissions:6.5.02168415445121024384512
mod-permissions - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
pub-edge1


PTF -  QCP1 environment configuration

  • 10 m6g.2xlarge EC2 instances located in US East (N. Virginia)us-east-1
  • 1 database  instance, writer


    NameMemory GIBvCPUs

    db.r6g.xlarge

    32 GB4 vCPUs


  • Open Search ptf-test 
    • Data nodes
      • Instance type - r6g.2xlarge.search
      • Number of nodes - 4
      • Version: OpenSearch_2_7_R20240502
    • Dedicated master nodes
      • Instance type - r6g.large.search
      • Number of nodes - 3
  • MSK fse-tenant
    • brokers, kafka.m7g.xlarge brokers in 2 zones
    • Apache Kafka version 3.7.x 

    • EBS storage volume per broker 300 GiB

    • auto.create.topics.enable=true
    • log.retention.minutes=480
    • default.replication.factor=3


mod-users-keycloak:1.5.3
Expand
titleqcp1 modules memory and CPU parameters

Cluster Resources - qcp1-pvt


ModuleTask Definition RevisionModule VersionTask CountMem Hard LimitMem Soft LimitCPU UnitsXmxMetaspace SizeMax Metaspace Size
mod-remote-storage9mod-remote-storage:3.2.024920447210243960512512
mod-ncip9mod-ncip:1.14.4210248960768
0
88
0
128
mod-
orders
finance-storage
3
9mod-finance-
orders
storage:
12
8.
8
6.
8
02
2048
1024
1740
896
0
1024
1024
700
384
88
512
128
mod-
orders - Sidecar 1
N/Afolio-module-sidecar:1.0.0.312N/A665512012800
kong9kong:3.7.1161446144204876888128
edge-patron2edge-patron:5.1.22102489625676888128
mod-users-keycloak3
sudoc3mod-sudoc:1.021024896076888128
mod-agreements9mod-agreements:7.0.02159214880000
mod-ebsconet9mod-ebsconet:2.2.0212481024128700128256
mod-organizations9mod-organizations:1.9.0210248960
512
76888
256
128
mod-
users-keycloak - Sidecar 1N/Afolio-module-sidecar
consortia7mod-consortia:1.
0
1.0
.312
N/A
2
665
5136
512
4776
0
1024
128
4416
0
384
0
512
edge-
ncip
sip2
2
7edge-
ncip
sip2:
1.10.1
3.2.0-SNAPSHOT.20921024896076888128
mgr
mod-serials-
applications
management
2
9
mgr
mod-serials-
applications
management:1.
3
0.
3
0
1
2
1024
2480
896
2312
512
0
512
1792
88
384
256
512
mod-
users-bl
settings
3
9mod-
users-bl
settings:
7
1.
8
0.
0
32
1440
1024
1152
896
0
200
922
76888128
mod-
users-bl - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mgr-tenants2mgr-tenants:1.3.3
data-import12mod-data-import:3.1.01204818442561292384512
edge-dematic9edge-dematic:2.2.011024896
512
0
512
76888
256
128
mod-
invoice
search
3
9mod-
invoice
search:
5
3.
8
2.
2
02
1440
2592
1152
2480
0
2048
922
1440
88
512
128
1024
mod-
invoice
inn-
Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-inventory-storage4mod-inventory-storage:27.1.424096369003076384512mod-inventory-storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512025600mod-user-import3mod-user-import:3.8
reach7mod-inn-reach:3.2.0-SNAPSHOT.86236003240102428805121024
mod-tags9mod-tags:2.2.021024896076888128
edge-courses9edge-courses:1.4.021024896076888128
mod-authtoken13mod-authtoken:2.15.121440115251292288128
mod-inventory-update9mod-inventory-update:3.3.021024896076888128
mod-
user-import - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-sender3mod-sender:1.12
notify9mod-notify:3.2.021024896076888128
mod-configuration9mod-configuration:5.10.021024896076888128
mod-
sender
orders-
Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800edge-oai-pmh2edge-oai-pmh:2.9.221512136010241440384512
storage9mod-orders-storage:13.7.02102489651270088128
edge-caiasoft9edge-caiasoft:2.2.021024896076888128
mod-login-
keycloak
saml
8
9mod-login-
keycloak
saml:
1
2.
4
8.
4
0210248960
512
76888
256
128
mod-
login
erm-
keycloak
usage-
Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mgr-tenant-entitlements2mgr-tenant-entitlements:1.2.41102489651251288256mod-data-export-worker3mod-data-export-worker:3.2.423072280002048384512mod-data-export-worker - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-rtac4mod-rtac:3.6.021024896076888128mod-rtac - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512025600mod-circulation-storage4mod-circulation-storage:17.2.322880259201814384512mod-circulation-storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512025600mod-source-record-storage4mod-source-record-storage:5.8.625600500003500384512mod-source-record-storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-scheduler3mod-scheduler:1.2.3
harvester9mod-erm-usage-harvester:4.5.021024896076888128
mod-licenses9mod-licenses:6.0.02248023125121792384512
mod-gobi9mod-gobi:2.8.021024896076888128
mod-password-validator9mod-password-validator:3.2.02144012980768384512
mod-bulk-operations9mod-bulk-operations:2.0.023072260001536384512
mod-fqm-manager9mod-fqm-manager:2.0.121024896076888128
edge-dcb9edge-dcb:1.1.021024896076888128
mod-graphql10mod-graphql:1.12.121024896076888128
mod-finance9mod-finance:4.9.021024896076888128
mod-erm-usage9mod-erm-usage:4.7.022800255010241800384512
mod-batch-print10mod-batch-print:1.1.0210248960
512
76888
256
128
mod-
scheduler - Sidecar 1N/Afolio-module-sidecar
copycat9mod-copycat:1.
0
6.0
.312
N/A
2
665
1024
512
8960
128
768
0
88
0
128
mod-
calendar
lists
4
9mod-
calendar
lists:
3
2.
1
0.02
2048
1024
1536
896076888128
mod-
calendar
entities-
Sidecar 1N/Afolio-module-sidecar:1
links10mod-entities-links:3.0.0
.317
N/A
2
665
2592
512
2480
0
400
128
14400
0
1024
mod-
event-config
permissions
3
16mod-
event-config
permissions:
2
6.
7
5.
1
02
1024
1684
896
1544
0
512
768
1024
88
384
128128
512
mod-event-config - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A6655120
pub-edge5pub-edge:2023.06.1421024896276800
mod-
courses
orders
3
9mod-
courses
orders:
1
12.
4
8.
10
02
1024
2048
896
1740
0
1024
768
1024
88
384
128
512
mod-courses - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-inventory5mod-inventory:20.2.722881259201814384512mod-inventory - Sidecar 1N/Afolio-module-sidecar
edge-patron10edge-patron:5.1.02102489625676888128
edge-ncip9edge-ncip:1.9.221024896076888128
mod-marc-migrations7mod-marc-migrations:1.0.0-SNAPSHOT.
312
5
N/A
2
665
1024
512
8960
128
768
0
88
0
128
mod
edge-inn-
email
reach
3
7
mod
edge-inn-
email
reach:3.1.
17
1-SNAPSHOT.
0
452
2800
1024
2550
8960
1800
768
384
88
512
128
mod-
email
users-
Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-di-converter-storage3mod-di-converter-storage:2.2.2
bl9mod-users-bl:7.7.021440115251292288128
mod-oa8mod-oa:2.1.0-SNAPSHOT.6221024896076888128
mod-
di
inventory-
converter-
storage
- Sidecar 1N/Afolio-module-sidecar:
12mod-inventory-storage:27.1.0
.0.312N/A665512012800
24096369020483076384512
mod-
pubsub
invoice
3
11mod-
pubsub
invoice:
2
5.
14
8.
0
12
1536
1440
1440
1152
0
512922
384
88
512
128
mod-
pubsub
user-
Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-circulation4mod-circulation:24.2.522880259201814384512mod-circulation - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512025600edge-orders2edge-orders:3.0.321024896076888128edge-rtac2edge-rtac:2.7.3
import9mod-user-import:3.8.021024896076888128
mod-sender10mod-sender:1.12.021024896076888128
edge-oai-pmh9edge-oai-pmh:2.9.021512136010241440384512
mod-data-export-worker9mod-data-export-worker:3.2.123072280010242048384512
mod-rtac10mod-rtac:3.6.021024896076888128
mod-
template
circulation-
engine
storage
3
10mod-
template
circulation-
engine
storage:
1
17.
20
2.02
1024
2880
896
2592
0
1536
768
1814
88
384
128
512
mod-
template-engine - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-users3mod-users:19.3.121024896076888128mod-users - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-patron-blocks3mod-patron-blocks:1.10.0
calendar9mod-calendar:3.1.021024896076888128
mod-source-record-storage21mod-source-record-storage:5.8.725600500020483500384512
mod-event-config9mod-event-config:2.7.021024896076888128
mod-courses9mod-courses:1.4.1021024896076888128
mod-
patron-blocks - Sidecar 1N/Afolio-module-sidecar
circulation-item9mod-circulation-item:1.0.0
.312
N/A
2
665
1024
512
8960
128
768
0
88
0
128
mod-
audit
inventory
3
11mod-
audit
inventory:20.2
.9
.02
1024
2880
896
2592
0
1024
768
1814
88
384
128
512
mod-
audit - Sidecar 1N/Afolio-module-sidecar
email9mod-email:1.
0
17.0
.312N/A665
228002550512
0
1800
128
384
0edge
512
0
mod-
fqm
pubsub
2
9
edge
mod-
fqm
pubsub:2.13.0
.2
2
1024
1536
896
1440
0
1024
768
922
88
384
128
512
mod-
source-record-manager3
circulation10mod-
source-record-manager:3.8.6
circulation:24.2.02
5600
2880
5000
2592
0
1536
3500
1814384512
mod-
source
di-
record-manager - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800nginx-edge1nginx-edge:2023.06.141
converter-storage9mod-di-converter-storage:2.2.021024896076888128
edge-rtac9edge-rtac:2.7.1210248960
0
768
0
88
0
128
mod
edge-
quick-marc
orders
3
9
mod
edge-
quick-marc
orders:
5
3.
1
0.
1
0
1
2
2288
1024
2176
8960
1664
768
384
88
512
128
mod-
quick-marc - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-feesfines3mod-feesfines:19.1
users10mod-users:19.3.121024896076888128
mod-template-engine9mod-template-engine:1.20.021024896076888128
mod-
feesfines
patron-
Sidecar 1N/Afolio-module-sidecar
blocks9mod-patron-blocks:1.
0
10.0
.312
N/A
2
665
1024
512
896
0
1024
128
768
0
88
0
128
mod-
invoice-storage
audit
3
9mod-
invoice-storage
audit:
5
2.
8
9.
2
02
1872
1024
1536
8960
1024
768
384
88
512folio-module-sidecar:1
128
mod-invoice-storage - Sidecar 1N/A
edge-fqm9edge-fqm:2.0.0
.312
N/A
2
665
1024
512
8960
128
768
0
88
0
128
mod-source-
service
record-
interaction
manager
3
10mod-source-
service
record-
interaction
manager:
4
3.9.0-SNAPSHOT.
2
3302
2048
5600
1844
5000
0
2048
1290128
3500384512
mod-service-interaction - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A6655120
nginx-edge5nginx-edge:2023.06.14210248962000
mod-
data
quick-
export
marc11mod-
data
quick-
export
marc:5.1.0
.4
1
2592
2288
2480
21760
1440
1664
88
384
1024128
512
mod-data-export - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A6655120
nginx-okapi5nginx-okapi:2023.06.14210248962000
mod
okapi-
patron
b
3
8
mod-patron
okapi:
6
5.
1
3.0
2
3
1024
1684
896
1440
0
2
768
922
88
384
128
512
mod-
patron - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-oai-pmh3mod-oai-pmh:3.13.224096369003076
feesfines9mod-feesfines:19.1.021024896076888128
mod-invoice-storage9mod-invoice-storage:5.8.021872153610241024384512
mod-
oai-pmh - Sidecar 1N/Afolio-module-sidecar
dcb10mod-dcb:1.
0
1.0
.312
N/A
2
665
1024
512
8960
128
768
0
88
0
128
edge
mod-service-
connexion
interaction
2
9
edge
mod-service-
connexion
interaction:
1
4.
3
0.12
1024
2048
896
1844
0
256
768
1290
88
384
128
512
mod-
kb
data-
ebsco-java
export
3
22mod-
kb
data-
ebsco-java
export:
4
5.0.
0
4
2
1
1024
2592
896
2480
0
1024
768
144088
128
1024
mod-
kb-ebsco-java - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800mod-notes3mod-notes:5.2
patron10mod-patron:6.1.021024896076888128
mod-oai-pmh9mod-oai-pmh:3.13.02
1024
4096
896
3690
0
2048
952folio-module-sidecar
3076384512
mod-notes - Sidecar 1N/A
edge-connexion9edge-connexion:1.
0
2.0
.312
N/A
2
665
1024
512
8960
128
768
0
88
0
128
mod-kb-
organizations
ebsco-
storage
java
3
9mod-
organizations
kb-ebsco-
storage
java:4.
7
0.021024896076888128
mod-
organizations-storage - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A665512012800
notes9mod-notes:5.2.0210248960952384512
mod-data-export-spring
3
9mod-data-export-spring:3.2.
2
0120481844
0
2561536384512
mod-
data-export-spring - Sidecar 1N/Afolio-module-sidecar:1.0.0.312N/A6655120128
organizations-storage9mod-organizations-storage:4.7.021024896076888128
mod-login9mod-login:7.11.02144012981024768384512
pub-okapi5pub-okapi:2023.06.1421024896276800
edge
mod-eusage-
erm
reports
2
9
edge
mod-eusage-
erm
reports:2.1
.2
.121024896076888128




Additional information

environments: qcp1-non-Eureka, qecp1-Eureka

...