patric-r / jvmtop

Java monitoring for the command-line, profiler included
GNU General Public License v2.0
1.22k stars 252 forks source link

adding commadline option to filter packages from profiling #99

Open nitin-taur opened 7 years ago

nitin-taur commented 7 years ago

For example, to filter all com.fastxml.jackson and sun.rmi classes from profiling start profiling with --filter option as following:

jvmtop.sh --profile --filter com.fastxml.jackson.,sun.rmi. <PID>

tckb commented 7 years ago

@nitin-taur looks like an interesting option. I forked jvmtop https://github.com/tckb/jvmtop to add some more features . --filter would be a nice-to-have feature. do you mind sending a pull-request?

nitin-taur commented 7 years ago

Hi Chandra,

I raise PR for your fork.

Thanks, Nitin

On Tue, Apr 11, 2017 at 11:15 PM, Chandra Tungathurthi < notifications@github.com> wrote:

@nitin-taur https://github.com/nitin-taur looks like an interesting option. I forked jvmtop https://github.com/tckb/jvmtop to add some more features . --filter would be a nice-to-have feature. do you mind sending a pull-request?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/patric-r/jvmtop/pull/99#issuecomment-293484098, or mute the thread https://github.com/notifications/unsubscribe-auth/AFQIQVqet62r64yoveF9Q5yYJeNVjqdZks5rvGwZgaJpZM4M6xcH .