aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vpp_stats_fs/stats_fs.go
AgeCommit message (Collapse)AuthorFilesLines
2024-06-12hs-test: added go style targetsAdrian Villin1-4/+4
- added checkstyle-go and fixstyle-go - comments in stats_fs.go were missing a space Type: make Change-Id: I520acab5ff61eaf9d0ccfd9425bdc41f74559198 Signed-off-by: Adrian Villin <avillin@cisco.com>
2021-06-03misc: bug fixes and improvements for stats Fuse fsArthur de Kerhor1-44/+63
Added syslogs Added support for symlinks Relocated make commands in a local Makefile Dumping stats on index instead of paths Updated README Added go.mod and go.sum with relevant dependencies for the module Type: fix Change-Id: I2c91317939b2f4d765771ab7038372ae27d3109d Signed-off-by: Arthur de Kerhor <arthurdekerhor@gmail.com>
2021-03-24misc: fuse fs for the stats segmentArthur de Kerhor1-0/+207
This extra allows to mount a FUSE filesystem reflecting the state of the stats segment. Type: feature Signed-off-by: Arthur de Kerhor <arthurdekerhor@gmail.com> Change-Id: I692f9ca5a65c1123b3cf28c761455eec36049791