/[james]/transfcount/transfcount
ViewVC logotype

Annotation of /transfcount/transfcount

Parent Directory Parent Directory | Revision Log Revision Log


Revision 88 - (hide annotations) (download)
Wed Jul 12 15:20:37 2017 UTC (6 years, 9 months ago) by james
File size: 164 byte(s)
Tool to measure data transferred by a process.
1 james 88 #!/bin/sh
2    
3     if [ "$#" -lt 1 ]; then
4     echo "Usage: $0 COMMAND" >&2
5     exit 1
6     fi
7    
8     TRANSFCOUNT_DIR=$(dirname "$0")
9     LD_PRELOAD=$TRANSFCOUNT_DIR/transfcount.so exec "$@"

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26