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

Who's the culprit? #46

Open
pySatellite opened this issue Feb 19, 2024 · 9 comments
Open

Who's the culprit? #46

pySatellite opened this issue Feb 19, 2024 · 9 comments
Labels

Comments

@pySatellite
Copy link
Contributor

image

image

@pySatellite
Copy link
Contributor Author

pySatellite commented Feb 19, 2024

  • WSL GUEST OS
  • LB
  • BLOG SERV

@pySatellite
Copy link
Contributor Author

docker stats

$ cat docker-stats.sh
#!/bin/bash

now=$(date +'%d_%b_%Y_%H_%M')

while true; do
  printf "\n$(date +'%d_%b_%Y_%H_%M_%S'):\n" | tee --append stats_$now.txt
  sudo docker stats --no-stream | tee --append stats_$now.txt
  sleep 1
done

RUN

$ sh docker-stats.sh

@pySatellite
Copy link
Contributor Author

pySatellite commented Feb 19, 2024

테스트 시나리오 설정

image

@Test
public void test() {
    HTTPResponse response = request.GET("http://aws.google.com:9889/", params)

    if (response.statusCode == 301 || response.statusCode == 302) {
        grinder.logger.warn("Warning. The response may not be correct. The response code was {}.", response.statusCode)
    } else {
        assertThat(response.statusCode, is(200))
    }
    
    grinder.sleep(1000)
}

@INAUGURATE-Ryong
Copy link

INAUGURATE-Ryong commented Feb 19, 2024

@choi3179
Copy link

@CoffeerLatte
Copy link

@papercrane55123
Copy link

@jsmin6330
Copy link

@dana096
Copy link

dana096 commented Feb 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants