文件名称:actions-atop
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-16 18:48:06
超越行动 该存储库提供了一个示例,说明如何GitHub Actions运行程序和Ubuntu Linux上使用安装,配置和下载历史过程数据。 请检查以获取完整示例。 如何: 将以下代码添加到GitHub Actions工作流的开头: - name: Install Atop run: sudo apt-get update && sudo apt-get install atop -y - name: Configure Atop run: sudo sed -i 's#INTERVAL=600#INTERVAL=5#g' /usr/share/atop/atop.daily - name: Restart Atop run: sudo systemctl restart atop 然后将此代码添
【文件预览】:
actions-atop-master
----.github()
--------workflows()
----atop.yml(644B)
----README.md(2KB)