如何对rcp程序进行压力测试?

时间:2021-11-12 19:04:07

Like the title says, I have a RCP program(Client) need to stress tests. First, 500 people login at the same time. But I do not know what tools or methods to complete it.

就像标题所说,我有一个RCP程序(客户端)需要进行压力测试。首先,500人同时登录。但我不知道用什么工具或方法来完成它。

1 个解决方案

#1


As far as I know, you can't have a product installation for multiple user, so that means you'd have to launch 1 instance of X different product installation. I don't know any external tool to fit your need but I assume you can develop a headless call for your application, then write a cmd script that launch every installation headless with a different login informations and you can track on your login server the consequences....

据我所知,您无法为多个用户安装产品,因此这意味着您必须启动X个不同产品安装的1个实例。我不知道任何适合您需求的外部工具,但我认为您可以为您的应用程序开发无头调用,然后编写一个cmd脚本,使用不同的登录信息启动每个安装无头,您可以在登录服务器上跟踪后果....

#1


As far as I know, you can't have a product installation for multiple user, so that means you'd have to launch 1 instance of X different product installation. I don't know any external tool to fit your need but I assume you can develop a headless call for your application, then write a cmd script that launch every installation headless with a different login informations and you can track on your login server the consequences....

据我所知,您无法为多个用户安装产品,因此这意味着您必须启动X个不同产品安装的1个实例。我不知道任何适合您需求的外部工具,但我认为您可以为您的应用程序开发无头调用,然后编写一个cmd脚本,使用不同的登录信息启动每个安装无头,您可以在登录服务器上跟踪后果....