Search Results

Search: Posts Made By: tony.kandaya
31,444
Posted By tony.kandaya
Thanks for your input... I modified extract-sla...
Thanks for your input... I modified extract-sla script as follows

awk '
/^PING / {h=$2}
/packet loss/ {pl=$6}
/min\/avg\/max/ {
split($4,a,"/")
...
31,444
Posted By tony.kandaya
Thanks for all your help guys, here is what I...
Thanks for all your help guys, here is what I have done so far

1 - a check-hosts script that uses a host-list.txt to ping konwn hosts

./check-hosts (script that pings hosts and generates the...
31,444
Posted By tony.kandaya
Extracting Latency, Loss and Jitter from PING responses.
I have a script that pings several hosts and stores the response in a text file (see below)

Once this file is created, the intention is to populate a database with the values for 'packet loss',...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 01:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy