diff options
author | Jeremy Allison <jra@samba.org> | 2006-07-11 17:09:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:19:13 -0500 |
commit | 5bf62a0c3cc95abe918f3e772bb10e0a90fdce22 (patch) | |
tree | a35922a7dfe0bcd1a97390a8b6008b0047c59413 /examples/pcap2nbench/README | |
parent | 6139f49d60a9f2554505bf5cf2781168478ded9d (diff) | |
download | samba-5bf62a0c3cc95abe918f3e772bb10e0a90fdce22.tar.gz samba-5bf62a0c3cc95abe918f3e772bb10e0a90fdce22.tar.bz2 samba-5bf62a0c3cc95abe918f3e772bb10e0a90fdce22.zip |
r16943: Add Jim's code.
Jeremy.
(This used to be commit f131bf8f16fd8b7c49e6065ecbf6f8686b2f4269)
Diffstat (limited to 'examples/pcap2nbench/README')
-rw-r--r-- | examples/pcap2nbench/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/pcap2nbench/README b/examples/pcap2nbench/README new file mode 100644 index 0000000000..46f851439a --- /dev/null +++ b/examples/pcap2nbench/README @@ -0,0 +1,24 @@ +pcap2nbench +----------- + +About + +This program converts a libpcap network trace file (produced by ethereal or +another pcap-aware network analyzer) into a output suitable for nbench. The +only option it takes it -i which supresses any reads/writes/closes that use a +FID that does not have a corresponding ntcreateandx + +Limitations + +1) pcap2nbench does not handle ip fragmentation. You should not normally see + very much fragmentation so this should not really affect a workload. +2) unicode on the wire is not supported. +3) only a limited number of SMBs are supported. Namely: NtCreateAndX, + ReadAndX, WriteAndX, and Close. In addition, not all WCTs are supported on + each of these SMBs. + +Future Work + +It would be nice to use Samba or Ethereal's parsing code to handle the SMBs. +At first glance, this seemed non-trivial. It would also be nice to handle some +Trans2 SMBs specifically QueryFileInfo and QueryPathInfo. |