Age | Commit message (Expand) | Author | Files | Lines |
2023-03-06 | stats: fix node name compare error when updating stats segment |  Xiaoming Jiang | 1 | -1/+1 |
2022-11-30 | stats: add boot time in stats segment |  Ole Troan | 2 | -1/+5 |
2022-07-19 | stats: add loops per second counter in the stats segment. |  Radha krishna Saragadam | 1 | -3/+15 |
2022-06-01 | stats: swap used and total stats |  Leland Krych | 1 | -2/+2 |
2022-05-19 | stats: fix collector updates of symlinks |  Arthur de Kerhor | 1 | -3/+9 |
2022-05-06 | stats: add vlib_stats_free_string_vector |  Damjan Marion | 2 | -0/+8 |
2022-05-06 | stats: strings in string vector are c strings |  Damjan Marion | 1 | -0/+1 |
2022-04-26 | stats: string vector and node collector improvements |  Damjan Marion | 4 | -109/+149 |
2022-04-15 | stats: store heap in the directory_entry vector |  Damjan Marion | 2 | -15/+2 |
2022-04-08 | stats: fix vector overrun in expend check |  Dmitry Valter | 1 | -2/+2 |
2022-04-06 | stats: avoid linear search for empty entry |  Damjan Marion | 3 | -10/+16 |
2022-03-31 | stats: use vlib_stats_validate in collector |  Damjan Marion | 1 | -28/+5 |
2022-03-31 | stats: convert error counters to normal counters |  Damjan Marion | 4 | -68/+0 |
2022-03-23 | stats: fix crash due to pointer taken before validate |  Damjan Marion | 1 | -2/+4 |
2022-03-21 | stats: fix vlib_stats_validate_will_expand_internal |  Damjan Marion | 1 | -2/+2 |
2022-03-14 | stats: refactor vlib counters |  Damjan Marion | 4 | -112/+171 |
2022-03-14 | stats: support recursive locking |  Damjan Marion | 3 | -5/+32 |
2022-03-09 | stats: refactor |  Damjan Marion | 8 | -0/+1381 |