Page 1 of 1

Query network bandwidth on server have same type interface

Posted: Sun Jun 05, 2022 8:54 pm
by viethoa14
my server have two interface, they are "Intel[R] 82574L Gigabit Network Connection" and "Intel[R] 82574L Gigabit Network Connection #2". i can use nsclient to check interface #1 with this command " ./check_nt -H 192.168.1.52 -p 12489 -s password -v COUNTER -l "\Network Adapter(Intel[R] 82574L Gigabit Network Connection)\Bytes Sent/sec","IN Bytes are %.2f %%" -w 1000000 -c 3000000",
But i can querry information on interface #2 when i use "./check_nt -H 192.168.1.52 -p 12489 -s password -v COUNTER -l "\Network Adapter(Intel[R] 82574L Gigabit Network Connection #2)\Bytes Sent/sec","IN Bytes are %.2f %%" -w 1000000 -c 3000000", error is appear, maybe #2 parameter is incorrect.

Please help me!