<?xml version="1.0"?>
<profile name="telnet">
  <group nthreads="1">
        <transaction iterations="1">
            <flowop type="connect" options="remotehost=$h protocol=tcp
	    	wndsz=200k tcp_nodelay"/>
	    <flowop type="write" options="size=1" />
	    <flowop type="think" options="duration=1s idle"/>
	    <flowop type="read" options="size=8k" />
	    <flowop type="think" options="duration=1ms busy"/>
            <flowop type="disconnect" />
        </transaction>
  </group>

</profile>
