Changes between Initial Version and Version 1 of Ticket #56842, comment 5
- Timestamp:
- 10/18/2022 01:44:07 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56842, comment 5
initial v1 9 9 5. cd wp-perf-drop; docker build -t siege . -f Dockerfile.siege 10 10 11 6. docker run -it siege -c 100 -t 60S http://10.166.30.137:30080 > output-5.9.3.log # This step will simulate 100 concurrent users stressing on wordpress with 60 seconds duration .11 6. docker run -it siege -c 100 -t 60S http://10.166.30.137:30080 > output-5.9.3.log # This step will simulate 100 concurrent users stressing on wordpress with 60 seconds duration, the ip is host machine ip, pls replace ip with yours 12 12 13 13 7. cd cd wp-perf-drop; sed -i 's/wordpress:5.9.3-php7.4/wordpress:6.0-php7.4/' wordpress-deployment.yaml