How to use OrleansStatisticsVisualization?
-
Pick the emails of the load tests builds you want to visualize, save it to a file. One LoadTestType at a time. Don't support uploading multiple load test type builds yet.
-
Build OrleansStatisticVisualizatio proj
-
Run OrleansStatisticsVisualization.exe emailFileLocation LoadTestType
It would generate 6 azure table in your account:
-
'LoadTestType'AppRequestLatencyHistogramTableForClient
-
'LoadTestType'AppRequestLatencyHistogramTableForSilo
-
'LoadTestType'ClientStatistics
-
'LoadTestType'SiloStatistics
-
'LoadTestType'TestResultMetrics -- store TPS metrics which are original stored in the load test email
-
'LoadTestType'TPSRelatedMetrics -- store raw TPS metrics which are used to calculate AggregatedTPS and AggregatedTPSMoving: in each reporting period(from last report timestamp to current report timestamp), how many TPS does this each test app client processed.