summaryrefslogtreecommitdiffstats
path: root/tools/performance/cloud
AgeCommit message (Collapse)AuthorFilesLines
2019-10-24Reorganize deletion of completed producerskjaniak1-11/+14
Load performance test enhancement Change-Id: I8b87ff7fdaaa17dd69cd5136726faa45f497dc71 Issue-ID: DCAEGEN2-1881 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-10-24Add load test case to performance scriptkjaniak1-14/+71
This is done for cloud script only Change-Id: If66225ab56d04c4f1a9037eca58f89b0c0be1c1e Issue-ID: DCAEGEN2-1881 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-10-21Merge "Add setting up consul configuration to cloud performance test shell ↵Piotr Wielebski2-0/+67
scripts"
2019-10-18Add setting up consul configuration to cloud performance test shell scriptsRemigiusz Janeczek2-0/+67
Issue-ID: DCAEGEN2-1783 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I8b1b2c68578e52898af0596a039ecebf764560a0
2019-10-18Improve grafana dashboardsRemigiusz Janeczek3-155/+96
Issue-ID: DCAEGEN2-1858 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I6ce040a7e9ad4e70c2f8c1139de66b1145cabe5b
2019-10-17Merge "Verify system_cpu_usage metric and fix memory usage per pod in cloud ↵Piotr Wielebski1-220/+280
deployment"
2019-10-17Verify system_cpu_usage metric and fix memory usage per pod in cloud deploymentpawel1-220/+280
Issue-ID: DCAEGEN2-1855 Signed-off-by: pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I99ffdf23515ebe9c070abc5b1993db0cebaedf80
2019-10-17Reorganize of Performance tests dashboardkjaniak1-70/+72
Change-Id: I4fc7c90034c5c060d50c740eb567c992bf29fe74 Issue-ID: DCAEGEN2-1783 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-10-16Move certificates directory creation to dockerfileRemigiusz Janeczek1-2/+0
Issue-ID: DCAEGEN2-1783 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: If4d9c0dab255ce4f2024f06da40c724dd98d7e5f
2019-10-15Fix of hv-ves consumer image versionkjaniak1-2/+2
Changed image version of consumer in performance tests Change-Id: If83a334defc301ffb89e6596f5f23acac25b0216 Issue-ID: DCAEGEN2-1783 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-10-13Merge "Fix of configmap issue"Tony Hansen1-3/+6
2019-10-11Fix of configmap issuekjaniak1-3/+6
Change-Id: Ia24f86ac0a516dea06b2e4d6c2d0479005864493 Issue-ID: DCAEGEN2-1783 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-10-11Add SSL support to cloud performance testskjaniak5-6/+63
Change-Id: Ie0a6341592efe3bfe3e386c01026600d16110cef Signed-off-by: kjaniak <kornel.janiak@nokia.com> Issue-ID: DCAEGEN2-1827
2019-10-08Add graphs for performance monitoringkjaniak3-93/+361
Performance tests need graphs representing: total, message queue on HV-VES, offset per kafka topic partition, incoming data rate. Added deletion of producers at test end. Gauges for offsets turned to Range vector (distinguishable based on tag). Since Producer is to fast it was reconfigured to send messages with 1 ms interval. Change-Id: I09fc1edbcd824294d0bb89acc2ea2306a6df00ca Issue-ID: DCAEGEN2-1807 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-10-03Setup Grafana on Cloud (hv-ves)pawel7-0/+2089
Issue-ID: DCAEGEN2-1784 Signed-off-by: pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I87159f360854dccb56e9393bfbe87f66f71dcb6e
2019-09-26Add partition offset metric to each topic partitionkjaniak2-2/+2
Before this commit offset consumer was able to fetch offset just from one partition. This commit solve this. Change-Id: I2c2c300219e43ab422b237094ad775ca8795169e Issue-ID: DCAEGEN2-1783 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-09-06Add Prometheus deployment for HV-VES performance tests - cloudkjaniak6-7/+209
Script for cloud is updated with proper prometheus config and deployment. Change-Id: Icf2527e76bc2028807653313c8ec978d779c6ec9 Issue-ID: DCAEGEN2-1692 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-07-19Fix of hv-ves dns configurationkjaniak1-5/+1
Change-Id: I2f859c5a683fb9de0efd2ba93dcd853d8f70df1d Issue-ID: DCAEGEN2-1664 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-07-17Adding script for Performance tests of HV-VES on cloudkjaniak4-21/+162
Change-Id: If71b0e8b04ce23a5daafef632788667ccd50c1a1 Issue-ID: DCAEGEN2-1664 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-07-05Add performance test producer deployment yamlJakub Dudycz3-0/+187
- create cloud performance test directory structure - move consumer deployment file to "tools/performence/cloud" directory Change-Id: Ia5c6d8ed15a2188ff9306cf788052f432dae1e33 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1652