code wiki / _hdl_build / nx_stability_census.nx
nx_stability_census.nx
buildroot/runtime/_hdl_build/nx_stability_census.nx
about
nx_stability_census.nx -- the MEASURED, HONEST stability scorecard vs the SOTA (operator: "i want s class exceed
stability ... i am absolutely sure we arent s class stable compared to aws or other leaders"). Grounded in the
sovereign reliability researcher (knowledge/library/rel_*.txt: SRE/HA/fault-tolerance/failover/redundancy/circuit
-breaker/backoff/watchdog/OTP/chaos/rejuvenation/SLO). It does NOT wave: it CREDITS a reliability dimension ONLY
when a real GREEN gate log proves it (liar-kill: no green evidence -> GAP, never claimed), and it LEADS WITH THE
GAPS vs AWS -- the multi-node availability axes we do NOT have. The verdict is an honest "where are we" permil to
S-class, not a false-green (an honest "we are behind" IS the correct output, like nx_autonomy_meter). license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 10 | func c_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 11 | func c_w(fd: i64, s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(fd, s, n); return 0 } |
| 12 | func c_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 13 | func c_num(v: i64) -> i64 |
| 19 | func c_contains_green(path: *u8) -> i64 |
| 29 | func c_have(ok: i64, dim: *u8, why: *u8) -> i64 |
| 35 | func c_gap(dim: *u8, why: *u8) -> i64 { c_puts(" [GAP!] " as *u8); c_puts(dim); c_puts(" <- " as *u8); c_puts(why); c_puts("\n" as *u8); return 0 } |
| 37 | func main() -> i64 |