Windows Resource Monitoring Programs
        Posted  
        
            by 
                Sal
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Sal
        
        
        
        Published on 2012-09-11T19:47:54Z
        Indexed on 
            2012/09/13
            3:41 UTC
        
        
        Read the original article
        Hit count: 620
        
Windows
|monitoring
I work at a small tech start up managing websites with our own in house server side code. (In production, we use Windows Server 2008 boxes, running Java 6. In our dev boxes, we use Windows 7 running Java 7.) Recently, we had an issue where some of our boxes in production failed, and we didn't have means of trouble shooting, since we keep little to no monitoring logs about a given box's CPU/memory/RAM usage, etc. So, I'm wondering if there is some commercial/freeware that's the standard for performance monitoring/logging.
Essentially, I'm just looking for an analytics system that is similar to the Windows Task Manager or the Resource Monitor, that serializes all of its data periodically. Ideally, I'd like to find a program that's also extensible, in case I'd like to add addition monitors in the future.
© Server Fault or respective owner