#process #port #listening #ps #netstat

app proc-find

一款用于搜索和管理进程的命令行工具(使用监听端口等)。

1 个不稳定版本

0.1.0 2022年3月30日

#8#listening

MIT 许可证

13KB
226 代码行

GitHub Contributors Stars Build Status Downloads Crates.io

proc

proc 使得查找和管理系统进程变得简单。目前,主要使用方式是通过进程监听的端口来查找进程,但还计划增加更多功能。

用法

# Find the process listening on port 5000
proc -p 5000 

# Find the process listening on port 5000 and print the process name
proc -ap 5000

# Find the process listening on port 5000 and kill it  
proc -p 5000 -- kill

安装

cargo install proc-find

路线图

贡献

贡献使开源社区成为一个学习、灵感和创作的绝佳场所。您做出的任何贡献都将非常受赞赏。

如果您有改进此项目的建议,请fork仓库并创建一个pull request。您也可以简单地创建一个带有“增强”标签的问题。别忘了给项目加星!再次感谢!

  1. fork项目
  2. 创建您的功能分支(git checkout -b feature/AmazingFeature
  3. 提交您的更改(git commit -m '添加一些AmazingFeature'
  4. 推送到分支(git push origin feature/AmazingFeature
  5. 打开一个pull request

依赖项

~5MB
~95K SLoC