Search found 4 matches

by stlaw
Thu Aug 24, 2006 9:50 pm
Forum: Scripts and Templates
Topic: [perl] TCP Connection Status
Replies: 57
Views: 153365

the above question hs been resolved . I guess it only occurs in localhost when using snmpwalk. now another question :oops: , how can get connection information from IPV6? some program such as ssh and apache will make its listening port showed with IPV6 format. tcp 0 0 :::80 :::* LISTEN 2527/httpd tc...
by stlaw
Mon Jul 31, 2006 5:33 am
Forum: Scripts and Templates
Topic: [perl] TCP Connection Status
Replies: 57
Views: 153365

I used this perl scripts, but I cant get the ESTABLISTHED connections. snmpnetstat -v 1 -c public -t 500 -an -P tcp 127.0.0.1:161 Active Internet (tcp) Connections (including servers) Proto Local Address Foreign Address (state) tcp *.111 *.* LISTEN tcp *.199 *.* LISTEN tcp *.3306 *.* LISTEN tcp *.32...
by stlaw
Mon Jul 31, 2006 12:20 am
Forum: Scripts and Templates
Topic: EDIT: Advanced Ping Template Version 1.3 for Cacti 0.8.6g
Replies: 527
Views: 813988

i see, thanks, Witness, I'd confused UDP with TCP.
by stlaw
Fri Jul 28, 2006 7:05 am
Forum: Scripts and Templates
Topic: EDIT: Advanced Ping Template Version 1.3 for Cacti 0.8.6g
Replies: 527
Views: 813988

I cant get info detecting UDP port.

[root@localhost cacti]# php ./scripts/ss_fping.php 127.0.0.1 20 UDP 161
loss:100.00

but TCP is right.
[root@localhost cacti]# php ./scripts/ss_fping.php 127.0.0.1 20 TCP 199
min:0.0800 avg:0.5645 max:3.1300 dev:0.6705 loss:0.0000

anyone knows why?

thanks