文件名称:gohai:系统信息收集器
文件大小:39KB
文件格式:ZIP
更新时间:2024-03-31 10:37:48
系统开源
戈海 Gohai是一种收集系统信息清单的工具。 它的目的是要实现来自和某些功能。 它是从栗林健太郎的分叉出来的。 用法 Gohai将使用go get构建和安装。 我们至少要求Go 1.7。 go get github.com/DataDog/gohai 运行它会转储json格式的输出: gohai { " cpu " :{ " cpu_cores " : " 2 " , " family " : " 6 " , " mhz " : " 2600 " , " model " : " 58 " , " model_name " : " Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz " , " stepping " : " 9 " , " vendor_id " : " GenuineIntel " }, " filesystem " :[{ " kb
【文件预览】:
gohai-master
----log.go(1KB)
----processes()
--------processes_common.go(757B)
--------processes_windows.go(146B)
--------processes.go(877B)
--------gops()
----memory()
--------memory_darwin.go(526B)
--------memory.go(218B)
--------memory_linux.go(761B)
--------memory_windows.go(1KB)
----LICENSE(1KB)
----gohai_test.go(244B)
----make.go(1KB)
----THIRD_PARTY_LICENSES.md(2KB)
----.gitignore(48B)
----gohai.go(4KB)
----filesystem()
--------filesystem.go(958B)
--------filesystem_darwin.go(257B)
--------filesystem_linux.go(251B)
--------filesystem_common.go(242B)
--------filesystem_windows.go(3KB)
--------filesystem_test.go(1KB)
----go.sum(2KB)
----README.md(2KB)
----cpu()
--------cpu_windows.go(5KB)
--------cpu_darwin.go(854B)
--------cpu_windows_amd64.go(6KB)
--------cpu_windows_386.go(2KB)
--------cpu.go(200B)
--------cpu_linux.go(2KB)
----network()
--------ipconfig_test_sample.txt(6KB)
--------network_windows.go(2KB)
--------network_common.go(4KB)
--------network.go(641B)
--------network_windows_test.go(2KB)
----platform()
--------platform_windows.go(5KB)
--------platform_common.go(2KB)
--------platform_linux.go(451B)
--------platform_darwin.go(1KB)
--------platform_windows_amd64.go(2KB)
--------platform.go(639B)
--------platform_windows_386.go(2KB)
--------platform_android.go(335B)
----go.mod(520B)
----Gopkg.lock(3KB)