Data Mining/Crawling a Mailing List

2013-09-05 Thread Kasper Adel
Hello,

A bit off topic but i was looking for a way/tool that could crawl through
a mailing list/news archives and try to filter most common discussions and
things like that, if anyone is aware of such a tool, pls let me know.

Thanks,
Kim



Re: Script to ping, traceroute a destination and record the time

2009-10-29 Thread Kasper Adel
thanks all for answering.

Traceroute will allow me to find out if during the short period of
application disconnect is whether its an app problem or the network topology
changes and where (which router) the packets couldnt get across.

Cheers,
Kim

On Thu, Oct 29, 2009 at 4:43 PM, Toni Mueller  wrote:

> Hi,
>
> On Thu, 29.10.2009 at 16:26:49 +0200, Kasper Adel 
> wrote:
> > I am trying to troubleshoot a problem that is totally random and the one
> > idea that would help me is to have a bash script that will ping a few
> > destinations every minute, then do a traceroute to these destinations,
> > record the time and all that output in a file. then the whole process
> would
> > repeat minute.
>
> I don't know what exactly you are going to do with the traceroute,
> which is both hard to implement, given your timing requirements, and
> tedious to evaluate, but if you could be content with pings and packet
> loss, I can recommend using Smokeping with aggressive settings, and/or
> some other things to trigger a traceroute in case of a problem.
>
>
> Kind regards,
> --Toni++



Script to ping, traceroute a destination and record the time

2009-10-29 Thread Kasper Adel
Hi,

I am trying to troubleshoot a problem that is totally random and the one
idea that would help me is to have a bash script that will ping a few
destinations every minute, then do a traceroute to these destinations,
record the time and all that output in a file. then the whole process would
repeat minute.

This way, i'll be able to look at the script at the end of each day and find
out if these destinations were reachable when a problem was reported.

The problem/disconnect happens for a few minutes only.

Can any one help me get a script to do that?

Thanks,
Kim