From 9b79f8af7f21bb0dcb55e8e580b4f912ee668045 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 19 Apr 2008 12:39:15 +0000 Subject: 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 --- usr.bin/procstat/procstat.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.bin/procstat') diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1 index 98a78b0..d6d30d5 100644 --- a/usr.bin/procstat/procstat.1 +++ b/usr.bin/procstat/procstat.1 @@ -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. -- cgit v1.1