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

some parts of the manual are confusing #20

Open
Samuel29 opened this issue Jul 4, 2012 · 0 comments
Open

some parts of the manual are confusing #20

Samuel29 opened this issue Jul 4, 2012 · 0 comments

Comments

@Samuel29
Copy link

Samuel29 commented Jul 4, 2012

hi,

perhaps I didn't understand this part of the doc (nodeload.md) ?

                                        // Specify one of:
numUsers: 10,                           //   1. numUsers: number of virtual users concurrently
                                        //      executing therequest loop
loadProfile: undefined,                 //   2. loadProfile: array with requests/sec over time:
                                        //        [[time (seconds), rps], [time 2, rps], ...]
                                        //      For example, ramp up from 100 to 500 rps and then
                                        //      down to 0 over 20 seconds:
                                        //        [[0, 100], [10, 500], [20, 0]]

                                        // Specify one of:
targetRps: Infinity,                    //   1. targetRps: times per second to execute request loop
userProfile: undefined,                 //   2. userProfile: array with number of users over time:
                                        //        [[time (seconds), # users], [time 2, users], ...]
                                        //      For example, ramp up from 0 to 100 users and back
                                        //      down to 0 over 20 seconds:
                                        //        [[0, 0], [10, 100], [20, 0]]
  • I must specify numUsers OR loadProfile which are related to 2 different things !?
    (one setting is about number of users, the other about RPS) ?!?
  • I must specify targetRps OR userProfile :
    same remark

Perhaps it is a typo ? IMHO you wanted to write

  • specify one of "numUsers" or "userProfile"
  • specify one of "targetRps" or "loadProfile"

Am I wrong ?

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

1 participant