The Admin UI now shows the total size of persisted payloads on service level.
The information is shown in the service list and also displayed as a pie chart in the Performance view.
Figure 1. Information in the service list
Figure 2. Information in Performance view
The information is updated periodically by a scheduled task called "payloadStatsUpdater".
It is not guaranteed to be real-time.
The schedule can be adjusted in ${TIF_ROOT}/modules/enovia/etc/module.custom.properties
.
By default, the information is updated hourly.
${TIF_ROOT}/modules/enovia/etc/module.custom.properties
payloadStatsUpdater.enabled=true
payloadStatsUpdater.execute=0 45 0-23 * * ?