mirror of
https://github.com/teddysun/across.git
synced 2025-01-18 22:09:35 +08:00
Merge branch 'master' of github.com:teddysun/across
This commit is contained in:
commit
899477d1f4
4
bench.sh
4
bench.sh
@ -103,8 +103,8 @@ arch=$( uname -m )
|
||||
lbit=$( getconf LONG_BIT )
|
||||
kern=$( uname -r )
|
||||
ipv6=$( wget -qO- -t1 -T2 ipv6.icanhazip.com )
|
||||
disk_size1=($( df -ahPl | grep -wvE '\-|none|tmpfs|by-uuid|Filesystem' | awk '{print $2}' ))
|
||||
disk_size2=($( df -ahPl | grep -wvE '\-|none|tmpfs|by-uuid|Filesystem' | awk '{print $3}' ))
|
||||
disk_size1=($( LANG=C df -ahPl | grep -wvE '\-|none|tmpfs|by-uuid|Filesystem' | awk '{print $2}' ))
|
||||
disk_size2=($( LANG=C df -ahPl | grep -wvE '\-|none|tmpfs|by-uuid|Filesystem' | awk '{print $3}' ))
|
||||
disk_total_size=$( calc_disk ${disk_size1[@]} )
|
||||
disk_used_size=$( calc_disk ${disk_size2[@]} )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user