Performance Manager allows to select specific result files so that their content is available in the database in plain and human readable form. (This selection does not influence the normal result file writing that writes the files to the database as compressed packages.)
The plain contents of result files is written to table SV_ResultFilesPlain. It is then also available in a convenient view called SV_V_Monitors_ResultFiles and it can also be used in custom reports.
The selection of result files is done via filters specified in the file SVAppServerHomeConf.xml on the application server. If a result file matches any of the filters specified, it is written to the database in its plain form.
As soon as the file SVAppServerHomeConf.xml is changed on disk, the application server is re-reading this configuration and updates the filters on the fly. You don't need to restart the application server for the changes to take effect.
The contents of result files that are available in plain form can be used in reports created in Performance Manager under . When you create a new report there, select the result category Result File to access that data.