# @NebulaShell/system-monitor 实时系统监控:CPU/内存/磁盘/网络/进程TOP ## 安装 将 `system-monitor.nbpf` 放入 NebulaShell 的 `mods/` 目录即可。 ## 开发 ```bash # 安装依赖 pip install -r requirements.txt # 打包 nebula nbpf pack ./system-monitor -o system-monitor.nbpf \ --ed25519-key ./keys/ed25519.pem \ --rsa-key ./keys/rsa.pem \ --signer "NebulaShell" ``` ## 许可证 MIT