DCE Application Programming Guide
Sample Mixed-Language Application
HP NonStop DCE Application Programming Guide—429551-003
B-11
The README File
Then type:
client [ T | C ] <message-count> <message-length>
Where:
T: Call Turnaround
C: Call TurnaroundCobol
For example:
client T 100 1000
The client will print out a report like this:
Starting 100 RPCs of size 1000 bytes.
Start time: Thu Oct 26 13:21:38 1995
End time: Thu Oct 26 13:21:40 1995
Elapsed 2 seconds for 100 calls.
Transfered 200000 bytes.
This is an average of 50 RPC calls per second.
This is an transfer rate of 100000 bytes per second
Figure B-7. The README File in a Mixed-Language Application (page 2 of 2)