thomas 55d5f2d70c changed ServerAddress to the more appropriate ServerEndpoint | 4 years ago | |
---|---|---|
extern | 4 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 4 years ago | |
CMakeLists.txt | 4 years ago | |
README.md | 4 years ago |
The ua-stress-test program ca be used to test the behavior of an OPC UA server under heavy load. It opens a configurable number of OPC UA connections to the server and sends a configurable number of read requests per second to the server.
This repo contains multiple submodules. To get everything you need, clone this repo to your computer and get the required submodules:
git clone https://intra.acdp.at/gogs/opc-ua/ua-stress-test.git
git submodule update --init --recursive
sudo apt install libconfig-dev
mkdir build
cd build
cmake ..
make