← 返回
未分类

Kill Tool

Terminate processes by sending signals. Use for stopping unresponsive programs, managing background tasks, and process lifecycle control.
通过发送信号终止进程。用于停止无响应程序、管理后台任务以及进程生命周期控制。
dinghaibin
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 310
下载
💾 0
安装
1
版本
#latest

概述

Kill - Process Signal Utility

Send termination signals to running processes identified by PID. Supports graceful shutdown (SIGTERM) and forceful termination (SIGKILL).

Usage

kill-tool [options] <pid>

Common Signals

  • -15 (SIGTERM): Graceful termination - default
  • -9 (SIGKILL): Force kill - immediate stop
  • -2 (SIGINT): Interrupt - like Ctrl+C
  • -1 (SIGHUP): Hangup - reload config
  • -l: List all available signal names

Examples

# Graceful termination
kill-tool 1234

# Force kill
kill-tool -9 5678

# List all signals
kill-tool -l

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 02:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Schedule Task

dinghaibin
在 Linux/Unix 系统上调度和运行周期性任务。适用于设置 cron 作业、定时备份、周期性数据同步、自动报告等场景。
★ 0 📥 405

Unexpand Tool

dinghaibin
将文本文件中的空格转为制表符,保持统一缩进并减小文件大小。
★ 0 📥 387

Automation Workflow

dinghaibin
创建并管理自动化工作流,以处理重复性任务。适用于需要安排周期性数据同步、链式API调用、设置触发动作等场景。
★ 0 📥 366