• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Logging process times of Windows XP computers

Joemonkey

Diamond Member
Is there any program/setting/etc. that we can install on all our network PCs that will keep a daily log of which processes were using CPU time and how much time it was? Something that would report like:

System Idle Process: 11:03:23
services.exe: 0:08:08
System: 0:04:17
etc.
 
pslist is pretty sweet, but does it only show CURRENT processes? I'd be interested in all processes ran since the last boot time... is that logged anywhere by default?
 
heh, we're just interested in a few specific .exe files running that we are told are only being ran during break times... we don't want to keep them from running these .exe files in their free time (even though I'd love to pull the 'only use company resources for company related tasks' card, but then again they do lend out power tools such as hammer drills and belt sanders to employees for home improvement projects), but we'd like to have a log to go back to and say "why was it running for 3 hours straight on this day?" if an incident ever came up that warranted such information.

Cliffs: We let folks play games on company PCs during breaks but would like to ensure that's the only time they're playing them.
 
pslist | grep solitare.exe > text.exe

there IS a grep command for windows, but they call it something else, it's from the rez kit. Of course, I renamed mine....who wants to remember 2 grep commands 😀
 
Look in Performance Logs and Alerts, you can setup a trace log for 'Process creatons/deletions' and run that every few minutes.
 
Back
Top