Beispiel #1
0
 def getReadDelay(self):
     stats = misc.readspeed(self.metafile, 4096)
     return stats['seconds']
Beispiel #2
0
 def getReadDelay(self):
     stats = misc.readspeed(lvm.lvPath(self.sdUUID, sd.METADATA), 4096)
     return stats['seconds']
Beispiel #3
0
 def getReadDelay(self):
     stats = misc.readspeed(lvm.lvPath(self.sdUUID, sd.METADATA), 4096)
     return stats['seconds']
Beispiel #4
0
 def getReadDelay(self):
     stats = misc.readspeed(self.metafile, 4096)
     return stats['seconds']