How do I check which users are connected to my Jazz server?
One answer
You can see a list of active service calls here:
https://localhost:9443/jazz/admin#action=com.ibm.team.repository.admin.activeServices
This is not an accurate picture of who is using the server currently,
because most service calls are so short lived they don't show up on the
list (unless you get real lucky).
If you gracefully stop the server it should wait for active services to
stop before the jazz application stops. When I say 'graceful' I mean
something like stopServer.sh script in WAS or server.shutdown.sh with
the packaged Tomcat.
Matt Lavin
Jazz Server Team
arifismail wrote:
https://localhost:9443/jazz/admin#action=com.ibm.team.repository.admin.activeServices
This is not an accurate picture of who is using the server currently,
because most service calls are so short lived they don't show up on the
list (unless you get real lucky).
If you gracefully stop the server it should wait for active services to
stop before the jazz application stops. When I say 'graceful' I mean
something like stopServer.sh script in WAS or server.shutdown.sh with
the packaged Tomcat.
Matt Lavin
Jazz Server Team
arifismail wrote:
I would also like to know many tasks are actively running on my Jazz
server.
I need to stop and restart the Jazz server because it is very very
slow. Before I stop the server, I would like to check if there are
any actively running tasks on the server.