yandex-tank/Tests/config/mon1.conf

6 lines
283 B
Plaintext
Raw Normal View History

2012-09-13 16:13:57 +00:00
<Monitoring>
<Host address="localhost">
<Custom label="diffEx" measure="call" diff="1">ifconfig -s eth0 | awk '$1=="eth0" {print $4}'</Custom>
<Custom label="diffEx2" measure="call">ifconfig -s eth0 | awk '$1=="eth0" {print $4}'</Custom>
</Host>
</Monitoring>