index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
vmstat
Age
Commit message (
Expand
)
Author
2022-07-17
Pull up following revision(s) (requested by simonb in ticket #1480):
martin
2020-12-18
Pull up following revision(s) (requested by mrg in ticket #1153):
martin
2019-06-30
Make the scaling of the "bytes written" sticky, so that if we go
he
2019-05-09
when dumping a kernhist history replace "%s" with "%p" so that the
mrg
2019-04-30
Use PRWORD for printing -m/-mW totals so fields don't run in to each other.
simonb
2018-12-25
Remove reference to Installing and Operating 4.3BSD paper, at present it's not
sevan
2018-12-13
typo
sevan
2018-12-13
Describe what happens when you run vmstat witout any options aka the first line
sevan
2018-12-05
Document vmstat -w -1 is accepted.
sevan
2018-12-05
Suggest kernhist(9) which is required for vmstat -u and -U
sevan
2018-02-08
Typos.
dholland
2017-12-04
deref the right address to get the pool_allocator.
mrg
2017-12-03
remove now wrong comment. minor KNF.
mrg
2017-12-03
fix the kvm version of counting pool pages for vmstat -s.
mrg
2017-12-02
add two new members to uvmexp_sysctl{}: bootpages and poolpages.
mrg
2017-11-03
Remove the ABI version-and-length check that was recently introduced;
pgoyette
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-09-06
Don't print "nan" when there is no disk activity.
mlelstv
2017-07-04
Use I/O timestamps to compute disk statistics for better precision.
mlelstv
2017-03-05
Enhance disk metrics by calculating a weighted sum that is incremented
mlelstv
2017-01-05
"vmstat -ie[v]" auto fit to minimum columns
ryo
2017-01-05
Adapt to use of bintime(9) for kernel history timestamps (7.99.55).
pgoyette
2017-01-04
Fix error handling confusion between error and errno
pgoyette
2017-01-04
Adapt to new version of the sysctl export structure
pgoyette
2017-01-02
Use appropriate PRI* format specifiers for fixed-bit-size numbers
pgoyette
2017-01-02
For kvm-based kernhist code, print size of history table and "next free"
pgoyette
2017-01-02
Restore the kvm-grovelling code for use on crash files (where sysctl(3)
pgoyette
2017-01-02
For kernel history display, replace the kvm grovelling with the newly
pgoyette
2016-12-29
build vmstat as n64 on mips64. only kernel histories and hash stats
mrg
2016-10-04
No point in using float here; makes evbmips64 need __truncdfsf2, and that
christos
2016-09-05
Drop main() prototype.
sevan
2016-03-06
Work around gcc on sparc64 bug
christos
2014-12-24
Update stats-keeping in sys/kern/vfs_cache.c to remove (most)
dennis
2014-09-12
Trailing whitespace.
skrll
2014-09-12
Print the cpu in the kernhist record.
skrll
2014-07-12
Use u_long to avoid negative value outputs.
nakayama
2014-06-14
Init summary counters.
joerg
2014-06-14
Fix format string for ILP32.
joerg
2014-06-13
Use kern.pool for the live system.
joerg
2014-06-13
Remove unused headers.
joerg
2014-06-03
GC left-over kread.
joerg
2014-06-03
Use CPU statistics from uvmexp when possible.
joerg
2014-06-03
Use kern.clockrate if possible.
joerg
2014-06-03
Convert the remaining uvmexp users to the sysctl as default source.
joerg
2014-06-03
Use vm.uvmexp data as much as possible for vmstat -s.
joerg
2014-06-03
Provide sysctl for namecache statistics.
joerg
2014-06-02
GC unused variables.
joerg
2014-06-02
Drop kvm-based access for driver statistics.
joerg
2014-06-02
Make missing kern.evcnt an error, don't try to fallback to kmem use.
joerg
2014-05-08
Add a global vnode cache:
hannken
[next]