home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-05-11 | 1.1 KB | 31 lines |
- [Net.Medic]
-
- # Network throughput during a transaction - bytes/sec
- TranThruput=N[2,50000,0,0,100000] M[2,50000,0,0,100000]
- # Used with "TranThruput"
- # Only NormalLimit is used
- TranThruput:ByteCount=N[0,5120,0,0,0] M[0,5120,0,0,0]
-
- # Total transaction time - millisec
- TranTime=N[1,20000,0,0,40000] M[1,20000,0,0,40000]
-
- # Average server delay during a transaction - millisec
- ### ServerDelay=N[1,20000,0,0,40000] M[1,20000,0,0,40000]
-
- # Server load - IPID rate - packets/sec
- ServerLoad=N[1,10000,0,0,20000] M[1,10000,0,0,20000]
-
- # Send retransmits during a transacation - units of (percentage * 10)
- SendRexmit=N[1,150,0,0,300] M[1,150,0,0,300]
- # Used with "SendRexmit"
- # Minimum number of packets sent before SendRexmit condition is checked
- # Only NormalLimit is used
- SendRexmit:PacketCount=N[0,20,0,0,0] M[1,20,0,0,0]
-
- # Send retransmits during a transacation - units of (percentage * 10)
- RecvRexmit=N[1,100,0,0,200] M[1,100,0,0,200]
- # Used with "RecvRexmit"
- # Minimum number of packets sent before RecvRexmit condition is checked
- # Only NormalLimit is used
- RecvRexmit:PacketCount=N[0,20,0,0,00] M[1,20,0,0,00]
-