table of contents
| xenstore-watch(1) | Xen | xenstore-watch(1) |
NAME¶
xenstore-watch - wait for Xenstore watch events
SYNOPSIS¶
xenstore-watch [OPTION]... [PATH]...
DESCRIPTION¶
Set Xenstore watches to the specified PATHs and print the path for each event happening.
- -h
- Show the usage information for xenstore-watch and exit the program.
- -d depth
- Limit the number of sub-directories below the specified PATHs to be
watched. A depth of 0 will watch only the specified nodes, a
depth of 1 will watch the specified nodes and their direct
children, etc.
Using this option requires xenstored to support the Xenstore watch depth feature. In case it is not supported, the -d usage will be rejected.
- -n NR
- Stop waiting after having received NR watch events.
BUGS¶
Send bugs to xen-devel@lists.xenproject.org, see https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
| 2026-08-04 | 4.22.0_02-2 |