mitchellh / go-ps

Find, list, and inspect processes from Go (golang).
MIT License
1.46k stars 250 forks source link

Support process creation time on windows #12

Open unixist opened 8 years ago

unixist commented 8 years ago

The ctime for processes on non-Windows is platform epoch. #11

unixist commented 8 years ago

Is this project maintained anymore? Given there are multiple PRs without comment, I'd guess no.

mitchellh commented 8 years ago

I haven't had a chance to test this on the various platforms other than Mac, so its blocked on that. Sorry. I'll try to get to it as soon as possible.

imRohan commented 7 years ago

Thanks Unixist!