Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olivegamestudio/processkiller

Kills a process by name a number of times and at regular intervals.
https://github.com/olivegamestudio/processkiller

interval kill process processes stress stress-test stress-testing stresstest

Last synced: about 2 months ago
JSON representation

Kills a process by name a number of times and at regular intervals.

Awesome Lists containing this project

README

        

# ProcessKiller
Kills a process by the specified name, a number of times and at set intervals.

## Usage

```
ProcessKiller -p ProcessName -n NumTimes -i interval
```

## Example

Kill the explorer process 10 times with a wait of 1000ms between attempts.

```
ProcessKiller -p Explorer -n 10 -i 1000
```