mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-07 02:45:21 +00:00
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
|
<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>
|