Update timeout and timestamp

* Timeout using CLOCK_MONOTONIC
    * Session start/last timestamps use CLOCK_REALTIME
    * Session ID generator uses CLOCK_REALTIME
This commit is contained in:
luwenpeng
2024-04-16 18:34:41 +08:00
parent d878849c3a
commit f5f09e5e23
15 changed files with 259 additions and 112 deletions

View File

@@ -1 +1,2 @@
install(FILES stellar_stat.sh DESTINATION ./ COMPONENT Program)
install(FILES python_stat.sh DESTINATION ./ COMPONENT Program)
install(FILES shell_stat.sh DESTINATION ./ COMPONENT Program)