You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart LR
A[watch/top command] --> B[Create/Update in memory]
B --> C[Write temp file]
C --> D[fsync]
D --> E[atomic rename]
E --> F[New snapshot visible]
F --> G[status/watches read]
G --> H[clean/unwatch prune]