IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Automatic Process Monitor?
Does anybody by chance know of a utility that can grab info similar to what Task Manager "processes" displays and save it to a text file?

We are looking for a way to take a snapshot of processes every N minutes so that we can monitor problematic machines, both servers and desktops. Ideally it would do such without interrupting the user.
________________
oop.ismad.com
New Re: Automatic Process Monitor?
I'm not up on what might be out there for windows specifically, but I know I'd use top or ps to do that in linux. To that end, y-ou might be able to install [link|http://www.cygwin.com/|cygwin] and write a bash script to use ps or top to do what you need and run it under cron at whatever frequency you need.
--
Steve
[link|http://www.ubuntulinux.org|Ubuntu]
Expand Edited by Steve Lowe Dec. 18, 2006, 06:17:37 PM EST
New cron a top output to a file
oh wait, you said task manager here ya go
[link|http://www.whatsupgold.co.uk/|http://www.whatsupgold.co.uk/]
thanx,
bill
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 51 years. meep

reach me at [link|mailto:bill.oxley@cox.net|mailto:bill.oxley@cox.net]
New sysinternals pslist
Google it.


Peter
[link|http://www.no2id.net/|Don't Let The Terrorists Win]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
[link|http://kevan.org/brain.cgi?pwhysall|A better terminal emulator]
[image|http://i66.photobucket.com/albums/h262/pwhysall/Misc/saveus.png|0|Darwinia||]
New PsList?
[link|http://www.microsoft.com/technet/sysinternals/ProcessesAndThreads/PsList.mspx|PSList] is part of Microsoft's Sysinternals. It sounds like it might do what you want. [link|http://www.microsoft.com/technet/sysinternals/ProcessesAndThreads/PsTools.mspx|PsTools] is a larger package including PsList.

Presumably they're easy to automate with a batch file that you can run via Scheduled Tasks.

I haven't used any of them myself.

HTH.

Cheers,
Scott.
New Thanks, I'll give it a try...
________________
oop.ismad.com
New wmic /output:c:\\list.txt process get
Run wmic interactively and type process get /? to see other options.

--
Chris Altmann
     Automatic Process Monitor? - (tablizer) - (6)
         Re: Automatic Process Monitor? - (Steve Lowe)
         cron a top output to a file - (boxley)
         sysinternals pslist - (pwhysall)
         PsList? - (Another Scott) - (1)
             Thanks, I'll give it a try... -NT - (tablizer)
         wmic /output:c:\\list.txt process get - (altmann)

Mere flesh wound. Have at you!
41 ms