Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/olivegamestudio/processkiller
- Owner: olivegamestudio
- Created: 2021-01-19T17:38:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T12:13:25.000Z (over 2 years ago)
- Last Synced: 2023-03-12T02:51:51.298Z (almost 2 years ago)
- Topics: interval, kill, process, processes, stress, stress-test, stress-testing, stresstest
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```