eden/fs/docs/stats/Stats.md
There are EdenFS stats all over eden layers. You can check the stats value with any of the following way:
$ eden debug thrift getCounters --json
eden debug thrift getRegexCounters "^inodemap.*" --json
Also the following eden commands show some stats
eden rage : divide them into EdenFS Counters and Thrift Counterseden stats : show some of the inodes dynamic counterseden top : show some live and pending dynamic counters for fuse and object
requestsThere are three set of stats in Eden:
There are some integration tests for the availability and the value of the stats. e.g.