Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56842, comment 5


Ignore:
Timestamp:
10/18/2022 01:44:07 PM (3 years ago)
Author:
dylan2intel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56842, comment 5

    initial v1  
    995. cd wp-perf-drop; docker build -t siege . -f Dockerfile.siege
    1010
    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.
     116. 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
    1212
    13137. cd cd wp-perf-drop; sed -i 's/wordpress:5.9.3-php7.4/wordpress:6.0-php7.4/' wordpress-deployment.yaml