| Commit message (Collapse) | Author | Age |
| |
|
|
|
| |
previous data is not available;
added sub() statement to remove wall clock time from uptime command output;
|
| |
|
|
| |
changed t_prev initial guess to use ck_boottime();
|
| | |
|
| | |
|
| |
|
|
| |
collected from /proc/uptime;
|
| |
|
|
| |
of ten in the last digit's place;
|
| |
|
|
|
| |
added unc_g to algorithmically guess uncertainty when not available,
needs further testing and tuning;
|
| |
|
|
|
| |
added prediction of t0 baed on new t_meas value;
merge t0 prediction with updated (measured) t0 rather than t0_prev;
|
| |
|
|
|
|
|
| |
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;
|
| | |
|
| |
|
|
|
|
|
| |
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;
|
| |
|
|
|
|
|
| |
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;
|
| | |
|
| | |
|
| | |
|
|
|
shell variable.
|