I have a RMI server running and I would like to know how many threads are executing ( accessing ) remote method. Basically multiple clients are accessing ( invoking ) RMI server and I would like to know how many concurrent client requests are handling by the RMI server. Can any one please tell me how we can get the count? Thanks VN