Install cloudgate:
wget -O - https://cloudgate.terasp.net/CDN/cloudgate.sh | bash
Create a sample project based on a template:
cloudgate --create /tmp/myproj
then type 0 to create a project based on "CatchAll" sample
Finally start cloudgate on your new project path:
cloudgate -r /tmp/myproj
Then you can run the same wrk commands above in my original post
Install cloudgate:
wget -O - https://cloudgate.terasp.net/CDN/cloudgate.sh | bash
Create a sample project based on a template:
cloudgate --create /tmp/myproj
then type 0 to create a project based on "CatchAll" sample
Finally start cloudgate on your new project path:
cloudgate -r /tmp/myproj
Then you can run the same wrk commands above in my original post