On Wed, 2010-03-03 at 15:42 -0500, Scott Lawrence wrote:
> > Could you explicate this?  I thought you already can run analyze_483s
> > against a snapshot easily enough.
> 
> In order to use it against a snapshot now, you have to:
> 
> - create a directory
> - cd into it
> - uncompress and untar the file
> - cd to the logs directory
> - run the script
> 
> (and do all that on a system that has all the prerequisites)
> 
> as opposed to being able to run:
> 
>   analyse_loops --snap snapshot.tar.gz

Well, you can do:

        tar -x --to-stdout -f snapshot.tar.gz ./var/log/sipxpbx/sipXproxy.log 
>/tmp/file1234
        analyze_483s /tmp/file1234
        
You can't pipe the log into analyze_483s, though, because it reads
through the log file twice.

Dale


_______________________________________________
sipx-dev mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to