Results 1 to 10 of 10

Thread: Ping Monitor

  1. #1
    Chaos Monkey Apex's Avatar
    Join Date
    Jul 2003
    Location
    Huddersfield
    Posts
    4,708
    Thanks
    1,142
    Thanked
    285 times in 204 posts
    • Apex's system
      • Motherboard:
      • Asus Z87M-PLUS
      • CPU:
      • Intel i5-4670K
      • Memory:
      • 32 GiB
      • Storage:
      • 20 TiB
      • Graphics card(s):
      • PowerColor Radeon RX 6700 Fighter 10GB OC
      • PSU:
      • 750
      • Case:
      • Core View 21
      • Operating System:
      • Windows 10 pro
      • Monitor(s):
      • Dell S2721DGFA
      • Internet:
      • 200Mb nTL Cable

    Ping Monitor

    other then using the standard ping host -t command, i am in need a tool with a bit more power behind it

    I need to ping three hosts over a longer period of time and be able to log this to a file, now it's doesn't nesscary need to have a graphical output but could help.

    any advice on this would be welcomed

    This tool needs to be freeware / open source for use on a WinXP box

  2. #2
    Senior Member
    Join Date
    Feb 2008
    Posts
    925
    Thanks
    4
    Thanked
    161 times in 148 posts
    • smargh's system
      • Motherboard:
      • Gigabyte GA-EP45-UD3P
      • CPU:
      • Xeon E5450 with 775-to-771 Mod
      • Memory:
      • 16GB Crucial
      • Storage:
      • Intel X25-M G2 80GB/Adaptec 3405 4x 2TB Ultrastar RAID1 / 1x 6TB Hitachi He6 / Dying 2TB Samsung
      • Graphics card(s):
      • GTX 750 Ti
      • PSU:
      • Seasonic X-560
      • Case:
      • Lian-Li PC-A71
      • Operating System:
      • Windows 7 Ultimate 64bit
      • Monitor(s):
      • BenQ G2400WD
      • Internet:
      • Really Crap ADSL2 <3Mbit

    Re: Ping Monitor


  3. #3
    TiG
    TiG is offline
    Walk a mile in other peoples shoes...
    Join Date
    Jul 2003
    Location
    Questioning it all
    Posts
    6,213
    Thanks
    43
    Thanked
    47 times in 42 posts

    Re: Ping Monitor

    You can use ping to do that without an issue anyway.

    just do the ping -t ip > logfile.txt * 3 instance, cheap nasty, but technical it is feasible.

    Oh and ICMP tests don't mean anything when proving network faults, better to do something on a switch level to prove that kind of issue

    TiG
    -- Hexus Meets Rock! --

  4. #4
    Chaos Monkey Apex's Avatar
    Join Date
    Jul 2003
    Location
    Huddersfield
    Posts
    4,708
    Thanks
    1,142
    Thanked
    285 times in 204 posts
    • Apex's system
      • Motherboard:
      • Asus Z87M-PLUS
      • CPU:
      • Intel i5-4670K
      • Memory:
      • 32 GiB
      • Storage:
      • 20 TiB
      • Graphics card(s):
      • PowerColor Radeon RX 6700 Fighter 10GB OC
      • PSU:
      • 750
      • Case:
      • Core View 21
      • Operating System:
      • Windows 10 pro
      • Monitor(s):
      • Dell S2721DGFA
      • Internet:
      • 200Mb nTL Cable

    Re: Ping Monitor

    Quote Originally Posted by TiG View Post
    You can use ping to do that without an issue anyway.

    just do the ping -t ip > logfile.txt * 3 instance, cheap nasty, but technical it is feasible.

    Oh and ICMP tests don't mean anything when proving network faults, better to do something on a switch level to prove that kind of issue

    TiG
    This is just low level testing, we have gone through quiet a few hoops to try and narrow down whats casuing the user intermitent connection, hes had a new terminal and new patch cable, thats just leaves about 6 other points that could be at fault

    the wall box
    cable from there to patch pannel
    patch pannel
    switch
    terminal server on site
    main line / router link dropping

    ps is there anyway to control how many pings it sends / have a delay of say 10> secs between each ping ?

    all this being done remotely gets a to be a pita

  5. #5
    TiG
    TiG is offline
    Walk a mile in other peoples shoes...
    Join Date
    Jul 2003
    Location
    Questioning it all
    Posts
    6,213
    Thanks
    43
    Thanked
    47 times in 42 posts

    Re: Ping Monitor

    Thats precisely my point, PING test is not appropriate for showing this. ICMP traffic will only show up physical connection issues.

    If you've changed the cable then you've pretty much ruled it out.

    Ethereal(now known as Wireshark) trace from his machine is probably a better option, again can output logfiles for this, you've likely have a much better time with this too, you'd be able to see if something was accidentally broadcast spamming the user and causing him issues, IMCP ping just won't show up anything like this.

    TiG
    -- Hexus Meets Rock! --

  6. #6
    Chaos Monkey Apex's Avatar
    Join Date
    Jul 2003
    Location
    Huddersfield
    Posts
    4,708
    Thanks
    1,142
    Thanked
    285 times in 204 posts
    • Apex's system
      • Motherboard:
      • Asus Z87M-PLUS
      • CPU:
      • Intel i5-4670K
      • Memory:
      • 32 GiB
      • Storage:
      • 20 TiB
      • Graphics card(s):
      • PowerColor Radeon RX 6700 Fighter 10GB OC
      • PSU:
      • 750
      • Case:
      • Core View 21
      • Operating System:
      • Windows 10 pro
      • Monitor(s):
      • Dell S2721DGFA
      • Internet:
      • 200Mb nTL Cable

    Re: Ping Monitor

    Quote Originally Posted by TiG View Post
    Thats precisely my point, PING test is not appropriate for showing this. ICMP traffic will only show up physical connection issues.

    If you've changed the cable then you've pretty much ruled it out.

    Ethereal(now known as Wireshark) trace from his machine is probably a better option, again can output logfiles for this, you've likely have a much better time with this too, you'd be able to see if something was accidentally broadcast spamming the user and causing him issues, IMCP ping just won't show up anything like this.

    TiG
    Thin Client based machine, so thats a no no for us to install added sw onto the unit, currently running the PRTG client to just monitor the ping for the 3 bits that interest me, will leave it over the weekend and see what it shows up.

  7. #7
    Ex-MSFT Paul Adams's Avatar
    Join Date
    Jul 2003
    Location
    %systemroot%
    Posts
    1,926
    Thanks
    29
    Thanked
    77 times in 59 posts
    • Paul Adams's system
      • Motherboard:
      • Asus Maximus VIII
      • CPU:
      • Intel Core i7-6700K
      • Memory:
      • 16GB
      • Storage:
      • 2x250GB SSD / 500GB SSD / 2TB HDD
      • Graphics card(s):
      • nVidia GeForce GTX1080
      • Operating System:
      • Windows 10 x64 Pro
      • Monitor(s):
      • Philips 40" 4K
      • Internet:
      • 500Mbps fiber

    Re: Ping Monitor

    Reading between the lines then, you have 3 terminal servers to which clients are intermittently unable to connect (or being disconnected)...

    - Are the 3 servers in the same LAN, or is this 3 separate sites?
    - If they are in the same site, do all 3 server become inaccessible during the outage?
    - Is it all clients who are unable to connect during the intermittent outage?
    - How long is the outage?

    I would look at using Wireshark/NetMon to log traffic server-side (rolling the capture files over to avoid getting a single, gigantic, unusable file) and if possible a simultaneous trace on a client during a time when it cannot get a response from the server.

    A continuous ping from the servers to another machine outside of the site could give you an idea of intermittent routing issues - with a bit of cunning jiggery-pokery you could schedule a batch file to call ping.exe, and if it returns an error then you can tracert.exe and log the result to a text file.

    It could be something like a dodgy router screwing with a spanning tree, depending on when/where the issue occurs.
    ~ I have CDO. It's like OCD except the letters are in alphabetical order, as they should be. ~
    PC: Win10 x64 | Asus Maximus VIII | Core i7-6700K | 16GB DDR3 | 2x250GB SSD | 500GB SSD | 2TB SATA-300 | GeForce GTX1080
    Camera: Canon 60D | Sigma 10-20/4.0-5.6 | Canon 100/2.8 | Tamron 18-270/3.5-6.3

  8. #8
    Chaos Monkey Apex's Avatar
    Join Date
    Jul 2003
    Location
    Huddersfield
    Posts
    4,708
    Thanks
    1,142
    Thanked
    285 times in 204 posts
    • Apex's system
      • Motherboard:
      • Asus Z87M-PLUS
      • CPU:
      • Intel i5-4670K
      • Memory:
      • 32 GiB
      • Storage:
      • 20 TiB
      • Graphics card(s):
      • PowerColor Radeon RX 6700 Fighter 10GB OC
      • PSU:
      • 750
      • Case:
      • Core View 21
      • Operating System:
      • Windows 10 pro
      • Monitor(s):
      • Dell S2721DGFA
      • Internet:
      • 200Mb nTL Cable

    Re: Ping Monitor

    It's a remote branch, the terminal server is held onsite (at the remote site, along with the file server and print server) about 20 users max for it.

    This is the only user that as reported issues with droped sessions and so on, the basic tools that i have ( am helpdesk bound not networks ) as not shown the router dropping the connection on the line and looking back over past monitoring on the site has not shown issues with the net connection.

    The cable and client have been swaped out to rule out them being at fault.

    You might ask why is the helpdesk getting caught up with this, well 2nd line have stated that unless i rule out a shed of checks they want they will not even think about picking the call up and getting the cablers out to check the wireing, work shy springs to mind on this.

    I have asked the guy to leave the client on this weekend and i will monitor what happens and take it from there.

  9. #9
    Splash
    Guest

    Re: Ping Monitor

    Do the networks guys not have something like Solarwinds to monitor just this kind of thing?

  10. #10
    Chaos Monkey Apex's Avatar
    Join Date
    Jul 2003
    Location
    Huddersfield
    Posts
    4,708
    Thanks
    1,142
    Thanked
    285 times in 204 posts
    • Apex's system
      • Motherboard:
      • Asus Z87M-PLUS
      • CPU:
      • Intel i5-4670K
      • Memory:
      • 32 GiB
      • Storage:
      • 20 TiB
      • Graphics card(s):
      • PowerColor Radeon RX 6700 Fighter 10GB OC
      • PSU:
      • 750
      • Case:
      • Core View 21
      • Operating System:
      • Windows 10 pro
      • Monitor(s):
      • Dell S2721DGFA
      • Internet:
      • 200Mb nTL Cable

    Re: Ping Monitor

    Whats Up gold for all routers and managble switchs that are connected.
    They only just started to add snmp agents for the servers.

    Well just looked back through logs for the weekend and not once did the router / terminal server or client drop off and not once did the resposne time peak above 25ms, so that kinda leaves us no where.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. BenQ FP241W Customer Service
    By djphatic in forum Help! Quick Relief From Tech Headaches
    Replies: 7
    Last Post: 16-03-2007, 10:11 PM
  2. BenQ FP241W Customer Service HELP!
    By djphatic in forum General Discussion
    Replies: 0
    Last Post: 10-03-2007, 11:27 AM
  3. Intel e6300 overheating?
    By Xet in forum SCAN.care@HEXUS
    Replies: 17
    Last Post: 26-01-2007, 09:56 PM
  4. TFT Monitor Problem
    By xfactor in forum Graphics Cards
    Replies: 4
    Last Post: 19-05-2005, 07:57 AM
  5. annoying monitor problem,please help
    By micovwar in forum Graphics Cards
    Replies: 0
    Last Post: 04-02-2004, 10:16 AM

Posting Permissions

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