Administration Guides
Performance Auditor Advanced Configuration
Home
The settings in this section allows changing how performance data is computed.
How to increase the file transaction monitoring window
- By default file event data is monitored for a 5 minute window and 1 million open files. Contact support to recommend changes if you have long running IO workflows that last longer than 5 minutes to copy data.
- ssh to node 1 of the ECA node 1 as ecaadmin
- vim /opt/superna/eca/eca-env-common.conf
- Add the variable:
- export EVT_REPORTER_CREATE_EVENT_RETENTION_MINS=x (where x minutes a value in minutes)
- Save the file with :wq
- ecactl cluster down
- Then
- ecactl cluster up
- Done