Skip to content

Instantly share code, notes, and snippets.

@jdurgin
jdurgin / check_flushes.py
Created August 16, 2013 18:49
scripts to examine aio_flush and low-level request completion times for librbd
#!/usr/bin/python
from datetime import datetime
import re
import sys
class Transaction(object):
def __init__(self, addr, start):
self.comp_addr = addr
self.start = start