Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partially broken on OmniOS v11 r151014 #14

Open
ghost opened this issue Jun 9, 2015 · 4 comments
Open

Partially broken on OmniOS v11 r151014 #14

ghost opened this issue Jun 9, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Jun 9, 2015

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? ;)

@mharsch
Copy link
Owner

mharsch commented Jun 9, 2015

could you try changing line 330 'rmiss' to 'rmis' and retest?

@ghost
Copy link
Author

ghost commented Jun 9, 2015

Same result when changing $v{"rmiss"} to $v{"rmis"} also the same when changing $d{"recycle_miss"}/$int to $d{"recycle_mis"}/$int

@mharsch
Copy link
Owner

mharsch commented Jun 10, 2015

looks like the arc kstats were changed here:
illumos/illumos-gate@244781f

@mharsch
Copy link
Owner

mharsch commented Jul 13, 2015

see also: https://www.illumos.org/issues/5564

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant