> For the complete documentation index, see [llms.txt](https://man.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://man.bsdcn.org/man8/watchdog.8.md).

# watchdog.8

WATCHDOG(8)

WATCHDOG(8)

FreeBSD System Manager's Manual

WATCHDOG(8)

## [名称](#__u540D___u79F0_)

`watchdog` —

看门狗控制程序

## [概要](#__u6982___u8981_)

`watchdog` \[`-d`] \[`-t` timeout]

## [描述](#__u63CF___u8FF0_)

`watchdog` 实用程序可用于控制内核的看门狗设施。

`-d` 选项启用调试。

`-t` timeout 选项以秒为单位指定所需的超时时间，零值将禁用看门狗。 默认超时为 128 秒。

## [参见](#__u53C2___u89C1_)

watchdog(4), watchdogd(8), watchdog(9)

## [历史](#__u5386___u53F2_)

`watchdog` 实用程序出现在 FreeBSD 5.1 中。

## [作者](#__u4F5C___u8005_)

`watchdog` 实用程序和手册页由 Sean Kelly <<smkelly@FreeBSD.org>> 和 Poul-Henning Kamp <<phk@FreeBSD.org>> 编写。

Jeff Roberson <<jeff@FreeBSD.org>> 做出的一些贡献。

October 18, 2014

FreeBSD 13.1-RELEASE


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://man.bsdcn.org/man8/watchdog.8.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
