Skip to content

radovskyb/process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

process

process is a simple Go package for working with unix processes.

For an example into what process is capable of doing, check out gobeat: https://github.com/radovskyb/gobeat.

Features

  • Find a process by PID.
  • Find a process by name.
  • Health check a process.
  • Start a new process.
  • Start a new process in a specified tty.
  • Other small features plus more to come...

Todo

  • Add Kill method.
  • Add Restart method.
  • Write more tests.

About

process is a simple Go package for working with unix processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages