I want to currently profile my application that uses JCS for caching. I used the default profiler that comes with the netbeans IDE, and this proves satisfactory for memory. But I want to profile my application for disk usage, because my application caches items on the disk I want to check its performance. Is there a way to do this using the profiler that comes with netbeans or using any commercial profiler like JProfiler. thanks in advance
source share