Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lecepin/github-actions-system-info

Github actions system info.获取工作流机器的系统硬件信息。
https://github.com/lecepin/github-actions-system-info

Last synced: 4 days ago
JSON representation

Github actions system info.获取工作流机器的系统硬件信息。

Awesome Lists containing this project

README

        

# github-actions-system-info
Github actions system info.
获取 Github Actions 执行机器的系统信息。

## 结果
对三个系统进行了执行,结果如下所示:
```
┌─────────┬────────────┬───────────────────────────────────────────┐
│ (index) │ name │ info │
├─────────┼────────────┼───────────────────────────────────────────┤
│ 0 │ '系统信息' │ 'Ubuntu 5.4.0-1032-azure x64' │
│ 1 │ '处理器' │ 'Intel® Xeon® Platinum 8171M 2.60GHz 2核' │
│ 2 │ '内存' │ '6GB' │
│ 3 │ '硬盘' │ '14GB' │
└─────────┴────────────┴───────────────────────────────────────────┘

┌─────────┬────────────┬───────────────────────────────────────────────────────────┐
│ (index) │ name │ info │
├─────────┼────────────┼───────────────────────────────────────────────────────────┤
│ 0 │ '系统信息' │ 'Microsoft Windows Server 2019 Datacenter 10.0.17763 x64' │
│ 1 │ '处理器' │ 'Intel® Xeon® Platinum 8171M 2.60GHz 2核' │
│ 2 │ '内存' │ '6GB' │
│ 3 │ '硬盘' │ '13GB' │
└─────────┴────────────┴───────────────────────────────────────────────────────────┘

┌─────────┬────────────┬───────────────────────────────────────┐
│ (index) │ name │ info │
├─────────┼────────────┼───────────────────────────────────────┤
│ 0 │ '系统信息' │ 'Mac OS X 19.6.0 x64' │
│ 1 │ '处理器' │ 'Intel® Xeon® E5-1650 v2 3.50GHz 3核' │
│ 2 │ '内存' │ '14GB' │
│ 3 │ '硬盘' │ '380GB' │
└─────────┴────────────┴───────────────────────────────────────┘
```