Google Pub/Sub loadtest with JMeter
Install JMeter https://jmeter.apache.org/download_jmeter.cgi and Java 8+
Install JMeter Plugin for installing other plugins https://jmeter-plugins.org/install/Install/ place jar file in JMeter
lib/ext.Restart JMeter and goto menu
Options -> Plugin ManagerSearch
GCP pubsub plugincheck and clickApply Changes and Restart JMeterDownload dependencies for the plugin and place the jar file in the JMeter
libdirectory. google-cloud-pubsub and gsonAdd Config sections
PubSub-PublisherConfigurationorPubSub-PublisherConfigurationwith service account credential to test plan.Add sampler
Publisher RequestorSubscriber Requestto the thread group with the data you want to test.Run load test scenarios as planned.