This file contains hidden or 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
    
  
  
    
  | """Extract mean, median and percentiles from `nodetool cfhistogram` output. | |
| Usage: | |
| 1. Run this script. | |
| 2. Paste in the output from a read or write latency histograms. | |
| 3. Press CTRL+D (to close stdin file descriptor). | |
| """ | |
| import sys | |
| import collections |