Categorygithub.com/njuptlzf/servercheck
module
0.0.0-20231110103938-37e45713e656
Repository: https://github.com/njuptlzf/servercheck.git
Documentation: pkg.go.dev

# README

servercheck

A small program for comprehensive evaluation and verification of server systems

Features

  • Automatically add functions

Quick start

make build
./_output/bin/servercheck

output

register checker: CPUArch
register checker: CPUCore
check:  CPUArch
check:  CPUCore
| Ability | Details | Result | Passed | Recommendation |
| --- | --- | --- | --- | --- |
| CPUArch | check CPU arch | [arch] actual: [amd64], expect: [amd64 arm64] | pass |  |
| CPUCore | check CPU core | [number of cores] acutal: 8, expect: 4 | pass |  |

add new memory checker

make gen_checker name=Memory

todo

  • Connect with AI to achieve true automation

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author