返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Process

Process - 日常命令行工具

person作者: bytesagainhubclawhub

process

Process manager.

Commands

list

List processes (filter by name)

scripts/script.sh list [filter]

top

Top N processes by CPU/memory

scripts/script.sh top [n]

find

Find processes by name

scripts/script.sh find <name>

tree

Process tree

scripts/script.sh tree [pid]

ports

Show listening ports

scripts/script.sh ports [port]

watch

Watch process for 10 seconds

scripts/script.sh watch <pid>

mem

Memory details for process

scripts/script.sh mem <pid>

cpu

CPU details for process

scripts/script.sh cpu <pid>

env

Show process environment

scripts/script.sh env <pid>

kill

Send signal to process (default: TERM)

scripts/script.sh kill <pid> [signal]

stats

System process statistics

scripts/script.sh stats

Requirements

  • bash 4.0+

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com