summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-07 15:10:13 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-07 15:10:13 +0000
commit8503a8d945dcfac106ec40663467d99c9562d4d1 (patch)
tree51f384bbffe9e3f18250adf414940ce8fe7cab52 /performance-tests
parent7bad9ed795b84b0fe1d73ca3e44a4d004a962a7e (diff)
downloadATCD-8503a8d945dcfac106ec40663467d99c9562d4d1.tar.gz
Added a TTCP build for NT
Diffstat (limited to 'performance-tests')
-rwxr-xr-xperformance-tests/TTCP/NT/TTCPR.BAT5
-rwxr-xr-xperformance-tests/TTCP/NT/TTCPX.BAT17
-rw-r--r--performance-tests/TTCP/NT/how-to-use.txt1
3 files changed, 23 insertions, 0 deletions
diff --git a/performance-tests/TTCP/NT/TTCPR.BAT b/performance-tests/TTCP/NT/TTCPR.BAT
new file mode 100755
index 00000000000..a21594b04d4
--- /dev/null
+++ b/performance-tests/TTCP/NT/TTCPR.BAT
@@ -0,0 +1,5 @@
+@echo off
+:start
+ttcp -s -r -v -p5006 -b8192
+goto start
+
diff --git a/performance-tests/TTCP/NT/TTCPX.BAT b/performance-tests/TTCP/NT/TTCPX.BAT
new file mode 100755
index 00000000000..71f611a1b4f
--- /dev/null
+++ b/performance-tests/TTCP/NT/TTCPX.BAT
@@ -0,0 +1,17 @@
+@echo off
+:start
+ttcp -s -t -v -D -p5006 -b8192 -l1024 -n2000 %1
+sleep 5
+ttcp -s -t -v -D -p5006 -b8192 -l2048 -n2000 %1
+sleep 5
+ttcp -s -t -v -D -p5006 -b8192 -l4096 -n2000 %1
+sleep 5
+ttcp -s -t -v -D -p5006 -b8192 -l8192 -n2000 %1
+sleep 5
+ttcp -s -t -v -D -p5006 -b8192 -l16384 -n2000 %1
+sleep 5
+ttcp -s -t -v -D -p5006 -b8192 -l32768 -n2000 %1
+sleep 5
+ttcp -s -t -v -D -p5006 -b8192 -l65536 -n2000 %1
+sleep 5
+ttcp -s -t -v -D -p5006 -b8192 -l131072 -n2000 %1
diff --git a/performance-tests/TTCP/NT/how-to-use.txt b/performance-tests/TTCP/NT/how-to-use.txt
new file mode 100644
index 00000000000..77aa1082ba9
--- /dev/null
+++ b/performance-tests/TTCP/NT/how-to-use.txt
@@ -0,0 +1 @@
+To use run TTCPR.BAT for the receiver and "TTCPX.BAT hostname" for the sender