[tcptrace] Re: How about...

From: Shawn Ostermann (ostermann@cs.ohiou.edu)
Date: 06/06/01

  • Next message: abhijeet bisain: "xplot for windows"

    Message-Id: <200106061601.f56G1KC17462@picard.cs.ohiou.edu>
    From: "Shawn Ostermann" <ostermann@cs.ohiou.edu>
    Subject: [tcptrace] Re: How about... 
    Date: Wed, 06 Jun 2001 12:01:19 -0400
    
    

    [We're gearing up for the official 6.0.0 beta release in a week. Most
     of the work is done, but it includes code that Brian wants, so I'll
     jump the gun a litter here. In the meantime, you can get the current
     6.0.0 beta code at

      http://www.tcptrace.org/download.html
    ]

    Hi Brian, thanks for the comments!

    > How about an option to add a prefix to the output file names?

    That's a great idea. The beta version supports:
      --output_dir="STR" directory where all output files are placed (default: '<NULL>')
      --output_prefix="STR" prefix all output files with this string (default: '<NULL>')

    > Also, an option to place the prefix as a title line in the
    > xplot files.

    Hmmm... not exactly sure what you want there. I added:

      --xplot_title_prefix="STR" prefix to place in the titles of all xplot files (default: '<NULL>')

    Please take a look at what the does and then let me know if you have a
    better suggestion.

    > How about...named sets of option in the .tcptracerc file? I sometimes want all
    > of the most time consuming checking options on, or only some of them. It would
    > be nice to give the different sets names and then call them up as needed by
    > name.

    Seems useful, but a little complicated. Right now, the contents of
    that file are just turned into argv[] format and run through the
    argument checking code (same with the TCPTRACEOPTS environment variable).
    My first thought is that the amount of text that you'd have to type to
    enable the options would probably be more than the commands
    themselves, consider:
       tcptrace --optname=complex file.dmp
    I'd be tempted to just do it with the envariable, that's what I do.

    export TCPTRACEOPTS=-n -t -G -r
    tcptrace

    export TCPTRACEOPTS=-l
    tcptrace

    If you have a concrete suggestion, though, I'd be interested in
    talking about it further. Perhaps you're thinking about something
    more complex than I am.

    Thanks as always for the great suggestions and please let me know what
    you think of my solutions!

    Shawn
    -------------------------------------------------------------------------
       Dr. Shawn Ostermann - Associate Professor - Ohio University
          322B Stocker Center, Ohio University, Athens, Ohio 45701-2979
     ostermann@cs.ohiou.edu -- FAX: (740)593-0007 -- Voice: (740)593-1234
        http://ace.cs.ohiou.edu/~osterman http://irg.cs.ohiou.edu

    ----------------------------------------------------------------------------
    To unsubscribe, send a message with body containing "unsubscribe tcptrace" to
    majordomo@tcptrace.org.



    This archive was generated by hypermail 2b30 : 06/07/01 EDT