A terminal UI for monitoring inotify file watcher usage per process on Linux.
Download the latest release from the Releases page.
# Example for Linux amd64
curl -LO https://github.com/thinkbig1979/watcher-watch/releases/latest/download/watcher-watch_linux_amd64.tar.gz
tar xzf watcher-watch_linux_amd64.tar.gz
sudo mv watcher-watch /usr/local/bin/go install github.com/thinkbig1979/watcher-watch@latestgit clone https://github.com/thinkbig1979/watcher-watch.git
cd watcher-watch
go build -o watcher-watch ../watcher-watch| Key | Action |
|---|---|
r |
Refresh |
q / Esc |
Quit |
Up / Down |
Navigate |
Displays a table of processes sorted by watch count:
- PID
- Process name
- Watch count
- Percentage of system limit
Usage color indicates severity: green (<50%), orange (50-80%), red (>80%).
- Linux (reads from
/proc) - Go 1.21+
