How do you get the Threads view to show more than 100 thread

Questions about YourKit Java Profiler
Post Reply
ndipiazza
Posts: 5
Joined: Sat Apr 08, 2017 4:23 pm

How do you get the Threads view to show more than 100 thread

Post by ndipiazza »

i am using the Threads view

I have 800 threads in this view but it only shows me 100.

I would like it to go to the "next page" of threads.

How do I tell it to go to the next page of threads?
ndipiazza
Posts: 5
Joined: Sat Apr 08, 2017 4:23 pm

Re: How do you get the Threads view to show more than 100 th

Post by ndipiazza »

2 more things:

1) i do not know what the threads are, so i cannot use a regex filter to find them.
2) i already know about the CPU threads view. not interested in using that. I want to use the Threads tab.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: How do you get the Threads view to show more than 100 th

Post by Anton Katilin »

Please add the line -Dyk.visibleThreadLimit=1000 into <user home>/.yjp/ui.ini
Post Reply