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 status outputs to the CLI #1

Open
Bekreth opened this issue Apr 6, 2018 · 1 comment
Open

Add status outputs to the CLI #1

Bekreth opened this issue Apr 6, 2018 · 1 comment

Comments

@Bekreth
Copy link

Bekreth commented Apr 6, 2018

Currently, when running the command line client, the output is a spring initialization. After the StartupRunner, the system hangs for a while while uploading the JAR and launching the process. It would be nice to have some type of output during this period to show what state the upload is in to prevent premature job cancelation.

@jessemillar
Copy link

jessemillar commented Aug 13, 2019

I believe I'm seeing the same pain point. My Gatling upload job has been stuck at the following output for the last 17 hours. The lack of verbose logging certainly isn't helpful in my situation (assuming I'm having some sort of network issue that's currently a black box).

14:05:49    ,--.,--.        ,--.   ,----.             ,--.  ,--.,--.                
14:05:49  ,-|  |`--' ,---.,-'  '-.'  .-./    ,--,--.,-'  '-.|  |`--',--,--,  ,---.  
14:05:49 ' .-. |,--.(  .-''-.  .-'|  | .---.' ,-.  |'-.  .-'|  |,--.|      \| .-. | 
14:05:49 \ `-' ||  |.-'  `) |  |  '  '--'  |\ '-'  |  |  |  |  ||  ||  ||  |' '-' ' 
14:05:49  `---' `--'`----'  `--'   `------'  `--`--'  `--'  `--'`--'`--''--'.`-  /  
14:05:49                                                                    `---'   
14:05:52 2019-08-12 21:05:51.738  INFO 11926 --- [ost-startStop-1] com.alh.gatling.JerseyConfig             : Registering MetricRegistry with Jersey.
14:05:52 2019-08-12 21:05:51.745  INFO 11926 --- [ost-startStop-1] com.alh.gatling.JerseyConfig             : Scanning for Jersey controllers in 'com.alh.gatling.endpoint.v1' package.
14:05:52 2019-08-12 21:05:51.749  INFO 11926 --- [ost-startStop-1] com.alh.gatling.JerseyConfig             : Registering Jersey endpoint class:  com.alh.gatling.endpoint.v1.LogResource
14:05:56 2019-08-12 21:05:55.638  INFO 11926 --- [           main] com.alh.gatling.client.UploadUtils       : /app/distributed/uploads//04f47fbc-45c0-4e8a-9d26-eccc54c83d00/performance-tests-1.0-SNAPSHOT.jar
14:05:56 2019-08-12 21:05:55.754  INFO 11926 --- [           main] com.alh.gatling.client.UploadUtils       : 

Is this repo deprecated in favor of https://github.com/Abiy/distGatling/tree/master/gatling-client? If so, this repo should be marked as "archived" in the GitHub UI.

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

2 participants