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
-`periodic_reboot`: Optional. Specifies the periodic reboot schedule. The feature is disabled if the key is not found or the value is invalid. The supported formats are:
69
+
- Daily Specific Time: A specific time in `HH:MM` format (e.g., `04:00` for a reboot at 4:00 AM every day).
70
+
- Hourly Interval: An integer value followed by `h` (e.g., `6h` for every 6 hours).
71
+
- Daily Interval: An integer value followed by `d` (e.g., `5d` for every 5 days).
72
+
- Weekly Interval: An integer value followed by `w` (e.g., `2w` for every 2 weeks).
73
+
- Monthly Interval: An integer value followed by `m` (e.g., `3m` for every 3 months).
74
+
- Default to Days: If no unit is provided, the value is treated as days (e.g., `7` is equivalent to `7d`).
67
75
-`[app:<AppName>]` : Each application to be monitored should have its own section prefixed with `app:`. `<AppName>` will be used as the name of the application.
68
76
-`start_delay` : Delay in seconds before starting the application.
69
77
-`heartbeat_delay` : Time in seconds to wait before expecting a heartbeat from the application.
@@ -302,6 +310,15 @@ Minimum first heartbeat time: 104 seconds
302
310
Average heartbeat time: 102 seconds
303
311
Maximum heartbeat time: 110 seconds
304
312
Minimum heartbeat time: 102 seconds
313
+
Resource sample count: 190
314
+
Current CPU usage: 0.50%
315
+
Maximum CPU usage: 0.80%
316
+
Minimum CPU usage: 0.00%
317
+
Average CPU usage: 0.40%
318
+
Current memory usage: 11.62 MB
319
+
Maximum memory usage: 11.88 MB
320
+
Minimum memory usage: 11.38 MB
321
+
Average memory usage: 11.74 MB
305
322
Magic: A50FAA55
306
323
```
307
324
@@ -353,10 +370,10 @@ Use the provided `run.sh` script to start the Process Watchdog application. This
0 commit comments