summaryrefslogtreecommitdiff
path: root/ckt0.sh (unfollow)
Commit message (Collapse)Author
2026-02-05moved saved state file to /tmp, which is a ramdisk/tmpfs mount point;wukong
2026-01-12added uname case for 'Darwin';wukong
added seconds case for ck_uptime(); completed ck_time() function to allow different commands for checking time; reverted t_meas estimation to basic subtraction method; adjusted sleep timer from mod 30 to mod 60 in ckt0.sh;
2025-12-21added commented out alternate uptime prediction;wukong
changed to merge_meas() of t_meas[] estimate when t[before] == t[after], this provides a sub-second uncertainty when used with systime() and helps derived estimates converge; set shell script to use uncertainty based sleep time in main loop;
2025-12-10started tracking t_est[] and t_up[];wukong
refactored code, moving math from ck_uptime() to BEGIN block; switched to using t_up(new) = t_up(old) + dt to predict uptime; added conditional use of "date +%s.%N" to get t as float on FreeBSD; merged some changes between ckt0.awk and ckcptime.awk;
2025-12-06merged changes from FreeBSD environment;wukong
2025-12-05added uname check in ck_boottime(); updated variable names in merge_meas();wukong