Date: Wed, 15 Nov 2017 01:17:33 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 222929] ZFS ARC stats have wrong count Message-ID: <bug-222929-3630-2SXXXx4ITt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222929-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-222929-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222929 --- Comment #3 from naito.yuichiro@gmail.com --- I changed my script as follows. File.stat() loops 5 times, and print `zfs-stats -a` message at first and in end of each loop. ``` puts "#{Time.now} start" puts `zfs-stats -a` 5.times do |c| Dir.glob("ports-head/**/*").each do |file| File.stat(file) end puts "#{Time.now} loop count : #{c}" puts `zfs-stats -a` end ``` The result is shown in attached 'zfs-stat.log' file. Attached `top.log` shows `top` header of before and after running this scri= pt. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222929-3630-2SXXXx4ITt>