cancel
Showing results for 
Search instead for 
Did you mean: 

How to check Concurrent Session in SBR?

SOLVED
asmash_
Contributor

How to check Concurrent Session in SBR?

Hi,

How to check concurrent session of a SBR server?

Is it the same concept like Transaction Per Second (TPS)?

Thanks,

asmash

1 ACCEPTED SOLUTION

Accepted Solutions
Raveen_
Regular Contributor

Re: How to check Concurrent Session in SBR?

Concurrent session is different from TPS.

What version and edition of SBR you are using ?

You could see the current user sessions from SBR GUI.

Regards,

Raveen

View solution in original post

9 REPLIES 9
Raveen_
Regular Contributor

Re: How to check Concurrent Session in SBR?

Concurrent session is different from TPS.

What version and edition of SBR you are using ?

You could see the current user sessions from SBR GUI.

Regards,

Raveen

overburdened_
Contributor

Re: How to check Concurrent Session in SBR?

If you are using SBR Carrier you can use the script ShowSessions.sh, located in /opt/JNPRhadm

-c will give you the count of current sessions

-a will print out all current sessions - be careful as this can put a huge load on the DB if there are a large number of sessions.

you can also specifiy an ip address (or range) or session key to get a specific session

asmash_
Contributor

Re: How to check Concurrent Session in SBR?

It is SBR SPE 6.1.

Java Script Module is not available in it.

Thanks,

asmash

overburdened_
Contributor

Re: How to check Concurrent Session in SBR?

If you are running 6.1, then you can check current sessions in the SBR Admin GUI - Reports section...as Raveen mentioned.

asmash_
Contributor

Re: How to check Concurrent Session in SBR?

Thanks Raveen!

Can upi share some light on the relationship between concurrent Act session and the TPS ?

//asmash

lalith_k_
New Contributor

Re: How to check Concurrent Session in SBR?

Hi,

We have tried the GUI steps on one of our servers however the result is not showing up and the reason maybe because of huge number of sessions on the server. Our setup consists of a single server.

How to get the concurrent sessions from the server in the case of a standalone server running version 5 ( GUI unable to fetch info) ?

Regards,

Lalit

kalagesan_
Super Contributor

Re: How to check Concurrent Session in SBR?

Hi lalith,

What is the SBR version, is it SBR Enterprise/GE/SPE or carrier.

What do you see in SBR GUI when check for sessions ?

Regards,

Kannan

overburdened_
Contributor

Re: How to check Concurrent Session in SBR?

Hi Lalith,

If you are running SBR HA 5.5, you can use: "ShowSessions.sh -c" in /opt/hadm.

If you are running SPE or GE/EE, there is a limit to the number of sessions that can be returned (10,000) and no way to get a count of how many sessions there are.

Please be aware that SBR 5.x has been EOL for over 3 years and SBR HA 5.5 just reached EOL. It is strongly recommended to upgrade to SBR Carrier.

Cheers,

Scott

Raveen_
Regular Contributor

Re: How to check Concurrent Session in SBR?

Hi Lalaith,

Since you are using, SBR standalone 5.x, as Scott mentioned, there is no better way to get correct session count.

Regards,

Raveen