code wiki / _hdl_build / nx_mgmt_census.nx

nx_mgmt_census.nx

buildroot/runtime/_hdl_build/nx_mgmt_census.nx

9240 B104 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic mgmt
docsdependenciesstructsconstsfunctions

about

nx_mgmt_census.nx -- the MEASURED, HONEST ecosystem-MANAGEMENT scorecard vs the June-2026 SOTA (operator: "s class exceed management ... TRUE monitoring not false positive or negative ... s class exceed june 2026 management techniques per the nishi researcher"). Grounded in the sovereign management researcher (knowledge/library/mgmt_*.txt: control-plane/k8s/service-mesh/IaC/CD/DevOps/blue-green/feature-toggle/APM/ OpenTelemetry/tracing/heartbeat/autoscaling/load-balancing/service-discovery). It does NOT wave: a management dimension is CREDITED only when a real GREEN gate (or banked researcher evidence) proves it (liar-kill: no evidence -> GAP, never claimed), and it LEADS WITH THE GAPS vs the SOTA. The verdict is an honest "where are we" permil to S-class -- an honest "we are behind on X" IS the correct output, not a false-green. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_mgmt_census.nx

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

main c_puts sys_write c_contains_green sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close c_have c_puts ↻ c_file_nonempty sys_mmap ↻ sys_read_file ↻ c_gap c_puts ↻ c_num sys_mmap ↻ sys_write ↻ sys_openat_append c_w sys_write ↻ c_lognum sys_mmap ↻ sys_write ↻ sys_close ↻ sys_exit

structs

none

consts

none

functions

11func 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 }
called by 3: c_havec_gapmain calls 1: sys_write
12func c_num(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
18func c_lognum(fd: i64, v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
23func 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 }
called by 1: main calls 1: sys_write
26func c_contains_green(path: *u8) -> i64
called by 1: main calls 2: sys_mmapsys_read_file
36func c_file_nonempty(path: *u8) -> i64
called by 1: main calls 2: sys_mmapsys_read_file
43func c_have(ok: i64, dim: *u8, why: *u8) -> i64
called by 1: main calls 1: c_puts
48func 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 }
called by 1: main calls 1: c_puts
50func main() -> i64