misc: bug fixes and improvements for stats Fuse fs 41/32541/3
authorArthur de Kerhor <arthurdekerhor@gmail.com>
Wed, 24 Mar 2021 14:32:07 +0000 (07:32 -0700)
committerBeno�t Ganne <bganne@cisco.com>
Thu, 3 Jun 2021 07:25:04 +0000 (07:25 +0000)
commit9cfbd3b7869db3ca5131c6fd0c0f77b787fa4312
tree2c43941190db870ccb73a54df420756197bd330c
parent2f64790c596036877d1fc70a1cae0f96b655af19
misc: bug fixes and improvements for stats Fuse fs

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>
Makefile
extras/vpp_stats_fs/Makefile [new file with mode: 0644]
extras/vpp_stats_fs/README.md
extras/vpp_stats_fs/cmd.go
extras/vpp_stats_fs/go.mod [new file with mode: 0644]
extras/vpp_stats_fs/go.sum [new file with mode: 0644]
extras/vpp_stats_fs/install.sh
extras/vpp_stats_fs/stats_fs.go