misc: bug fixes and improvements for stats Fuse fs 32/32532/1
authorArthur de Kerhor <arthurdekerhor@gmail.com>
Wed, 24 Mar 2021 14:32:07 +0000 (07:32 -0700)
committerarthurdekerhor@gmail.com <arthurdekerhor@gmail.com>
Thu, 3 Jun 2021 07:38:21 +0000 (07:38 +0000)
commit27777bd89016a057e995b4c3d0447eecebb7b345
tree47706e0bc48be6ab6b999f1b646ad2171b067471
parentcd01b3a73596a6c4e741b9cd8349b81f0ccc8ee0
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>
(cherry picked from commit 9cfbd3b7869db3ca5131c6fd0c0f77b787fa4312)
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