If you wanted to generate load on the apps running on PCF and wanted some load scripts here are some repos that stress test Spring Music and other apps
https://github.com/pivotal-cf-experimental/spring-music-on-cf-benchmarking
https://github.com/xchapter7x/cf-app-attack
https://github.com/cloudfoundry/cf-acceptance-tests/tree/master/assets/dora
https://github.com/bijukunjummen/boot2-load-demo
https://github.com/cloudfoundry-incubator/pat
https://content.pivotal.io/blog/250k-containers-in-production-a-real-test-for-the-real-world
https://github.com/dsyer/spring-boot-startup-bench
https://github.com/jamlo/jmeter-bosh-release
https://github.com/chaostoolkit and https://github.com/chaostoolkit/chaostoolkit-cloud-foundry
https://github.com/ragstorooks/testrr
Chaos Loris which is chaos monkey for application instances which will exercise your applications resiliency.
Chaos Lemur which is chaos monkey for BOSH releases and jobs, so it exercises the resiliency of the platform
Generic Script to create chaos ...
apt-get install apache2-utils
# ab -n <num_requests> -c <concurrency> <addr>:<port><path>po
ab -n 1000 -c 100 http://localhost:4567/