1.1.0 • Published 5 years ago

serialkiller v1.1.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

SerialKiller Build Status Open Source Love PRs Welcome code style: prettier

SerialKiller is a process kill tool for Unix/Linux environment.

Installation

npm i -g serialkiller
In general
ps -ef | grep <processname>
kill <option> <pid>

Serial killer
serialkiller <option> <processname>

Usage

Serialkiller is a pure javascript cli tool

Commands:
$serialkiller --help

$serialkiller --version

$serialkiller  <option>  <processname>

or

$serialkiller <processname>

options for the serialkiller are same as options for kill Commands
     1       HUP (hang up)
     2       INT (interrupt)
     3       QUIT (quit)
     6       ABRT (abort)
     9       KILL (non-catchable, non-ignorable kill)
     14      ALRM (alarm clock)
     15      TERM (software termination signal)

Example:
  $serialkiller 9 tomcat

  or

  $serialkiller KILL tomcat

  or

  $serialkiller tomcat

Dependencies

Chalk

Meow

Prettier

License

Apache 2.0

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.9.0

5 years ago