Age | Commit message (Expand) | Author |
2025-02-08 | key: align some comments | Vito Caputo |
2025-01-19 | vmon: add some sanity checks for weird flag combinations | Vito Caputo |
2025-01-19 | vmon: monitor vmon's PID when reaper and executor | Vito Caputo |
2025-01-19 | vmon: implement --reaper | Vito Caputo |
2025-01-19 | vmon: introduce -R/--reaper flag | Vito Caputo |
2025-01-07 | vmon: introduce -L,--mem-locked flag | Vito Caputo |
2025-01-01 | libvmon: public vmon_proc_monitor() shouldn't accept a parent | Vito Caputo |
2025-01-01 | libvmon: ignore orphaned followed children still having parents | Vito Caputo |
2025-01-01 | vmon: wire up charts_vmon_dump_procs() to -D/--dump-procs | Vito Caputo |
2025-01-01 | charts: expose vmon_dump_procs() in a trivial wrapper | Vito Caputo |
2025-01-01 | libvmon: add vmon_dump_procs() debugging aid | Vito Caputo |
2024-11-30 | vcr: make vcr_shift_below_row_up_one() assert unconditional | Vito Caputo |
2024-11-30 | charts: assert that descendents of stale are stale | Vito Caputo |
2024-11-30 | libvmon: assume stale threads in a stale process | Vito Caputo |
2024-11-20 | vcr: fix us->timespec conversion math typo | Vito Caputo |
2024-11-19 | libvmon: increase VMON_HTAB_SIZE | Vito Caputo |
2024-11-13 | charts: fix skipped overlay render in stalls when deferred | Vito Caputo |
2024-10-19 | vcr: implement markers for vcr_present_mem_to_png() | Vito Caputo |
2024-10-19 | vcr: pass vwm_charts_t.marker_distance ref to vcr_new() | Vito Caputo |
2024-10-19 | vmon: wire up the new markers API to vmon's CLI | Vito Caputo |
2024-10-19 | charts: stub out marker API | Vito Caputo |
2024-10-19 | charts: remove shadow_row() wrapper | Vito Caputo |
2024-10-19 | charts: use named define for default interval | Vito Caputo |
2024-10-19 | charts/vcr: s/double/float/ | Vito Caputo |
2024-10-19 | charts: use multiplicative inverse in some places | Vito Caputo |
2024-10-18 | vcr: clip vcr_shift_below_row_up_one() for mem backend | Vito Caputo |
2024-10-16 | vcr: prevent row overflow in mem vcr_draw_text() | Vito Caputo |
2024-10-12 | libvmon: sprinkling of asserts | Vito Caputo |
2024-10-12 | vcr: more asserts | Vito Caputo |
2024-10-08 | charts: use clock_gettime(CLOCK_MONOTONIC_RAW) | Vito Caputo |
2024-10-08 | charts: move vwm logo / $name / Hz back to top | Vito Caputo |
2024-10-08 | charts: introduce a scheduling "adherence" row | Vito Caputo |
2024-10-08 | charts: move fixed pre-hierarchy rows to a define | Vito Caputo |
2024-10-08 | charts: compute an "adherence" value | Vito Caputo |
2024-10-08 | charts: try compute a real desired_delay_us | Vito Caputo |
2024-10-08 | vcr: switch to ppoll() and return microseconds delay | Vito Caputo |
2024-10-08 | vwm: ms->us poll timeout transition | Vito Caputo |
2024-10-08 | charts: {depth,row}=0 in draw_chart() not maintain_chart() | Vito Caputo |
2024-10-08 | charts: parameterize heading toggle in draw_columns() | Vito Caputo |
2024-10-08 | charts: some cosmetic fixups | Vito Caputo |
2024-10-08 | charts: repeat samples on missed deadlines | Vito Caputo |
2024-10-05 | charts: compute a "sample duration" for current sample | Vito Caputo |
2024-10-05 | charts: s/monitor/proc/ | Vito Caputo |
2024-09-29 | vwm: s/delay/delay_us/ | Vito Caputo |
2024-09-29 | vmon: s/delay/delay_us/ | Vito Caputo |
2024-09-29 | charts: clarify timeout units as microseconds | Vito Caputo |
2024-09-29 | vcr: clarify timeout units in naming | Vito Caputo |
2024-09-21 | charts: scale % bars by num_cpus when appropriate | Vito Caputo |
2024-09-21 | libvmon: maintain a flag indicating if a process is threaded | Vito Caputo |
2024-09-21 | libvmon: get the number of cpus | Vito Caputo |