how can i get details like , no of tps, rdbs/hdbs and gws.

Hi ,

I wanted to check db configurations like 

No of tps, rdbs/hdbs and gws.

how can i check that ?

Thanks in advance.

Mahesh 

Hi Mahesh, 

It’s hard to answer this without more information set up you have for your tick system, so there might be better-inbuilt ways to this within your system. 

If you’re running the your dbs on a linux box this could work to return the count of processes types running 

 ps -fu $USER | grep r<process name> | wc -l

ie 

 ps -fu $USER | grep rdb | wc -l

 

This will only work if your process name is specified somewhere in your process startup line 

Thanks,

Hannah

Thanks Robinson.

I can see no of running services of kdb .

Is it mean ,?

No of services =no of rdbs 

Thanks ,

Mahesh