| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
./startWorkspaces.sh
./run.sh
Update NUM_WORKSPACES or NUM_COMMANDS_PER_WORKSPACE to adjust load signature
./deleteWorkspaces.sh
generateLoad.sh contains the SSH command to generate load, change the command here to adjust how you want to generate traffic
kubectl -n devpod-pro set env deployment/loft LOFTDEBUG=true kubectl -n devpod-pro port-forward loft-55df4d875f-j9vnd 8080:8080 & curl -s -v http://localhost:8080/debug/pprof/heap > $(date '+%Y-%m-%d-%H:%M:%S').out
while true; do curl -s -v http://localhost:8080/debug/pprof/heap > $(date '+%Y-%m-%d-%H:%M:%S').out; sleep 30; done
| Back | FazBrowse Home | New Git URL |