It is a bug that procstat(8) works only on live kernels and not crashdumps;

document in case anyone wants to work on fixing this.

MFC after:	3 days
This commit is contained in:
Robert Watson 2008-04-19 12:39:15 +00:00
parent 56436510eb
commit ba8ca9db9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178316

View File

@ -112,3 +112,7 @@ It therefore does not work for file systems
that do not use the name cache, such as
.Xr devfs 4 ,
or if the name is not present in the cache due to removal.
.Pp
.Nm
currently supports extracting data only from a live kernel, and not from
kernel crash dumps.