Windows task manager listing

fr Park:
# Not yet.

thanks. i will wait :slight_smile:

# But you can do it like this:

···

#
# require 'Win32API'
#

it gives no output even if have

get_task_list.each {|pid,name|
   p pid," ",name
}

thank you and kind regards -botp

Hi,

From: Pe?, Botp <botp@delmonte-phil.com>
Reply-To: ruby-talk@ruby-lang.org
To: ruby-talk@ruby-lang.org (ruby-talk ML)
Subject: Re: windows task manager listing
Date: Sat, 3 Jun 2006 16:40:18 +0900

fr Park:
# Not yet.

thanks. i will wait :slight_smile:

# But you can do it like this:
#
# require 'Win32API'
#

it gives no output even if have

get_task_list.each {|pid,name|
   p pid," ",name
}

Check the code again.
especially this:

REGKEY_PERF
  = "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Perflib\\009"

And it runs on Windows 2000,XP or higher.

thank you and kind regards -botp

Regards,

Park Heesob