Skip to content

Commit 328801a

Browse files
authored
Update README.md
1 parent 2b3cf9b commit 328801a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

perfmon/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
perfmon.sh - the scripts take additional metrics from Flowmon Collectors and 100G Probe with Netcope card (older type)
2-
perfmon-dpdk.sh - provides the same output as above but for 100G Probe with Mellanox card (latest)
3-
perfmon-node_exporter.sh - provides the same metrics just in node-exporter text file format. These metrics are explained at https://www.flowmon.com/en/blog/how-to-monitor-your-flowmon-appliances
1+
- **perfmon.sh** - the scripts take additional metrics from Flowmon Collectors and 100G Probe with Netcope card (older type)
2+
- **perfmon-dpdk.sh** - provides the same output as above but for 100G Probe with Mellanox card (latest)
3+
- **perfmon-node_exporter.sh** - provides the same metrics just in node-exporter text file format. These metrics are explained at https://www.flowmon.com/en/blog/how-to-monitor-your-flowmon-appliances
44
Tor run it as a docker you can use
5-
5+
```
66
sudo docker run -d \
77
--net="host" \
88
--pid="host" \
@@ -11,6 +11,6 @@ sudo docker run -d \
1111
quay.io/prometheus/node-exporter:latest \
1212
--path.rootfs=/host \
1313
--collector.textfile.directory=/var/lib/node_exporter/textfile_collector
14-
14+
```
1515
They have to be run by cron in regular intervals. As it is provided it expects to be run every 5 minutes.
16-
tora.lab.brn.flowmon.com_2020-06-24_16-43-53.csv is an example output CSV file.
16+
- **tora.lab.brn.flowmon.com_2020-06-24_16-43-53.csv** is an example output CSV file.

0 commit comments

Comments
 (0)