I am running some lower environment perf testing on my Dev setup for Java Vertx APIs. How long should we I continue to run this test to get an acceptable numbers. Please share for any standard guideline documents on this. I am using JMeter for perf testing. My Application stack Java, Spring, JDBC, Vertx, Oracle
Most probably your test doesn't make a lot of sense as if you get i.e. X requests per second maximum throughput at "lower" it doesn't mean that you will get double amount of the requests per second when you run the same tests against the environment with 2x times more RAM and CPUs.
I can think of a couple of things you can still test if you don't have access to PROD-like environment:
More information: Performance Testing in a Scaled Down Environment. Part Two: 5 Things You Can Test