Ad Widget

Collapse

Monitor Windows Process Mem Usage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Icenode
    Junior Member
    • Apr 2009
    • 27

    #1

    Monitor Windows Process Mem Usage

    I found many threads on Mem Usage on *nix systems, and many unanswered threads on monitoring process info on Windows, but haven't found any answers for this. I know from the manual that proc.mem isn't supported on windows, however the manual also says System.cpu.load average modes don't work on windows and the really do.

    There has to be a way to monitor process mem usage on a windows machine. I was also wanting to monitor how long a process is running for to check for hung scheduled tasks and such. Does anyone have something like this working either via built in scripts I havn't figured out yet, or custom scripts?

    Thanks,
  • Icenode
    Junior Member
    • Apr 2009
    • 27

    #2
    Incase anyone else is looking for this, this is what I'm using to accomplish this.

    Code:
    perf_counter[\Process(sqlservr)\Working Set]

    Comment

    Working...