Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinriyo/port_killer
It kills process by specify port number.
https://github.com/shinriyo/port_killer
Last synced: 19 days ago
JSON representation
It kills process by specify port number.
- Host: GitHub
- URL: https://github.com/shinriyo/port_killer
- Owner: shinriyo
- Created: 2015-01-14T15:43:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T06:06:29.000Z (about 8 years ago)
- Last Synced: 2024-09-19T04:19:22.165Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Port Killer
====Overview
## Description
It kills process by specify port number.
Support Linux and Mac OS.
Windows is not supported.## Demo
N/A
## VS.
N/A
## Requirement
Python 2.7.x
## Usage
## kill port 8080 process
```
port_killer.py
```
default port number is 8080```
port_killer.py 8000
```## kill port 3000 process
```
port_killer.py 3000
```## Install
```
pip install port_killer
```## Contribution
shinriyo
## Licence
MIT.
## Author
[shinriyo](https://github.com/shinriyo/)