Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
/rocky-locustPublic archive

Web GUI to create Locust tests

License

NotificationsYou must be signed in to change notification settings

marcospds/rocky-locust

Repository files navigation

LocustJavaQuarkusAngular

Web GUI to createLocust test scripts

The project was separate into two parts.

  • rocky-locust-backend: The back-end is built inJava withQuarkus.
  • rocky-locust-frontend: The front-end is built inAngular andPO UI.

DEV

Exec command in rocky-locust-backend:

mvn quarkus:dev

Openhttp://localhost:8080

Exec commands in rocky-locust-frontend:

npm installnpm run start

Openhttp://localhost:3000

Build Docker Image

The Dockerfile create docker image base busybox with backend Quarkus native runner and frontend Angular build prod dist.

Build image exec command:

docker build -t rocky .

This build crate small image:imageAnd container use little resources:image

Run Docker Image

Run image exec command:

docker run -d -p 8080:8080 rocky

Or use docker-compose exec command:

docker-compose up -d

See log exec command:

docker logs rocky -f

Openhttp://localhost:8080

About

Web GUI to create Locust tests

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp