You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

226cottrell@pinger:~$ls -l /nfs/slac/g/net/pinger

total 9
drwx-w---- 2 root root 512 Jan 7 2005 lost+found/
drwxrwsr-x 3 pinger iepm 512 May 7 13:11 pinger2/ # pinger2.pl writes its data here
drwxrwsr-x 2 iepm iepm 2560 Oct 3 2014 pinger_mon_data/ # timeping.pl used to write itsx data here
drwxrwsr-x 12 1049 iepm 512 Mar 8 2012 pingerdata/ # Data from getdata.pl
drwxrwsr-x 5 pinger iepm 512 Dec 6 2013 pingerlod/ # Linked open data
drwxrwsr-x 3 iepm iepm 512 Mar 13 09:14 pingerreports/ # Output from analyze scripts
drwxrwsrwx 4 pinger iepm 512 May 4 15:50 tulip/ # tulip

102cottrell@pinger:/nfs/slac/g/net/pinger$du -s *

Units are 1024 byte blocks

du: cannot read directory `lost+found': Permission denied
1       lost+found
8699644 pinger2
3       pinger_mon_data
368979459       pingerdata
61511193        pingerreport
4642    tulip

103cottrell@pinger:/nfs/slac/g/net/pinger$date

Mon Jan 29 14:24:52 PST 2018

 

Usage:   ping-vs-tcp.pl [opts]        Opts:        --help     print this USAGE information        --debug    debug_level (default=0)        --prot    protocol (6 or '') (default '')        --port     application port (default = 80)        --count    count of pings or npings to be sent (default = 10)Function:  Ping the host provided in %NODE_DETAILS  For each host it gets the IP address either from NODE_DETAILS (IPv4)  or using the dig command (IPv6).  It then Pings and npings the host and gathers the min, average, maximum  RTTs and losses and reports them to STDOUT, together with a time stamp  and host information  such as name, IP address, contry, region etc.Externals:  Requires nping (requires root/sudo privs), digInput:  It gets information on the PingER hosts from %NODE_DETAILS using:  wget to get the required file from http://www-iepm.slac.stanford.edu/pinger/pingerworld/slaconly-nodes.cf.  The required file is saved in tmp with a unique name /tmp/nodes-9020.cf  (where the number is based on the process number).Examples: ping-vs-tcp.pl ping-vs-tcp.pl --prot 6 --port 22 --count 10 | tee pg-v4-nd.txt ping-vs-tcp.pl --helpHint: To turn the output into a real csv file do something like: grep warning pg-v4-db.txt  > pg-v4-nd.csvVersion=0.3, 1/20/2018, Cottrell

  • No labels