summaryrefslogtreecommitdiffstats
path: root/tools/performance/local
AgeCommit message (Collapse)AuthorFilesLines
2019-10-11Fix memory usage per pod tablepwielebs3-1/+26
(local deployment) Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Issue-ID: DCAEGEN2-1833 Change-Id: I242c3a9bac523997d91c218ec21b05e79006db96
2019-09-26Add partition offset metric to each topic partitionkjaniak1-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 - cloudkjaniak1-0/+17
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-08-06Merge "Setup grafana for local performance tests"Piotr Wielebski7-5/+1858
2019-07-17Adding script for Performance tests of HV-VES on cloudkjaniak1-1/+1
Change-Id: If71b0e8b04ce23a5daafef632788667ccd50c1a1 Issue-ID: DCAEGEN2-1664 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-07-17Setup grafana for local performance testsIzabela Zawadzka7-5/+1858
Signed-off-by: Izabela Zawadzka <izabela.zawadzka@nokia.com> Issue-ID: DCAEGEN2-1666 Change-Id: I49bfccd30e4089a30a235957d3f1a404bfba5e76
2019-07-12Use consumers in mainIzabela Zawadzka2-4/+5
It includes --disable-processing flag. Also fixed some issues with script for local performance test. Also added KafkaConsumer::poll in OffsetKafka Consumer - without it KafkaConsumer::assignment returns empty set Signed-off-by: Izabela Zawadzka <izabela.zawadzka@nokia.com> Issue-ID: DCAEGEN2-1657 Change-Id: I95fadb45f321398346094dfa0c4a6e9da954c186
2019-07-05Add performance test producer deployment yamlJakub Dudycz6-0/+352
- 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