Actions
Bug #7497
closedprefetch_io.d performance monitoring script has an error
Start date:
2016-10-24
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Running the "prefetch_io.d" dtrace script found in the zfs-test suite would result in the following error:
dtrace: failed to compile script /opt/zfs-tests/tests/perf/scripts/prefetch_io.d: line 42: aggregation redefined: @pf
current: @pf = count( )
previous: @pf = sum( ) : line 39
This is because the "pf" variable is being used for two different types of aggregators.
Updated by Electric Monk almost 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 479ad5c2b44df79e321ef43d6f6e53bb3edab663
commit 479ad5c2b44df79e321ef43d6f6e53bb3edab663 Author: John Wren Kennedy <john.kennedy@delphix.com> Date: 2016-11-06T17:23:30.000Z 7497 prefetch_io.d performance monitoring script has an error Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions