Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin for Telnet 3270 User #206

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

msradam
Copy link

@msradam msradam commented Jan 28, 2025

Hello! I am interested in leveraging Locust to load test Telnet 3270 connections. I have written a plugin to make our workflow easier, and would like to contribute back to this repository.

Added tn3270.py to the Locust users directory and a corresponding example in examples/tn3270_ex.py.

The given code is a wrapper for Telnet 3270 connections, with a demo that illustrates user connectivity and driving requests by submitting commands via the emulator interface.

Added tn3270.py to the Locust users directory and a corresponding example in examples/tn3270_ex.py.

The given code is a wrapper for Telnet 3270 connections, with a demo that illustrates user connectivity and driving requests by submitting commands via the emulator interface.
@cyberw
Copy link
Collaborator

cyberw commented Jan 28, 2025

Wow, 3270, that was a while ago :)

Looks cool, but for a User class to be useful I think it needs to measure some sort of response time and fire request events. If it doesn't, I don't know if it fits in Locust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants