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

Windows Support #2

Open
harikrishnan83 opened this issue Apr 4, 2021 · 3 comments
Open

Windows Support #2

harikrishnan83 opened this issue Apr 4, 2021 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@harikrishnan83
Copy link
Member

harikrishnan83 commented Apr 4, 2021

Write bat file or powershell script that is similar to perfiz.sh. Any other mechanisms / ideas to get Perfiz running on Windows are welcome as long as they solve below problems.

Also need to write upgrade scripts similar to linux / mac

@harikrishnan83 harikrishnan83 added the good first issue Good for newcomers label Apr 4, 2021
@harikrishnan83 harikrishnan83 added the enhancement New feature or request label Jul 18, 2021
@ZenwalkerD
Copy link

ZenwalkerD commented Aug 11, 2024

I am able to get this working without changing anything in the script or whatsoever.

  1. Just download the CLI separately and put it where perfiz is already available.
  2. Then in docker-compose yaml of perfiz; comment out all user: lines
  3. During execution of text; perfiz-cli test wont work on windows host. So explicitly the command has to be issued instead of test command as shown:

image

Shall add in detail steps in my blog post.

@harikrishnan83
Copy link
Member Author

Thanks @ZenwalkerD for the details. I will take a look.

@ZenwalkerD
Copy link

Btw i must say wonderful work done on this project.
I have been playing around with your tool for last month.

But few things to be addressed and enhanced:

  1. Documentation more clarity
  2. Windows support for CLI
    2.1 To support arguments excluding users for example especially for windows users for commands: perfiz-cli init, start and test2 3. Update POM xml to make use of latest gatlin and other deps
  3. Update docker compose to make use of latest images of influxdb, grafana etc.
  4. provide option for application technology specific monitoring for graphana (example: .NET application)
  5. Add more examples for perfiz.yml

Ill try to add these to the code and raise a PR whenever i can. Hope its fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants