#X/Y/Z Axis can be :
# the counters/formulas
# the MOClass (eg UtranCell, IubLink, RncModule)
# the time: h (aggregate on hour), d (aggregate on day), a (aggregate on the whole period). If nothing specified there is no time aggregation, each ROP period is displayed separately.
#Note1: The pmdiff flag has to be specified for Cello counters
#Note2: It is possible to specify a mapfile that can specify any MO aggregation rules.
#       See the example report at the bottom of this file "RNC UtranCell Cluster RRC Performance"
#       In that example, each line of the mapfile would look like: UtranCell=XXX:Cluster=YYY


reportName RNC UtranCell RRC Performance
X counter NoRrcConnReq,RrcSuc,NoRrcConnSuc
Y mo (UtranCell=[^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot_diff.pl -out $logdir/gnuplot 1 2 NoRrcConnReq histogram left 1 NoRrcConnSuc histogram left 2 RrcSuc line right 3

reportName RNC UtranCell RRC Performance including retransmissions
X counter NoRrcConnReq,RrcSuc,pmTotNoRrcReq
Y mo (UtranCell=[^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot_diff.pl -out $logdir/gnuplot 3 1 NoRrcConnReq histogram left 2 RrcSuc line right 3 pmTotNoRrcReq histogram left 1


reportName RNC UtranCell RRC Performance Speech
X counter SpchRrcReq,SpchRrcSuc,SpchRrcLS,SpchRrcFail,SpchRrcSucRate
Y mo (UtranCell=[^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot_2plots.pl -out $logdir/gnuplot plot2 SpchRrcFail histogram left 2 plot2 SpchRrcLS histogram left 1 plot1 SpchRrcReq histogram left 1 plot1 SpchRrcSuc histogram left 2 plot1 SpchRrcSucRate line right 3

reportName RNC UtranCell RRC Performance PS
X counter PSRrcReq,PSRrcSuc,PSRrcLS,PSRrcFail,PSRrcSucRate
Y mo (UtranCell=[^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot_2plots.pl -out $logdir/gnuplot plot2 PSRrcFail histogram left 2 plot2 PSRrcLS histogram left 1 plot1 PSRrcReq histogram left 1 plot1 PSRrcSuc histogram left 2 plot1 PSRrcSucRate line right 3

reportName RNC UtranCell Speech Performance Accessibility
X counter SpchNoRabEstAtt,SpchNoRabEstSucc,SpchAccess,SpchRrcSucRate,SpchRabSuc,StdAloneSrbAtCallEst_CS
Y mo (UtranCell=[^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot_2plots.pl -out $logdir/gnuplot plot1 SpchAccess line right 3 plot1 SpchNoRabEstAtt histogram left 1 plot1 SpchNoRabEstSucc histogram left 2 plot2 SpchRabSuc line left 1 plot2 SpchRrcSucRate line left 2 plot2 StdAloneSrbAtCallEst_CS line left 3


reportName RNC UtranCell Speech Performance Retainability
X counter SpchDrop,pmNoNormalRabReleaseSpeech,pmNoSystemRabReleaseSpeech
Y mo (UtranCell=[^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot.pl -out $logdir/gnuplot SpchDrop line right 3 pmNoNormalRabReleaseSpeech histogram left 1 pmNoSystemRabReleaseSpeech histogram left 2



reportName RNC UtranCell PS Data Performance Accessibility
X counter PSNoRabEstAtt,PSNoRabEstSucc,PSRabSucc,PSAccess,PSRrcSucRate,PSRabSucc,StdAloneSrbAtCallEst_PS
Y mo (UtranCell=[^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot_2plots.pl -out $logdir/gnuplot plot1 PSAccess line right 3 plot1 PSNoRabEstAtt histogram left 1 plot1 PSNoRabEstSucc histogram left 2 plot2 PSRabSuc line left 1 plot2 PSRrcSucRate line left 2 plot2 StdAloneSrbAtCallEst_PS line left 3


reportName RNC UtranCell PS Throughput and NrUsers
X counter PSDlDchTputTot,PSDlDchTputUser,PSUlDchTputTot,PSUlDchTputUser
Y mo (UtranCell=[^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot.pl -out $logdir/gnuplot PSDlDchTputTot line right 1 PSDlDchTputUser line right 2 PSUlDchTputTot line left 3 PSUlDchTputUser line left 4

reportName RNC UtranCell PS/HS AvgUsers
X counter AvgSpeechErlang,HsAvgNoUsers,PsAvgNoUsers
Y mo (UtranCell=[^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot.pl -out $logdir/gnuplot AvgSpeechErlang line left 1 HsAvgNoUsers line left 2 PsAvgNoUsers line left 3


reportName RNC IubLink RRC Performance
X counter NoRrcConnReq,RrcSuc,NoRrcConnSuc
Y mo (UtranCell=[^\s,=\t]+) -r IubLink=([^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot_diff.pl -out $logdir/gnuplot 1 2 NoRrcConnReq histogram left 1 NoRrcConnSuc histogram left 2 RrcSuc line right 3


reportName RNC IubLink Speech Performance 
X counter SpchNoRabEstAtt,SpchNoRabEstSucc,SpchRabSuc
Y mo (UtranCell=[^\s,=\t]+) -r IubLink=([^\s,=\t]+)
Z time 
pipe $moshelldir/commonjars/pm/gnuplot/KPIgnuplot_diff.pl -out $logdir/gnuplot 1 2 SpchNoRabEstAtt histogram left 1 SpchNoRabEstSucc histogram left 2 SpchRabSuc line right 3
