Skip to content
Snippets Groups Projects
  1. Dec 31, 2020
    • Omkar Desai's avatar
      biolatency.py Add -j flag for json output · aec53a86
      Omkar Desai authored
      In it's current form, storing the histogram data and analyzing the same for a large set of machines is difficult.
      With this flag, it is possible to store the histogram as a dictionary/json file which can be imported easily to be analyzed with libraries like Pandas. An example output looks like below:
      
      {
          'ts': '2020-12-30 14:49:37', 
          'val_type': 'msecs', 
          'data': 
              [
                  {'interval-start': 0, 'interval-end': 1, 'count': 2}, 
                  {'interval-start': 2, 'interval-end': 3, 'count': 1}
              ], 
          'flags': 'Sync-Write'
      }
      aec53a86
  2. Mar 20, 2019
  3. Feb 06, 2016
  4. Jan 14, 2016
  5. Sep 25, 2015
  6. Sep 21, 2015
Loading