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 include it with include "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.