Пример #1
0
 def genPlots(self):
     ''' Generate plots for IOPS. '''
     import plots.genPlots as pgp
     pgp.stdyStConvPlt(self, "IOPS")
     pgp.stdyStVerPlt(self, "IOPS")
     pgp.mes2DPlt(self, "IOPS")
     pgp.mes3DPlt(self, "IOPS")
Пример #2
0
 def genPlots(self):
     ''' Generate plots for IOPS. '''
     import plots.genPlots as pgp
     pgp.stdyStConvPlt(self,"IOPS")
     pgp.stdyStVerPlt(self,"IOPS")
     pgp.mes2DPlt(self,"IOPS")
     pgp.mes3DPlt(self,"IOPS")
Пример #3
0
 def genPlots(self):
     ''' Generate plots for latency. '''
     import plots.genPlots as pgp
     pgp.stdyStConvPlt(self, "LAT")
     pgp.stdyStVerPlt(self, "LAT")
     pgp.mes2DPlt(self, "avg-LAT")
     pgp.mes2DPlt(self, "max-LAT")
     pgp.latMes3DPlt(self)
Пример #4
0
 def genPlots(self):
     ''' Generate plots for latency. '''
     import plots.genPlots as pgp
     pgp.stdyStConvPlt(self,"LAT")
     pgp.stdyStVerPlt(self,"LAT")
     pgp.mes2DPlt(self,"avg-LAT")
     pgp.mes2DPlt(self,"max-LAT")
     pgp.latMes3DPlt(self)
Пример #5
0
 def genPlots(self):
     ''' Generate plots for throughput. '''
     import plots.genPlots as pgp
     pgp.tpRWStdyStConvPlt(self)
     pgp.stdyStVerPlt(self, "TP")
     pgp.tpMes2DPlt(self)
Пример #6
0
 def genPlots(self):
     ''' Generate plots for throughput. '''
     import plots.genPlots as pgp
     pgp.tpRWStdyStConvPlt(self)
     pgp.stdyStVerPlt(self,"TP")
     pgp.tpMes2DPlt(self)