Re: [hlds] OT: Time-stamped ping.

2005-08-26 Thread Clayton Macleod
scripting something? win32: echo.|time ping yahoo.com linux-etc: date ping yahoo.com On 8/26/05, Alexander Kobbevik [EMAIL PROTECTED] wrote: Anyone know a tool that timestamps a ping with hour:minute:second? Sorry for asking this list... but admit it... this list holds a lot of

RE: [hlds] OT: Time-stamped ping.

2005-08-26 Thread Alexander Kobbevik
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clayton Macleod Sent: 26. august 2005 12:07 To: hlds@list.valvesoftware.com Subject: Re: [hlds] OT: Time-stamped ping. scripting something? win32: echo.|time ping yahoo.com linux-etc: date ping yahoo.com On 8/26/05

Re: [hlds] OT: Time-stamped ping.

2005-08-26 Thread Clayton Macleod
I just gave you the simplest of the simplest. I'm not exactly sure what you're trying to accomplish here. How is this timestamp going to be of any use to you? What is going to issue your ping command? If you're simply typing it in manually, well, look at a clock! ;) If you're using some

Re: [hlds] OT: Time-stamped ping.

2005-08-26 Thread Whisper
-- [ Picked text/plain from multipart/alternative ] He wants to know when there is a connectivity issue and what time/date it occured On 8/26/05, Clayton Macleod [EMAIL PROTECTED] wrote: I just gave you the simplest of the simplest. I'm not exactly sure what you're trying to accomplish here.

RE: [hlds] OT: Time-stamped ping.

2005-08-26 Thread Alexander Kobbevik
=32 time=173ms TTL=50 Possible? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clayton Macleod Sent: 26. august 2005 12:34 To: hlds@list.valvesoftware.com Subject: Re: [hlds] OT: Time-stamped ping. I just gave you the simplest of the simplest. I'm

RE: [hlds] OT: Time-stamped ping.

2005-08-26 Thread Matthew White
? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clayton Macleod Sent: 26. august 2005 12:34 To: hlds@list.valvesoftware.com Subject: Re: [hlds] OT: Time-stamped ping. I just gave you the simplest of the simplest. I'm not exactly sure what you're trying

Re: [hlds] OT: Time-stamped ping.

2005-08-26 Thread Clayton Macleod
I see. Well, this batch file will accomplish that. It'll only give you a timestamp after each ping command finishes though. Still, that'll give you a timestamp every x seconds, 4 by default. Might be better to make that every 10 seconds or 60 or something. Just change the -n 10 to however

Re: [hlds] OT: Time-stamped ping.

2005-08-26 Thread Clayton Macleod
oh, and add an @echo off line before the :start line and your log will be cleaner... -- Clayton Macleod get ye flask You cannot get ye flask. ___ To unsubscribe, edit your list preferences, or view the list archives, please visit:

RE: [hlds] OT: Time-stamped ping.

2005-08-26 Thread Alexander Kobbevik
Sent: 26. august 2005 14:00 To: hlds@list.valvesoftware.com Subject: Re: [hlds] OT: Time-stamped ping. oh, and add an @echo off line before the :start line and your log will be cleaner... -- Clayton Macleod get ye flask You cannot get ye flask

Re: [hlds] OT: Time-stamped ping.

2005-08-26 Thread Clayton Macleod
yeah, would be a lot nicer to get it on one line so you could just grep for the timeouts, rather than having to search manually for them and take note of the nearest 'time' command. This stuff may be of interest. I don't know how simple it is to get it up and running, as I've only just found it

Re: [hlds] OT: Time-stamped ping.

2005-08-26 Thread John Beranek
Alexander Kobbevik wrote: Thank you, Clayton. Im still open for suggestions how to make it happen on one line though. Running this for a weekend and then trying to analyze the log will give me a headace. I would tend to say that standard windows scripting commands are a bit basic, so I

Re: [hlds] OT: Time-stamped ping.

2005-08-26 Thread John Beranek
John Beranek wrote: Alexander Kobbevik wrote: Thank you, Clayton. Im still open for suggestions how to make it happen on one line though. Running this for a weekend and then trying to analyze the log will give me a headace. I would tend to say that standard windows scripting commands are a

Re: [hlds] OT: Time-stamped ping.

2005-08-26 Thread James Tucker
This is a multi-part message in MIME format. -- This .gz contains a win32 simple ping program which pings as fast as it can, concatenating a timestamp in the form [%H:%M:%S] to the start of the echo response. This will generate (on a lan) VERY large logs in a very short time (it's pretty damn

RE: [hlds] OT: Time-stamped ping.

2005-08-26 Thread ray
, 2005 9:23 AM To: hlds@list.valvesoftware.com Subject: Re: [hlds] OT: Time-stamped ping. This is a multi-part message in MIME format. -- This .gz contains a win32 simple ping program which pings as fast as it can, concatenating a timestamp in the form [%H:%M:%S] to the start of the echo response