https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201685
Eitan Adler <ead...@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Works As Intended
Status|New |Closed
--- Comment #3 from Eitan Adler <ead...@FreeBSD.org> ---
top computes the difference itself. When it only does one iteration, it has
nothing to compare against. One way of fixing this would be to always do a
"dummy" run and only ever output the *second* run.
That said, this is currently working as intended. I'm open to changing the
behavior if people find no value in the current status though.