https://github.com/mchinchilla/stresstestiso8583server
This project has been created with the intention of testing the performance of ISO 8583 servers for financial transactions.
https://github.com/mchinchilla/stresstestiso8583server
csharp iso8583 netcore netcore31 stress-testing
Last synced: about 1 year ago
JSON representation
This project has been created with the intention of testing the performance of ISO 8583 servers for financial transactions.
- Host: GitHub
- URL: https://github.com/mchinchilla/stresstestiso8583server
- Owner: mchinchilla
- Created: 2020-08-04T17:43:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T05:01:18.000Z (over 1 year ago)
- Last Synced: 2025-03-26T20:01:51.005Z (over 1 year ago)
- Topics: csharp, iso8583, netcore, netcore31, stress-testing
- Language: C#
- Homepage:
- Size: 53.5 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StressTestISO8583Server
### GOAL
This project has been created with the intention of testing the performance of ISO 8583 servers for financial transactions.
### How to Use
USAGE:
-v, --verbose Set output to verbose messages.
-s, --server Required. This can be Ip Address or FQDN
-p, --port (Default: 5005) Server port (Default port 5005)
-t, --usetls (Default: false) The transport is TLS or not
-b, --batch (Default: 10) The messages parallel batch that will be send to the
server
-q, --quantity (Default: 100) The total messages that will be send to the server
--help Display this help screen.
--version Display version information.
If the option -v or --verbose is set the progress bar won't be appear.
```shell
Example: dotnet StressTestISO8583Server.dll -s tekiumlabs.com -p 5005 -q 1000 -b 10 -t -v
```
=========================================================================
### NOTICE: The total quantity to send will be the multiply of quantity and batch.
=========================================================================
### Output samples

