It's all about the answers!

Ask a question

How do I check which users are connected to my Jazz server?


Muhammad Arif (1143) | asked Aug 11 '08, 4:01 p.m.
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.

One answer



permanent link
Matt Lavin (2.7k2) | answered Aug 11 '08, 4:15 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
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:
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.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.