When running, the following is output:
Use of uninitialized value in division (/) at ./arcstat.pl line 330.
If you go to line 330 and comment out $v{"rmiss"} = $d{"recycle_miss"}/$int; it'll run without any issues. This is probably not what you want to do though? ;)
When running, the following is output:
Use of uninitialized value in division (/) at ./arcstat.pl line 330.If you go to line 330 and comment out
$v{"rmiss"} = $d{"recycle_miss"}/$int;it'll run without any issues. This is probably not what you want to do though? ;)