users@grizzly.java.net

Re: How to check #threads used by Grizzly server (version 2.x)?

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Mon, 22 Oct 2012 15:36:58 +0200

Hi,

additionally to what Ryan suggested, if you need just to check... you
can use jstack utility and filter off Grizzly threads (Grizzly threads
will have text "grizzly" in their names).


WBR,
Alexey.

On 10/14/2012 05:28 AM, myxjtu_at_yahoo.com wrote:
> I am doing some async web service experiments using Jersey 2.X and
> Grizzly 2.x. So I like to check the number of threads allocated by
> Grizzly server. Is there an API to do that? Thanks!