summaryrefslogtreecommitdiffstats
path: root/doc/AnalyticsWebReport.py
AgeCommit message (Collapse)AuthorFilesLines
2017-03-23fixed issue with fetching elk data - now fetching from trex-perf-* (with ↵itraviv1-1/+1
wildcard) Signed-off-by: itraviv <itraviv@cisco.com>
2017-03-05small fixes to web reportitraviv1-1/+1
Signed-off-by: itraviv <itraviv@cisco.com>
2017-03-05ELKConnect - new module to fetch data from ELK server instead of GA, ↵itraviv1-33/+35
TRexDataAnalysisV2 changed to contain more metrics on performance (avg,min,max,std etc). minor changes to the webreport module after moving to elk Signed-off-by: itraviv <itraviv@cisco.com>
2017-01-12added option to support input from elk in analyticsWebReport, added ↵itraviv1-10/+13
TRexDataAnalysisV2 that has OOP design, added details to asciidoc that provide more info on how we calculate MPPS/Core Signed-off-by: itraviv <itraviv@cisco.com>
2017-01-08new TRexDataAnalysis version, with OOP designitraviv1-3/+3
Signed-off-by: itraviv <itraviv@cisco.com>
2016-12-11changed trex_analytics to support detailed mode, generating a detailed table ↵itraviv1-3/+6
for test runs, also inserted machine information per setup to asciidoc. to use detailed mode run ./b build --performance-detailed at doc folder on trex-05 Signed-off-by: itraviv <itraviv@cisco.com>
2016-11-27added howto guide on how to make the tracking environment. changed the ↵itraviv1-2/+5
analytics web report to fetch last 15 days of regression. added rule to ws_main to build the howto guide Signed-off-by: itraviv <itraviv@cisco.com>
2016-11-17docs fixes:Yaroslav Brustinov1-9/+15
http->https on jquery address fix paths in performance job add separator between creating and using performance data Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-13added scripts and asciidoc for automated creation of trex analytics report. ↵itraviv1-0/+18
the creation is done by issuing './b build --performance' command Signed-off-by: itraviv <itraviv@cisco.com>