<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mon_fbsd, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/'/>
<entry>
<title>adjusted whitespace in ck_boottime();</title>
<updated>2026-06-10T18:24:31+00:00</updated>
<author>
<name>wukong</name>
<email>wukong@longaeva</email>
</author>
<published>2026-06-10T18:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/commit/?id=08cb3fef49add51e199d656705842c19c586f6ae'/>
<id>08cb3fef49add51e199d656705842c19c586f6ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge code between ckcptime and ckt0 scripts;</title>
<updated>2026-06-09T17:47:09+00:00</updated>
<author>
<name>wukong</name>
<email>wukong@longaeva</email>
</author>
<published>2026-06-09T17:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/commit/?id=7fb50be1944f3a76a285ac04423ae233728b5bf7'/>
<id>7fb50be1944f3a76a285ac04423ae233728b5bf7</id>
<content type='text'>
added btime check from /proc/stat in ckt0.awk;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added btime check from /proc/stat in ckt0.awk;
</pre>
</div>
</content>
</entry>
<entry>
<title>changed plot markers to dots;</title>
<updated>2026-04-15T03:45:20+00:00</updated>
<author>
<name>wukong</name>
<email>wukong@longaeva</email>
</author>
<published>2026-04-15T03:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/commit/?id=40548183b45666afc50373b0ee172465660fc479'/>
<id>40548183b45666afc50373b0ee172465660fc479</id>
<content type='text'>
reduced iteration in ckt0.sh;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reduced iteration in ckt0.sh;
</pre>
</div>
</content>
</entry>
<entry>
<title>added ckt0.gp (gnuplot) to plot logged estimates;</title>
<updated>2026-02-18T00:20:04+00:00</updated>
<author>
<name>wukong</name>
<email>wukong@longaeva</email>
</author>
<published>2026-02-18T00:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/commit/?id=e13d388ced9ae1269b19506051a7d70d2113b9a8'/>
<id>e13d388ced9ae1269b19506051a7d70d2113b9a8</id>
<content type='text'>
changed sprintf parameter from %.f to %d due to round off effects;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changed sprintf parameter from %.f to %d due to round off effects;
</pre>
</div>
</content>
</entry>
<entry>
<title>corrected typo in ck_uptime();</title>
<updated>2026-02-10T22:43:22+00:00</updated>
<author>
<name>wukong</name>
<email>wukong@longaeva</email>
</author>
<published>2026-02-10T22:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/commit/?id=1961c8dbb25fb7fadfda805bea7d60fba143a436'/>
<id>1961c8dbb25fb7fadfda805bea7d60fba143a436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added checks for zero valued uptime parameters in ck_uptime();</title>
<updated>2026-02-10T21:28:36+00:00</updated>
<author>
<name>wukong</name>
<email>wukong@longaeva</email>
</author>
<published>2026-02-10T21:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/commit/?id=34154971446d8822806bea707a6eb971c9756dbd'/>
<id>34154971446d8822806bea707a6eb971c9756dbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed text substitution on ck_uptime() on Darwin to allow sec counter in first</title>
<updated>2026-02-08T06:26:57+00:00</updated>
<author>
<name>wukong</name>
<email>wukong@longaeva</email>
</author>
<published>2026-02-08T06:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/commit/?id=0f201cda8d5099018379b44273a695d07761052d'/>
<id>0f201cda8d5099018379b44273a695d07761052d</id>
<content type='text'>
    minute after bootup;
added (+ 0.0) in days, hrs, mins, sec cases to change string to float for
    comparison in if condition;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    minute after bootup;
added (+ 0.0) in days, hrs, mins, sec cases to change string to float for
    comparison in if condition;
</pre>
</div>
</content>
</entry>
<entry>
<title>migrated to using ck_boottime() to populate initial guess of t_prev when</title>
<updated>2026-02-06T03:31:03+00:00</updated>
<author>
<name>wukong</name>
<email>wukong@longaeva</email>
</author>
<published>2026-02-06T03:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/commit/?id=a808892b87853d0cedae554b7cf1c20d5c813cff'/>
<id>a808892b87853d0cedae554b7cf1c20d5c813cff</id>
<content type='text'>
previous data is not available;
added sub() statement to remove wall clock time from uptime command output;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previous data is not available;
added sub() statement to remove wall clock time from uptime command output;
</pre>
</div>
</content>
</entry>
<entry>
<title>removed commented out code;</title>
<updated>2026-02-06T03:02:48+00:00</updated>
<author>
<name>wukong</name>
<email>wukong@longaeva</email>
</author>
<published>2026-02-06T03:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/commit/?id=ae73f95fa64bad7ae08657a9cbb6808570dcd9b8'/>
<id>ae73f95fa64bad7ae08657a9cbb6808570dcd9b8</id>
<content type='text'>
changed t_prev initial guess to use ck_boottime();
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changed t_prev initial guess to use ck_boottime();
</pre>
</div>
</content>
</entry>
<entry>
<title>moved saved state file to /tmp, which is a ramdisk/tmpfs mount point;</title>
<updated>2026-02-06T02:32:37+00:00</updated>
<author>
<name>wukong</name>
<email>wukong@longaeva</email>
</author>
<published>2026-02-06T02:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x09c5.net/mon_fbsd/commit/?id=8ce173c7336ea4d2de07e3890c2c4b073b84bf5c'/>
<id>8ce173c7336ea4d2de07e3890c2c4b073b84bf5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
