Reputation: 1017
I want to currently profile my application which uses JCS for caching.I have used the default profiler which comes with netbeans IDE and it proves satisfactory for memory.But I want to profile my application for disk usage,because my app caches items in disk I want to verify its performance.Is there a way to do this using the profiler that comes with netbeans or using any commercial profiler such as JProfiler. Thanks in advance
Upvotes: 6
Views: 2311
Reputation: 47965
JProfiler has a file probe that will show you:
Disclaimer: My company develops JProfiler
Upvotes: 6