watchdogd.8 (59a3c79da68b53e9d606f0b7991574d982a843e1) | watchdogd.8 (efc88ae81d3e99c6aecc10b908fd78980c1bf0c0) |
---|---|
1.\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org> 2.\" Copyright (c) 2003 Sean M. Kelly <smkelly@FreeBSD.org> 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 55 unchanged lines hidden (view full) --- 64The 65.Fl s Ar sleep 66argument can be used to control the sleep period between each execution 67of the check and defaults to one second. 68.Pp 69The 70.Fl t Ar timeout 71specifies the desired timeout period in seconds. | 1.\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org> 2.\" Copyright (c) 2003 Sean M. Kelly <smkelly@FreeBSD.org> 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 55 unchanged lines hidden (view full) --- 64The 65.Fl s Ar sleep 66argument can be used to control the sleep period between each execution 67of the check and defaults to one second. 68.Pp 69The 70.Fl t Ar timeout 71specifies the desired timeout period in seconds. |
72The default timeout is 16 seconds. |
|
72.Pp 73One possible circumstance which will cause a watchdog timeout is an interrupt 74storm. 75If this occurs, 76.Nm 77will no longer execute and thus the kernel's watchdog routines will take 78action after a configurable timeout. 79.Pp --- 47 unchanged lines hidden --- | 73.Pp 74One possible circumstance which will cause a watchdog timeout is an interrupt 75storm. 76If this occurs, 77.Nm 78will no longer execute and thus the kernel's watchdog routines will take 79action after a configurable timeout. 80.Pp --- 47 unchanged lines hidden --- |