> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tsukineos.top/llms.txt
> Use this file to discover all available pages before exploring further.

# 系统工具：进程管理与关机

> 使用 taskmgr / tsukine_top 监视 TsukineOS 的进程与资源占用。

# 系统工具

TsukineOS 提供 `taskmgr`（等价别名 `tsukine_top`）作为内置进程与资源监视器。在命令行下运行它，可实时查看系统活动、进程列表以及资源占用情况。

## taskmgr — 任务管理器

`taskmgr` 在终端中启动一个轻量级系统监视器，显示正在运行的进程及其资源占用。

```bash theme={null}
taskmgr         # 启动任务/资源概览
tsukine_top     # 等价别名
```

`taskmgr` 与 `tsukine_top` 是同一工具的两个入口。写脚本时建议用 `tsukine_top`，可避免与底层系统中同名工具混淆。

## 关机

TsukineOS 推荐的关机命令：

```bash theme={null}
poweroff
```

某些构建下，直接 `exit` 退出 shell 也会由 init 系统触发关机流程，具体依赖该镜像的 init 配置。

<Note>
  关机方式可能在不同 Infdev 版本之间有差异，请参考对应镜像的发布说明确认推荐命令。
</Note>

***

© 2024-2026 TsutokiTeo/JunweiZhang. All rights reserved.
