终端信息采集

字段名称 样例 获取命令(Linux)
局域网IP LIP=172.19.51.148; ifconfig -a
网卡物理地址 MAC=00163E066936; ifconfig -a
硬盘序列号 HD=TF667AY92GHRVL; lsblk --nodeps -no serial /dev/sda
PC终端设备名 PCN=hostname; hostname
CPU序列号 CPU=bfebfbff21040652; dmidecode -t 4 | grep ID |sort -u |awk -F': ' '{print $2}'
硬盘分区信息 PI=SDA^EXT4^512G; df -hT|grep '/$'|awk '{print $1"^"$2"^"$3}'
系统盘卷标号 VOL=0004-2CC4; fdisk -l|grep -e "Disk identifier" -e "Disk /dev/"