Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (ASCEND) Hangups... Anyone have this script:
Actually, Josh Baily @ Ascend wrote a kick ass script that totally breaks
down a radius accounting detail log a sample of that output is here :
http://www.nealis.net/rkv.html
This is a breakdown of calls into one of my pop site here, Josh use to
have an email gateway set up that would allow you to email him a
detail file and he would process it and send it back to you, Details of
that are here :
http://www.nealis.net/ascend/faq/radius/radius-faq-q2.html
If the email gateway is not working, Email me, and I'll set up a gateway
off the FAQ.
Jason Nealis
Director Internet Operations / Network Access
Erols Internet (An RCN Company)
On Thu, 24 Sep 1998, Phillip Vandry wrote:
> > Howdy
> >
> > A while back, I saw a script on (I think) this list, which went through
> > radius logs and reported the frequency of C and P numbers, sort of like this:
> >
> > C 45 94%
> > C 48 3%
> > C 185 3%
> >
> > P 65 73%
>
> Well, I don't have this script, but it's easy to throw something together
> that should work...
>
> fgrep "Ascend-Disconnect-Cause" detail | awk '{ print $3 }' | sort | uniq -c | sort -rn
>
> Doesn't give percentages, but hey, it's a one liner :-)
>
> -Phil
> ++ Ascend Users Mailing List ++
> To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
> To get FAQ'd: <http://www.nealis.net/ascend/faq>
>
++ Ascend Users Mailing List ++
To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd: <http://www.nealis.net/ascend/faq>
References: