Relative Content

Tag Archive for ruby

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:

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.