Tool to monitor resource usage
-
Hello all, I'm having problems with what I believe is a resource problem. After I work a few hours with my computer and try to open whatever application, it fails to display the application. This can be anything from notepad to task manager, ...; sometimes jus tthe frame appears without the menu, something nothing happens, ... I've had a quick look at the available memory using taskmanager whenever that happens (had to close another app before I was able to run taskmanager though) and there's plenty of memory left (400M used of 1Gb). So I think it must be that I ran out of some kind of resource. Does anyone of you know a good (free) tool to monitor resources. Ideally it will split this out per application and dll's opened by the applicaton. And I would really be cool if it was able to show the application or dll that constantly takes more resources without freeing them. Or can it be something else? Memory related, ... ? I welcome any suggestion Thanks in advance Wim
-
Hello all, I'm having problems with what I believe is a resource problem. After I work a few hours with my computer and try to open whatever application, it fails to display the application. This can be anything from notepad to task manager, ...; sometimes jus tthe frame appears without the menu, something nothing happens, ... I've had a quick look at the available memory using taskmanager whenever that happens (had to close another app before I was able to run taskmanager though) and there's plenty of memory left (400M used of 1Gb). So I think it must be that I ran out of some kind of resource. Does anyone of you know a good (free) tool to monitor resources. Ideally it will split this out per application and dll's opened by the applicaton. And I would really be cool if it was able to show the application or dll that constantly takes more resources without freeing them. Or can it be something else? Memory related, ... ? I welcome any suggestion Thanks in advance Wim
Customer support question #1: what OS are you using? Customer support question #2: what programs are running in the background? Q #3: what services are loaded? Q #4: how many applications do you have running at one time? Q #5: what's your virtual memory setting at? Is that 1Gb including the VM, or only physical RAM. Q #6: what's your credit card # so I can charge you for customer support? :-D Marc MyXaml Advanced Unit Testing
-
Customer support question #1: what OS are you using? Customer support question #2: what programs are running in the background? Q #3: what services are loaded? Q #4: how many applications do you have running at one time? Q #5: what's your virtual memory setting at? Is that 1Gb including the VM, or only physical RAM. Q #6: what's your credit card # so I can charge you for customer support? :-D Marc MyXaml Advanced Unit Testing
Dear Customer Support, It happens on Windows 2000 as well as XP. I suspect a particular program, therefor it would be nice if I could have a look at the resources it uses (really cool if the program keeps a history of the resource usage, so I can keep the program running for a few hours without having to manually monitor the resource usage). I typically have 5 programs running throughout the day. Memory is 1Gb physical. Wouldn't this be the ultimate program to demonstrate the power of MyXaml ;P
-
Hello all, I'm having problems with what I believe is a resource problem. After I work a few hours with my computer and try to open whatever application, it fails to display the application. This can be anything from notepad to task manager, ...; sometimes jus tthe frame appears without the menu, something nothing happens, ... I've had a quick look at the available memory using taskmanager whenever that happens (had to close another app before I was able to run taskmanager though) and there's plenty of memory left (400M used of 1Gb). So I think it must be that I ran out of some kind of resource. Does anyone of you know a good (free) tool to monitor resources. Ideally it will split this out per application and dll's opened by the applicaton. And I would really be cool if it was able to show the application or dll that constantly takes more resources without freeing them. Or can it be something else? Memory related, ... ? I welcome any suggestion Thanks in advance Wim
Depends what you mean by 'resources'. For some basic monitoring, open up Task Manager, pick the Processes tab, and select View | Select Columns... Make sure Handle Count, GDI objects and USER objects are all ticked. You might also want to look at Memory Usage and Virtual Memory Size.
-
Depends what you mean by 'resources'. For some basic monitoring, open up Task Manager, pick the Processes tab, and select View | Select Columns... Make sure Handle Count, GDI objects and USER objects are all ticked. You might also want to look at Memory Usage and Virtual Memory Size.
-
Dear Customer Support, It happens on Windows 2000 as well as XP. I suspect a particular program, therefor it would be nice if I could have a look at the resources it uses (really cool if the program keeps a history of the resource usage, so I can keep the program running for a few hours without having to manually monitor the resource usage). I typically have 5 programs running throughout the day. Memory is 1Gb physical. Wouldn't this be the ultimate program to demonstrate the power of MyXaml ;P
Start > Settings > Control Panel, Administrative Tools, Performance. Go to the System Monitor node in the tree. If there are graphs already showing, you may want to click the New Counter Set button (first in the toolbar). Now click + (add), then in the Add Counters box, select the Process performance object, then Handle Count in the counters list and the process you want to monitor in the Instances list. Click OK. If you want to monitor over a longer time, you can use the logging features instead. Expand 'Performance Logs and Alerts' in the tree, then select Counter Logs. Right-click in the right-hand pane and choose New Log Settings. To view the logged data, use the System Monitor (click the cylinder toolbar button next to the chart button). It's incredible how few people know that Windows has built-in extensible monitoring of performance information. I'm currently looking into adding performance counters for our server application - not very easy in unmanaged code, but the .NET Framework has much simpler support through the
System.Diagnostics.PerformanceCounter
class. Stability. What an interesting concept. -- Chris Maunder