Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105777163
D25467.id73755.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D25467.id73755.diff
View Options
Index: usr.bin/procstat/procstat.1
===================================================================
--- usr.bin/procstat/procstat.1
+++ usr.bin/procstat/procstat.1
@@ -430,7 +430,7 @@
if signal is pending in the global process queue; - otherwise.
.It I
if signal delivery disposition is
-.Dv SIG_IGN;
+.Dv SIG_IGN ;
- otherwise.
.It C
if the signal will be caught; - otherwise.
@@ -683,6 +683,51 @@
.El
.Sh EXIT STATUS
.Ex -std
+.Sh EXAMPLES
+Show binary information about the current shell:
+.Bd -literal -offset indent
+$ procstat binary $$
+ PID COMM OSREL PATH
+46620 bash 1201000 /usr/local/bin/bash
+.Ed
+.Pp
+Same as above but showing information about open file descriptors:
+.Bd -literal -offset indent
+$ procstat files $$
+ PID COMM FD T V FLAGS REF OFFSET PRO NAME
+46620 bash text v r r------- - - - /usr/local/bin/bash
+46620 bash ctty v c rw------ - - - /dev/pts/12
+46620 bash cwd v d r------- - - - /tmp
+46620 bash root v d r------- - - - /
+46620 bash 0 v c rw------ 7 372071 - /dev/pts/12
+46620 bash 1 v c rw------ 7 372071 - /dev/pts/12
+46620 bash 2 v c rw------ 7 372071 - /dev/pts/12
+46620 bash 255 v c rw------ 7 372071 - /dev/pts/12
+.Ed
+.Pp
+Show the arguments used to launch
+.Xr init 8 :
+.Bd -literal -offset indent
+$ procstat arguments 1
+ PID COMM ARGS
+ 1 init /sbin/init --
+.Ed
+.Pp
+Extract binary information from a core dump:
+.Bd -literal -offset indent
+$ procstat binary core.36642
+ PID COMM OSREL PATH
+36642 top 1201000 /usr/bin/top
+.Ed
+.Pp
+Trying to extract information from a core file generated in a different major
+.Fx
+version might show an error like this:
+.Bd -literal -offset indent
+$ procstat mplayer.core
+procstat: kinfo_proc structure size mismatch
+procstat: procstat_getprocs()
+.Ed
.Sh SEE ALSO
.Xr fstat 1 ,
.Xr ps 1 ,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 1:20 PM (17 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15541721
Default Alt Text
D25467.id73755.diff (2 KB)
Attached To
Mode
D25467: procstat(1): Add EXAMPLES section
Attached
Detach File
Event Timeline
Log In to Comment