~ubuntu-branches/ubuntu/precise/pymodbus/precise

« back to all changes in this revision

Viewing changes to doc/sphinx/examples/performance.rst

  • Committer: Package Import Robot
  • Author(s): W. Martin Borgert
  • Date: 2011-10-26 07:26:28 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111026072628-fvzyi6tnb8iipomp
Tags: 0.9.0+r175-1
* Update from trunk to get a number of upstream fixes.
* Removed examples/tools/ (not present in previous version
  anyway) from source because there are different licenses
  involved. Needs clarification.
* Dont't install unit tests.
* Debian patches not necessary anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==================================================
 
2
Synchronous Client Performance Check
 
3
==================================================
 
4
 
 
5
Below is a quick example of how to test the performance of a tcp modbus
 
6
device using the synchronous tcp client.  If you do not have a device
 
7
to test with, feel free to run a pymodbus server instance or start
 
8
the reference tester in the tools directory.
 
9
 
 
10
.. literalinclude:: ../../../examples/common/performance.py
 
11