SYS-INFO Release
Input
通过curl或者wget来执行代码
Use Curl
1 |
curl -fsSL minir.plus/script/sys-info | bash |
Use wget
1 |
wget -qO- minir.plus/script/sys-info | bash |
Output
目前支持的信息
- 服务器类型
- ipv4 and ipv6地址
- ip所在地区
- 主机名
- cpu信息(架构、型号、内核数、空闲率)
- 内存信息(容量、使用率)
- 磁盘信息(系统盘大小、使用率、负载)
- 服务器信息(主机商、主机型号、地域、机房)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
machine_type : _Linux_ client_ip6 : _unknown_ client_ip : _106.15.38.249_ location : _China,Shanghai,Shanghai_ hostname : _sha.minirplus.com_ CPU arch : _x86_64_ CPU model : _Intel(R) Xeon(R) Platinum 8269CY CPU @ 2.50GHz_ CPU cores : _8_ CPU idle : _99.77_% memory size : _16.0_GB memory usage : _9.68_% disk size : _99_G disk used : _43_% disk idle : _99.87_% org : _AS37963 Hangzhou Alibaba Advertising Co.,Ltd._ instance_type : _ecs.s6-c1m2.2xlarge_ instance_region : _cn-shanghai_ instance_zone : _cn-shanghai-g_ |
获取bash文本
访问:https://minir.plus/script/sys-info
There are no comments yet