LSF Version 7.3 - Administering Platform LSF

Administering Platform LSF 647
Reporting
The purger configuration files are located in the purger subdirectory of the
reports configuration directory:
UNIX: $PERF_CONFDIR/purger
Windows: %PERF_CONFDIR%\purger
2 Navigate to the specific <Table> tag with the TableName attribute matching the
table that you want to change.
For example:
<Table TableName="RESOURCE_METRICS"
TimestampColumn="TIME_STAMP" ... />
3 Add or edit the Duration attribute with your desired time in days, up to a
maximum of 31 days.
For example, to have the records in this table purged after 10 days:
<Table TableName="RESOURCE_METRICS"
TimestampColumn="TIME_STAMP" Duration="10" ... />
4 Restart the purger service.
Change the frequency of data collection
To change how often the data loaders collect data, change the frequency of data
collection per loader.
1 Edit the plc configuration files for your data loaders.
For EGO data loaders, edit plc_ego_rawdata.xml.
For LSF data loaders, edit plc_lsf_basic_rawdata.xml.
The
plc configuration files are located in the plc subdirectory of the reports
configuration directory:
UNIX: $PERF_CONFDIR/plc
Windows: %PERF_CONFDIR%\plc
2 Navigate to the specific <DataLoader> tag with the Name attribute matching the
data loader that you want to change.
For example:
<DataLoader Name="egodynamicresloader" Interval="300" ... />
3 Add or edit the Interval attribute with your desired time in seconds.
For example, to have this plug-in collect data every 200 seconds:
<DataLoader Name="egodynamicresloader" Interval="200" ... />
4 Restart the plc service.