-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Siege] 테스트 케이스 만들기 #258
Labels
Comments
{ "transactions": 244,
"availability": 100.00,
"elapsed_time": 8.42,
"data_transferred": 0.71,
"response_time": 0.08,
"transaction_rate": 28.98,
"throughput": 0.08,
"concurrency": 2.28,
"successful_transactions": 244,
"failed_transactions": 0,
"longest_transaction": 0.16,
"shortest_transaction": 0.01
} { "transactions": 3709,
"availability": 100.00,
"elapsed_time": 203.80,
"data_transferred": 10.82,
"response_time": 1.37,
"transaction_rate": 18.20,
"throughput": 0.05,
"concurrency": 24.85,
"successful_transactions": 3709,
"failed_transactions": 0,
"longest_transaction": 3.64,
"shortest_transaction": 0.01
} |
|
The default configuration file is $HOME/.siege/siege.conf If you don't have a $HOME/.siege directory and a siege.conf and cookies.txt file, siege will generate a new config directory when it runs. You can generate your config directory with the following command: siege.config 여기 config에 들어가서 |
또하나 배워갑니다..! 감사합니다 ㅠㅠ 앞으로 문제에 접근할때 모든 선입견 없애버리고 처음부터 접근해야겠어요. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Siege는 HTTP 부하를 테스트 하고 측정할 수 있는 유틸이다.
Siege는 웹개발자가 쉽게 웹애플리케이션 성능을 측정할 수 있도록 도와 준다.
Siege는 basic authentication, cookies 및 HTTP, HTTPS 프로토콜을 지원한다.
preparing
sh siege -c 5 -t10S http://localhost:8080
The text was updated successfully, but these errors were encountered: