blob: a805696a06b34ee77ba058158f89131e6be8e4bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
The Host sFlow agent exports physical and virtual server performance
metrics using the sFlow protocol. The agent provides scalable,
multi-vendor, multi-OS performance monitoring with minimal impact on
the systems being monitored.
To start hsflowd at boot, add something like this to your
/etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.hsflowd ]; then
/etc/rc.d/rc.hsflowd start
fi
|