fkill - (imo) 프로세스를 종료하는 가장 좋은 방법//멋진 GitHub 프로젝트
3630 단어 utilityproductivity
fkill
는 Node.js를 사용하여 JS로 작성되었습니다. 명확히 하기 위해 - JS는 내 적이 아니며 해당 스택을 사용하지 않으므로 npm 등을 설치해야 했습니다.신드레조르후스 / fkill-cli
엄청나게 프로세스를 죽입니다. 크로스 플랫폼.
Fabulously kill processes. Cross-platform.
macOS, Linux 및 Windows에서 작동합니다.
설치
$ npm install --global fkill-cli
용법
$ fkill --help
Usage
$ fkill [<pid|name> …]
Options
--force -f Force kill
--verbose -v Show process arguments
--silent -s Silently kill and always exit with code 0
Examples
$ fkill 1337
$ fkill safari
$ fkill :8080
$ fkill 1337 safari :8080
$ fkill
To kill a port, prefix it with a colon. For example: :8080.
Run without arguments to use the interactive interface.
In interactive mode, 🚦n% indicates high CPU usage and 🐏n% indicates high memory usage.
The process name is case insensitive.
대화형 UI
인수 없이 실행fkill
하여 대화형 UI를 시작합니다.
관련된
Fabulously kill processes. Cross-platform.
$ npm install --global fkill-cli
$ fkill --help
Usage
$ fkill [<pid|name> …]
Options
--force -f Force kill
--verbose -v Show process arguments
--silent -s Silently kill and always exit with code 0
Examples
$ fkill 1337
$ fkill safari
$ fkill :8080
$ fkill 1337 safari :8080
$ fkill
To kill a port, prefix it with a colon. For example: :8080.
Run without arguments to use the interactive interface.
In interactive mode, 🚦n% indicates high CPU usage and 🐏n% indicates high memory usage.
The process name is case insensitive.
fkill - 이 모듈용 API
alfred-fkill - 이 모듈에 대한 Alfred 작업 흐름
관리자
View on GitHub
설치
npm install --global fkill-cli
특징
fkill 1337
(멋진 것 없음) fkill firefox
(like killall
) fkill :8080
- 포트 8080을 사용하는 프로세스를 종료합니다. 매우 멋진 기능입니다fkill
- 모든 프로세스, 검색 표시줄, 각 프로세스에서 사용하는 포트, 메모리 사용량 및 CPU 사용량을 표시합니다-f
강제로 죽이기 위해Reference
이 문제에 관하여(fkill - (imo) 프로세스를 종료하는 가장 좋은 방법//멋진 GitHub 프로젝트), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/mateuszjarzyna/fkill-imo-best-way-to-kill-processes-cool-github-projects-878텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)