Repository is archived
No commit activity in last 3 years
No release in over 3 years
Small gem to get info about current list of processes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.0
~> 5.0
~> 12.0
 Project Readme

ProcessObserver

This small gem may be used to obtain information about processes suing OS specific console applications. Currently it is tasklist for Windows and ps for Linux.

Installation

You can install this gem executing gem install process_observer in console.

Then simply require it with require "process_observer".

Usage

You can find documentation here: https://www.rubydoc.info/gems/process_observer.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/fizvlad/process_observer/issues.

License

The gem is available as open source under the terms of the MIT License.