This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# Unwrap the data from the Data API, and make a couple of plots. | |
# 1) Plot of volume and latency | |
# 2) Plot of scalability of the current application | |
# | |
# Assumes data from the week-long view (i.e., 4-hour chunks of data). If this | |
# isn't true, the labels will be wrong. | |
# | |
# Try running it like this: |