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

Add Plugins and improve Thread startup #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarioszMSFT
Copy link

* Adding plugin capability.
  Just add code that implements the IWorkerJob interface to the directory of NetLing.Client
  and it will be loaded during runtime.
  New command line option to select plugin name (-n)

 * Add Thread WarmUp capability
   Each thread performs some time of test, to warmup the server

 * Add P99, P95 reporting from command line

 * Start all thread together testing server
   If yoo many threads are used, some threads used to start earlier
   Add an event that controls the start of work on all threads

    * Adding plugin capability.
      Just add code that implements the IWorkerJob interface to the directory of NetLing.Client
      and it will be loaded during runtime.
      New command line option to select plugin name (-n)

     * Add Thread WarmUp capability
       Each thread performs some time of test, to warmup the server

     * Add P99, P95 reporting from command line

     * Start all thread together testing server
       If yoo many threads are used, some threads used to start earlier
       Add an event that controls the start of work on all threads
@MarioszMSFT
Copy link
Author

Hi,

thanks for sharing this tool with the community.
I have made some improvements, and wonder if you are interested in pulling this in the main branch.

please keep up the great work,

Marios

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

Successfully merging this pull request may close these issues.

None yet

1 participant