Explanation:
Note that the CSV file is UTF-8 encoded.Syntax
statisticsCSV:
file: <string> # requiredstatisticsCSV: file: <string> # required
Sample
<beans>
<transport coreThreadPoolSize="20">
<ruleMatching />
<dispatching />
<userFeature />
<statisticsCSV file="c:/temp/stat.csv" />
<httpClient />
</transport>
</beans><beans> <transport coreThreadPoolSize="20"> <ruleMatching /> <dispatching /> <userFeature /> <statisticsCSV file="c:/temp/stat.csv" /> <httpClient /> </transport> </beans>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| file | true | - | Locations of csv file to write out logs. | stat.csv |