How to get information on a process (not the current process)
Is there a Ruby module or class that gives information about a currently running process that is not the current process? For example, if I have pid 1234, I’d like to get information on the user of the process, time, etc. I could get this information by shelling out to ps
, but I would prefer getting the info from Ruby. For example, something like this made-up code:
How to get information on a process (not the current process)
Is there a Ruby module or class that gives information about a currently running process that is not the current process? For example, if I have pid 1234, I’d like to get information on the user of the process, time, etc. I could get this information by shelling out to ps
, but I would prefer getting the info from Ruby. For example, something like this made-up code:
How to get information on a process (not the current process)
Is there a Ruby module or class that gives information about a currently running process that is not the current process? For example, if I have pid 1234, I’d like to get information on the user of the process, time, etc. I could get this information by shelling out to ps
, but I would prefer getting the info from Ruby. For example, something like this made-up code:
How to get information on a process (not the current process)
Is there a Ruby module or class that gives information about a currently running process that is not the current process? For example, if I have pid 1234, I’d like to get information on the user of the process, time, etc. I could get this information by shelling out to ps
, but I would prefer getting the info from Ruby. For example, something like this made-up code:
How to create a string constant in a ruby block [closed]
Closed 4 days ago.
Cataloging events, projects and tasks: Is SQL appropriate?
I have this idea for a database: it would hold everything I “need to remember”, and allow future coding projects to access the information. These future projects include a day-planner and historical analysis of what I’ve been up to.
Explanation on how “Tell, Don’t Ask” is considered good OO
This blogpost was posted on Hacker News with several upvotes. Coming from C++, most of these examples seem to go against what I’ve been taught.
How much Ruby should I learn before moving to Rails? [closed]
Closed 9 years ago.
Is it possible to use RubyGnome2’s/QtRuby’s HTML renderers to make UI for a Ruby script?
I’d like to make a graphical user interface for my script, instead of running it from the console. I’m aware there’s a wealth of UI libraries for Ruby, but I’m quite familiar with HTML and CSS and I’d like to use them for building an interface. So the question is:
Ruby/RoR development: desktop or server [closed]
Closed 11 years ago.