如何对 telnet 服务器应用程序进行压力测试?

发布于 2024-09-26 06:34:09 字数 218 浏览 2 评论 0 原文

我们有一个 Unix 应用程序,它本质上是一个美化的 telnet 服务器。
我们无法访问 Unix 服务器,但我们需要进行负载/压力测试。

我们确实需要能够模拟数百个用户会话登录并执行某些操作。
我想我也许可以使用一个终端模拟器来同时执行这些操作。
但我不确定做到这一点的最佳方法。

有没有任何软件可以让我做到这一点? 或者有人可以推荐一个简单的方法来做到这一点?

We have a Unix application that is essentially a glorified telnet server.
We have no access to the Unix server, yet we need to do load/stress testing.

We really need to be able to simulate a few hundred user sessions logging in and performing certain actions.
I thought I could perhaps use a terminal emulator that performs these actions concurrently.
But I am unsure of the best way to do this.

Is there any software that exists that would allow me to do this?
Or could someone recommend as easy way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

大海や 2024-10-03 06:34:09

如果我要做这样的事情,我会使用围绕 Net::Telnet,也许使用 Expect基准,具体取决于您的目标。

If I was going to do something like this I'd use a multithreaded perl program built around Net::Telnet, maybe using Expect and Benchmark depending on your objectives.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文