patric-r / jvmtop

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

Make CPUSampler#filter configurable #78

Open thomasjungblut opened 8 years ago

thomasjungblut commented 8 years ago

Sometimes you want to profile projects that are within the given filtered namespaces.

For example when I want to profile a Hadoop or HBase daemon, I'm interested in the platform overhead.

It would be awesome if we could make the filtering either available as a set-aside config file or through the cmdline.