How to use protop?

sureshp

Member
Hi,

I am trying to use protop monitering tool, but i do not get any o/p. I gave the below command

mpro <dbname> -p protop -param "i;10|d;Summary,User IO"

It gets configured properly, when i type h it displays help, when i press m it does nothing.
I am connecting the DB through Putty.

Progress version : 91e
OS : SUSE linux 9.

any help would be appreciated.

Thanks.
 
1) The command line should be:

mpro <dbname> -p protop.p -param "i;10|d;Summary,User IO"

2) "m"? Why are you doing that?

3) When you startup do you see something similar too:
Code:
12:53:28                   ProTop xx -- Progress Database Monitor       05/05/10
Sample                          sports2000 [sports2000]                     Rate
Hit Ratio:       20:1      0:0       Commits:        0        0  Sessions:     4
   Miss% :     4.813%   0.000%   Latch Waits:        0        0     Local:     1
    Hit% :    95.187% 100.000%  Tot/Mod Bufs:       52        0    Remote:     0
Log Reads:        102        9    Evict Bufs:        0        0     Batch:     0
 OS Reads:          5        0    Lock Table:     8192        0    Server:     0
Rec Reads:         45        2  LkHWM|OldTrx:        2 00:00:00     Other:     3
  Log/Rec:       2.26     4.78   Old/Curr BI:        0        0       TRX:     0
Area Full:          3   99.00%   After Image: Disabled            Blocked:     0

UIO
  Usr Name     Flags PID       DB Access   OS Reads  OS Writes    Hit%      CPU
----- -------- ----- -------- ---------- ---------- ---------- ------- --------
  103          S     4274              9          0          0 100.00%
    0 BROK     O     4262              0          0          0   0.00%
  101 BIW      O     4265              0          0          0   0.00%
  102 APW      O     4268              0          0          0   0.00%
 
Back
Top