Skip to content

Commit a967ff0

Browse files
committed
Note on SIGINFO on BSD systems.
1 parent a538284 commit a967ff0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

signals.tex

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,24 @@
5959
\end{verbatim}
6060
\end{itemize}
6161

62+
On BSD systems, there is the \texttt{SIGINFO} signal used for that, usually
63+
mapped to \texttt{Ctrl-T}. It looks as follows there:
64+
65+
\begin{verbatim}
66+
freebsd$ dd if=/dev/zero of=/dev/null
67+
load: 0.00 cmd: dd 12108 [runnable] 1.09r 0.07u 0.94s 14% 888k
68+
39941+0 records in
69+
39940+0 records out
70+
20449280 bytes transferred in 1.054782 secs (19387211 bytes/sec)
71+
load: 0.08 cmd: dd 12108 [runnable] 2.00r 0.15u 1.72s 21% 912k
72+
74278+0 records in
73+
74278+0 records out
74+
38030336 bytes transferred in 1.965972 secs (19344292 bytes/sec)
75+
^C104684+0 records in
76+
104683+0 records out
77+
53597696 bytes transferred in 2.774283 secs (19319477 bytes/sec)
78+
\end{verbatim}
79+
6280
%%%%%
6381

6482
\begin{slide}

0 commit comments

Comments
 (0)