GitXplorerGitXplorer
x

OrleansDebuggingExperience

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ba6d2ce1c0d137a9e54be5dccccaa9b896a7c65d

Create README.md

xxiazen committed 8 years ago
Unverified
18083cd24adb621a82682a589c960e0dbf86228e

parse statistic from logs and uplaod it to azure

xxiazen committed 8 years ago
Unverified
19f975229dc7cfccd4cd840590b9b8a7a9224190

init commit

xxiazen committed 8 years ago

README

The README file for this repository.

OrleansDebuggingExperience

How to use OrleansStatisticsVisualization?

  1. 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.

  2. Build OrleansStatisticVisualizatio proj

  3. Run OrleansStatisticsVisualization.exe emailFileLocation LoadTestType

It would generate 6 azure table in your account:

  1. 'LoadTestType'AppRequestLatencyHistogramTableForClient

  2. 'LoadTestType'AppRequestLatencyHistogramTableForSilo

  3. 'LoadTestType'ClientStatistics

  4. 'LoadTestType'SiloStatistics

  5. 'LoadTestType'TestResultMetrics -- store TPS metrics which are original stored in the load test email

  6. '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.