profilingtools

JDBC profiling tools

We need to profile the JDBC operations of several web applications, number of queries, time spent, rows returned, ... Have you used any free/commercial JDBC profiling tool? What are your experiences? Thank you. ...

What is the best way to find a process's memory allocations in terms of C# objects

I have written various C# console based applications, some of them long running some not, which can over time have a large memory foot print. When looking at the windows perofrmance monitor via the task manager, the same question keeps cropping up in my mind; how do I get a break down of the number objects by type that are contributing t...

Tool for finding the database bottlenecks in sql server

I would like a tool that monitors sql server while I test my application. THe applicatino will of course run different queries. From the tool I would like an output like: - this query was slow because index is missing on this field and this kind of info. But I'd like to have a way to highlight crucial data, there can be for example 10...

How to profile a mysql db ?

Hi all, I'm an mssql veteran who's received a job that involves tuning a mysql db. with mssql it was simply a matter of firing up the db profiler and then crunching up the data it collects. I can't seem to find anything similar for mysql. thanks in advance ...

Best practice for profiling web pages

Hello, I am trying to profile pages in my application. I would like to ask for best practices to follow to do this job either at an early stage by the developer using tools as Chrome Developer tool at the staging phase by using third party tools and methods Which are the best way to do this? What are tools available? ...

Memory use visual monitoring

Hi! I'm developing a software in C that uses a lot of memory and I need to monitor this. I know netbeans has this option but it needs Sloaris Studio. Do you know some grafical tool to watch the use of memory, CPU and is possible I/O? How do you usually do this things? PD: I know valgrind to search for memory leaks, but I'm searching s...