|
|
1 |
Log in to the NSP Flow Collector station as the nsp user.
|
2 |
Open the following file using a plain-text editor such as vi:
/opt/nsp/flow/fc/cfg/CfdStorage.properties
|
3 |
Locate the csv file section.
|
4 |
To enable gzip file compression of the output files:
-
Locate the section that begins with the following:
# compression option for CSV files
-
Set the following parameter to true, as shown below:
com.alu.bsx.cfd.collector.storage.disk.csv.gz=true
|
5 |
To enable the addition of a timestamp as a filename prefix:
Note: The prefix format is the following:
YYYYMMDDhhmmss_
where YYYYMMDDhhmmss is the collection interval start time
-
Locate the section that begins with the following:
# add time prefix on transfer option for CSV files
-
Set the following parameter to true, as shown below:
com.alu.bsx.cfd.collector.storage.disk.csv.tpot=true
|
6 |
Save and close the CfdStorage.properties file.
End of steps |