summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* started tracking t_est[] and t_up[];wukong2025-12-10
| | | | | | | 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;
* merged changes from FreeBSD environment;wukong2025-12-06
|
* clean up unused code;wukong2025-12-05
|
* added uname check in ck_boottime(); updated variable names in merge_meas();wukong2025-12-05
|
* initial commit. ckt0.awk is launched from ckt0.sh with state stored in a ↵wukong2025-11-22
shell variable.