Skip to content

에이전트별로 많은 양의 파라미터를 보낼 수 있는 방법이 있나요? Is there any way to send large amount of parameters per agent? #874

Answered by imbyungjun
KANG-JI-HUN asked this question in Q&A
Discussion options

You must be logged in to vote

모든 에이전트에 동일하게 1 ... 1000 까지의 모든 파라미터 데이터를 갖는 파일을 리소스로 갖게합니다.
성능 테스트 스크립트 내에서 grinder.agentNumber를 호출하면 에이전트 마다 고유한 값을 얻을 수 있습니다. 만약 20개의 에이전트라면 각각 0~19 사이의 값을 얻게됩니다.
이 에이전트당 고유하게 부여받은 숫자를 기준으로 1 ... 1000을 나누어서 처리하도록 작성하면 될 것 같습니다.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@KANG-JI-HUN
Comment options

@imbyungjun
Comment options

@KANG-JI-HUN
Comment options

Answer selected by KANG-JI-HUN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants