ping program with time of day

Sharky Forums


Results 1 to 4 of 4

Thread: ping program with time of day

  1. #1
    Super Bunny Mod muisejt's Avatar
    Join Date
    Dec 2000
    Location
    Nova Scotia, Canada
    Posts
    9,833

    ping program with time of day

    here's the problem, one of are frame circuits is kinda flaky and we can see it by pings, since people aren't reliable to keep track of times (and I'm not going to watch pings all day) it goes down we want to ping it all day to monitor it but we need to know the time of day when it goes down. anyone know of any programs out there?
    If your sig is longer than your post then type more.

  2. #2
    Tiger Shark Kernel Panic's Avatar
    Join Date
    Jan 2002
    Location
    /dev/kmem
    Posts
    784
    How about using MRTG with a ping utility?

    Or you could try smokeping with rrdtool.
    Kernel Panic

    Antec PLUS880 Case w/430W PS
    Gigabyte 8IHXP (850e/ICH4)
    Intel P4 2.26GHz Northwood B
    4x256MB PC1066 RDRAM Memory
    GeForce FX 6800
    WD 80GB "Special Edition" 7200RPM HD
    Artec 52x24x52 CD-RW
    NEC 2510 DVD Burner
    SoundBlaster Audigy w/ firewire
    Intel 10/100 Pro+ NIC
    Samsung SyncMaster 900NF 19" Monitor
    Dual Boot: Windows XP SP2 and FreeBSD 6.2
    Generic Keyboard, Logitec Optical Mouse, Floppy Drive and some nice headphones.

  3. #3
    Great White Shark
    Join Date
    Nov 2000
    Posts
    21,595
    The standard Windows ping allows you to put a timestamp on each ping by using the -s option. The timestamp must be manipulated to get anything meaningful out of it.

    Another way is to put ping and time into a script file with the output going into a text file. You would need to code some kind of pacing mechanism in the script file though.

    *edit* I highly recommend using MRTG for inexpensive system and network monitoring. MRTG will monitor anything defined in MIB or MIB II. Here are some realtime samples.

  4. #4
    Super Bunny Mod muisejt's Avatar
    Join Date
    Dec 2000
    Location
    Nova Scotia, Canada
    Posts
    9,833
    it was a slow day at work so I fired up Google and VB and made my own ping utility that outputs the needed data to a text file
    If your sig is longer than your post then type more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •