[Bug 207022] stat() 4 to 16 times slower on FreeBSD/UFS than on Linux/Ext4

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 9 09:46:16 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207022

--- Comment #6 from Fabiano Sidler <fabianosidler at swissonline.ch> ---
(In reply to Andriy Gapon from comment #5)

Originally, the script was like so:
=== snip ===
fbt:::entry
{
    entry_times[probefunc] = timestamp;
    printf("fbt enter %s\n", probefunc);
}

fbt:::return
{
    printf("fbt return %s\t%d\n", probefunc, timestamp-entry_times[probefunc]);
}
=== snap ===

But unexpectedly, the returns weren't in reverse call order, so I'm simply
printing the time since last function call.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list