Hi guys
Please help me out on following:
How to check the active user at any point of time to DB
Second if I want to increase the number of user/connection what should I check before increasing the user (scaling the DB) any guide line/formula for DB DB performance as well resource utilization?
OS: Linux 64 bit
OE: 102B
Thanks
Please help me out on following:
How to check the active user at any point of time to DB
I am using the following is this correct ???
DEFINE VARIABLE icount AS INTEGER INITIAL 0 NO-UNDO.
FOR EACH holautos._Servers WHERE _Server-Num <> 0:
icount = icount + _Server-CurrUsers.
END.
Disp icount.
DEFINE VARIABLE icount AS INTEGER INITIAL 0 NO-UNDO.
FOR EACH holautos._Servers WHERE _Server-Num <> 0:
icount = icount + _Server-CurrUsers.
END.
Disp icount.
Second if I want to increase the number of user/connection what should I check before increasing the user (scaling the DB) any guide line/formula for DB DB performance as well resource utilization?
OS: Linux 64 bit
OE: 102B
Thanks