diff options
author | nectar <nectar@FreeBSD.org> | 1998-11-16 05:25:16 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1998-11-16 05:25:16 +0800 |
commit | 50637e9b9fc38dcc24d34577da1c8eaf6ef3cc09 (patch) | |
tree | a1990eca0b37bc63ec6915e4eaf7901524e376f3 /net/pathchar/files | |
parent | dc859a9019e2c17487a0809529a6a78327e57855 (diff) | |
download | freebsd-ports-gnome-50637e9b9fc38dcc24d34577da1c8eaf6ef3cc09.tar.gz freebsd-ports-gnome-50637e9b9fc38dcc24d34577da1c8eaf6ef3cc09.tar.zst freebsd-ports-gnome-50637e9b9fc38dcc24d34577da1c8eaf6ef3cc09.zip |
pathchar alpha 0 for a.out systems, pathchar alpha 1 for ELF systems.
LBNL Internet path characterization tool
PR: ports/8588
Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'net/pathchar/files')
-rw-r--r-- | net/pathchar/files/README.pathchar | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/net/pathchar/files/README.pathchar b/net/pathchar/files/README.pathchar new file mode 100644 index 000000000000..f0c5d5654829 --- /dev/null +++ b/net/pathchar/files/README.pathchar @@ -0,0 +1,39 @@ +Pathchar finds bandwidth, delay, average queue and loss rate +of hops between source and destination. + +This tool, written by Van Jacobson (author of traceroute), is +alpha quality. Source code is not available. + +Command line arguments + -a: + -A: + -d: + -D: filename for debug output + -f: initial hop # + -F: probefilter + -i: intersampletime + -l: max ttl + -L: locality + -m: maxsize maximum packet size in bytes + (if absent, pathchar determines path MTU) + -M: minsize default: smallest possible + (want large differential between max and min size, + o/w a node w/queue will impact later nodes ) + -n: don't dns-resolve + -p: port @@? + -q: #queries, default 32 + -Q: bytes, + if (-), packet size increment per query, defaults to 92. + if (+), number of sizes, defaults to 32 + -s: lsrr? + -S: fit spacing + -t: tos + -v: verbose mode + -V: verbose? + -w: seconds wait time + +"Please report problems to pathchar@ee.lbl.gov. But please +don't ask questions -- if it doesn't make sense, wait for the +beta release. Thanks. Have fun." + +http://www.caida.org/Pathchar/ |