cttctx
Performance test utility
cttctx
is a multi-threaded FairCom client test for comprehensive testing of FairCom server operations. This utility was designed specifically for profiling FairCom Server performance. Use this utility to simulate high load conditions against the FairCom server for verifying application performance.
cttctx
is a multi-threaded FairCom client test for comprehensive testing of FairCom server operations. This utility was designed specifically for profiling FairCom Server performance. Use this utility to simulate high load conditions against the FairCom server for verifying application performance.
cttctx <uid> <upw> <svn> [create [-t<trnmod>] | <nThrds> [-c<concurrency>] [-d<dist>] [-e] [-h] [-j] [-o<op>] [-p] [-r<msec>] [-n<niter>] ]
Argument | Description |
---|---|
| Username |
| User password |
| FairCom server name. |
| Create new test data/index files. |
| Transaction mode to use when creating the files. <trnmod> is one of the following:
|
| Number of threads to spawn. |
| Changes thread concurrency to |
| Uses the embedded FairCom SQL interface (otherwise use the ISAM interface). |
| Hard exits, abrupt termination without thread cleanup. |
| Adds to vlength files. |
| Operation to apply. <op> is one of the following:
|
| Tracks performance stats such as latency of operations. Output of these stats is written to a file named |
| Number of milliseconds between performing each operation. |
| Number of loop iterations to perform. |