Age | Commit message (Expand) | Author |
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 |
2024-09-21 | vcr: use 4-bit/16-color PNG in mem_to_png | Vito Caputo |
2024-09-19 | vcr: densify+deduplicate mem_to_png palette | Vito Caputo |
2024-09-16 | libvmon: Revert "libvmon: assume short positive reads found EOF" | Vito Caputo |
2024-09-15 | vcr: bump row clipping to not attempt partial row operations | Vito Caputo |
2024-09-09 | vcr: lighten grays used in PNG output rows | Vito Caputo |
2024-09-09 | vcr: clear shadow layer for entire row | Vito Caputo |
2024-09-07 | vcr: alternate row backgrounds in headless snapshots | Vito Caputo |
2024-09-07 | vcr: more row overflow crash preventions | Vito Caputo |
2024-09-04 | vmon: trigger final snapshot on SIGTERM | Vito Caputo |
2024-08-31 | vcr: update stale comment about layer count | Vito Caputo |
2024-08-31 | vcr: trailing whitespace cleanups | Vito Caputo |
2024-08-27 | vcr: represent mem backend layers in nibbles | Vito Caputo |
2024-08-25 | vmon: add --wip-name commandline argument | Vito Caputo |
2024-08-24 | charts: s/#missed it!/# missed it!/ | Vito Caputo |
2024-08-15 | libvmon: tidy up some elastic buffer handling | Vito Caputo |
2024-08-13 | charts: experimenting with a deferred maintenance mode | Vito Caputo |
2024-08-13 | charts: first stab at factoring out Xlib from charts/vmon | Vito Caputo |
2024-08-13 | vmon: use temp name and rename() for snapshots | Vito Caputo |
2024-08-11 | libvmon: assert(0) on unexpected children input | Vito Caputo |