Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Run Python's standard install sequence
    Code Block
     python setup.py build
    python setup.py install 
  • Alternately, to install under "$NETLOGGER_HOME"
    Code Block
     
    export NETLOGGER_HOME=/my/path # or use setenv on csh
    python setup.py install --home=$NETLOGGER_HOME
    export PYTHONPATH=$NETLOGGER_HOME/lib/python
    export PATH=$PATH:$NETLOGGER_HOME/bin
    

Patching NetLogger to

...

handle GridFTP logs(buggy/nob-buggy):

To patch your NetLogger distribution, you could just drop this file into the download directory under python/netlogger/parsers/modules/ , then reinstall (e.g. python setup.py install).

Executing NetLogger

Detailed Instructions on using NetLogger can be found here: http://acs.lbl.gov/NetLogger-releases/doc/trunk/cookbook.htmlImage Added

Download the Source Code as a tar ball

...