From be66b7b2789d6ac1bc98ce7d992c831c857ebacd Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 10 Sep 2010 14:23:46 +0000 Subject: [PATCH] CPU usage moved to cpu.db. Sergey. --- ebctrl/ioc/ebctrlApp/Db/evtbuild.db | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/ebctrl/ioc/ebctrlApp/Db/evtbuild.db b/ebctrl/ioc/ebctrlApp/Db/evtbuild.db index cfeed50..c11bce1 100755 --- a/ebctrl/ioc/ebctrlApp/Db/evtbuild.db +++ b/ebctrl/ioc/ebctrlApp/Db/evtbuild.db @@ -32,6 +32,7 @@ record(genSub,"HAD:$(eb)") { field(FTO,"LONG") field(FTP,"LONG") field(FTQ,"LONG") + field(FTR,"LONG") # field(FTL,"STRING") field(FTVA,"LONG") field(FTVB,"LONG") @@ -50,6 +51,7 @@ record(genSub,"HAD:$(eb)") { field(FTVO,"LONG") field(FTVP,"LONG") field(FTVQ,"LONG") + field(FTVR,"LONG") # field(FTVL,"SRTING") field(NOA,"50") field(NOB,"50") @@ -68,6 +70,7 @@ record(genSub,"HAD:$(eb)") { field(NOO,"50") field(NOP,"50") field(NOQ,"50") + field(NOR,"50") # field(NOL,"50") field(NOVA,"1") field(NOVB,"1") @@ -86,6 +89,7 @@ record(genSub,"HAD:$(eb)") { field(NOVO,"1") field(NOVP,"1") field(NOVQ,"1") + field(NOVR,"1") # field(NOVL,"1") field(OUTA,"HAD:$(eb):nrOfMsgs PP NMS") field(OUTB,"HAD:$(eb):byteWrit PP NMS") @@ -102,8 +106,7 @@ record(genSub,"HAD:$(eb)") { field(OUTM,"HAD:$(eb):diskNr PP NMS") field(OUTN,"HAD:$(eb):ebNameNr PP NMS") field(OUTO,"HAD:$(eb):pid PP NMS") - field(OUTP,"HAD:$(eb):cpu PP NMS") - field(OUTQ,"HAD:$(eb):coreNr PP NMS") + field(OUTP,"HAD:$(eb):coreNr PP NMS") # field(OUTL,"HAD:$(eb):byteWRateStr PP NMS") } @@ -212,13 +215,6 @@ record(longin,"HAD:$(eb):pid") field(INP,"Constant") } -record(longin,"HAD:$(eb):cpu") -{ - field(DTYP,"Soft Channel") - field(SCAN,"Passive") - field(INP,"Constant") -} - record(longin,"HAD:$(eb):coreNr") { field(DTYP,"Soft Channel") -- 2.43.0