cancel
Showing results for 
Search instead for 
Did you mean: 

Slow RWB and SXMB_MONI

Former Member
0 Kudos

All,

When I try to run rwb (performance monitoring) it takes 10 to 15 mins to pull the data. Any ideas on how this performance can be improved.

Accepted Solutions (0)

Answers (3)

Answers (3)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

What PI release and SP are you on? There are some notes with bug fixes/functionality improvements in this area:

1718993 RWB performance monitor: Memory bottleneck in overview

1296610 Restricting the display in the RWB performance monitor

1560065 limit for number of results in Performance Monitoring

1844891 Fixes for Java Performance Data collection

Regards

Mark

Former Member
0 Kudos

PI 7.11 SP10

markangelo_dihiansan
Active Contributor
0 Kudos

Hello Vicky,

Adding to that, decreasing your trace level from 3 to 1 and turning off LOGGING_SYNC in SXMB_ADM will help.

Regards,

Mark

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Basically you have to keep limited duration messages in PI server and archive all the old messages periodically. This way your system will pull the messages so quick and improve performance.

I would keep only a week messages in abap stack and  3 days or lesser duration messages in java stack (adapter engine).