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

Vuser Not fully started #849

Open
mashuangwei opened this issue Nov 17, 2021 · 3 comments
Open

Vuser Not fully started #849

mashuangwei opened this issue Nov 17, 2021 · 3 comments
Assignees

Comments

@mashuangwei
Copy link

1. Describe the bug 🐞

The configuration of the two agents is 8-core 16g,

2 * 10 * 5 = 100 concurrent are configured. The basic information at runtime shows that the total number of virtual users is 100, the number of runs is 55,
the total number of processes is 20, and the number of runs is 11。

3. Environment

  • Controller
    • OS: centos7
    • Browser:
    • JDK version: 8
    • Controller version:3.5.5
  • Agent
    • OS:centos7
    • JDK version:8
    • Agent version:3.5.5

4. Screenshots

If necessary, add screenshots to help explain your problem.

@junoyoon
Copy link
Contributor

So.. what is your problem?

@mashuangwei
Copy link
Author

mashuangwei commented Nov 21, 2021

So.. what is your problem?

The problem is that the number of concurrent users I set is not all turned on。I set the number of processes to 20, but actually only 11 are enabled。

@imbyungjun
Copy link
Contributor

When the nGrinder starts the performance test, the agent processes are not waiting for ready all the number of processes as you specified on performance test settings. Each agent processes starts test function invocation as soon as it is ready.

Therefore, if your test period or test counts are not enough to ready all the agent processes, the performance test may end before all the agent processes are ready.

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

No branches or pull requests

3 participants