<?xml version="1.0"?>
<profile name="a.xml">
  <group nthreads="1">
        <transaction iterations="1">
            <flowop type="connect" options="remotehost=$h protocol=sctp
	    wndsz=200k tcp_nodelay"/>
            <flowop type="connect" options="conn=1 remotehost=$h protocol=tcp
	    wndsz=200k tcp_nodelay"/>
        </transaction>
        <transaction iterations="10">
            <flowop type="write" options="conn=1 count=1 size=64k"/>
            <flowop type="think" options="duration=30ms busy"/>
            <flowop type="think" options="duration=40ms idle"/>
        </transaction>
        <transaction>
            <flowop type="disconnect" />
        </transaction>
  </group>
  <group nthreads="1">
        <transaction iterations="1">
            <flowop type="connect" options="conn=1 remotehost=$h protocol=sctp
	    wndsz=200k tcp_nodelay"/>
            <flowop type="connect" options="remotehost=$h protocol=tcp
	    wndsz=200k tcp_nodelay"/>
        </transaction>
        <transaction iterations="2">
            <flowop type="write" options="conn=1 count=1 size=8k"/>
            <flowop type="think" options="duration=1s idle"/>
            <flowop type="think" options="duration=50ms busy"/>
            <flowop type="think" options="duration=60ms idle"/>
        </transaction>
        <transaction>
            <flowop type="disconnect" />
        </transaction>
  </group>


</profile>
