summaryrefslogtreecommitdiffstats
path: root/clover/tools/jmeter/jmeter-master/grpc/jmeter.proto
diff options
context:
space:
mode:
authorearrage <eddie.arrage@huawei.com>2018-11-02 14:40:55 -0700
committerearrage <eddie.arrage@huawei.com>2018-11-02 14:49:32 -0700
commitad43226c30daec6b5d4a1379650994427361a3f8 (patch)
tree50909ef4eb5a98f5b611cbfe6e38ff9ee91ae08a /clover/tools/jmeter/jmeter-master/grpc/jmeter.proto
parent9bdb6dc9353992219721acba6b9c4576dbb38ece (diff)
Add minor enhancements to jmeter configuration
- Add user-agent field to jmeter config yaml and jmeter jmx template that can be configured per URL in testplan - Add duration time that can be used in combination with ramp time. Duration is the total time of the test while ramp time governs how much time is allotted to establish all configured requests/connections - Explicitly define clover-jmeter-master service name with default namespace for clover-controller in clover-system namespace to reach - Add missing request_counts.html file Change-Id: I5e2d388db0b73ea6c28482c94c33cc2a01f1b52e Signed-off-by: earrage <eddie.arrage@huawei.com>
Diffstat (limited to 'clover/tools/jmeter/jmeter-master/grpc/jmeter.proto')
-rw-r--r--clover/tools/jmeter/jmeter-master/grpc/jmeter.proto6
1 files changed, 4 insertions, 2 deletions
diff --git a/clover/tools/jmeter/jmeter-master/grpc/jmeter.proto b/clover/tools/jmeter/jmeter-master/grpc/jmeter.proto
index 7213faa..f65ed6c 100644
--- a/clover/tools/jmeter/jmeter-master/grpc/jmeter.proto
+++ b/clover/tools/jmeter/jmeter-master/grpc/jmeter.proto
@@ -29,8 +29,10 @@ message ConfigJmeter {
string url_names = 3;
string url_protocols = 4;
string url_methods = 5;
- string loops = 6;
- string ramp_time = 7;
+ string url_agents = 6;
+ string loops = 7;
+ string ramp_time = 8;
+ string duration = 9;
}
message JmeterReply {