Project

howlong

0.0
No commit activity in last 3 years
No release in over 3 years
A simple gem which allows you to see how long a process has been running on your system in a friendly way
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 13.0
>= 0
 Project Readme

How long

Build Status

Ruby script to search for a running process and tell you how long it's been running:

$ howlong emacs
Process /usr/bin/emacs24 has been active for 2 days, 2 hours, 12 minutes and 37 seconds
$ howlong iceweasel
Process iceweasel has been active for 13 hours, 58 minutes and 21 seconds

With IRB:

$ rake console
2.1.2 :001 > Howlong.run "emacs"
Process emacs has been active for 33 minutes and 25 seconds
 => nil
2.1.2 :002 >