sapling/eden/fs/store
Chad Austin 3dbad3ac01 show blob cache sizes in eden stats
Summary:
Have `eden stats` print the size of the blob cache if the running
edenfs has information about it.

Reviewed By: strager

Differential Revision: D13349220

fbshipit-source-id: 9f59f4399f2d4283aa80bcb54ba73c51d555d502
2018-12-06 19:43:52 -08:00
..
git [] Future<T>::then Future<T>::then(not-try-task) -> Future<T>::thenValue(task). - 2/11 2018-09-07 11:07:25 -07:00
hg Change the Windows pipe functions to not return until all the bytes are read/written or error. 2018-11-26 08:19:47 -08:00
mononoke ensure that mononoke http host header is set 2018-11-09 16:19:50 -08:00
test show blob cache sizes in eden stats 2018-12-06 19:43:52 -08:00
BackingStore.h remove fallback for correcting empty files 2018-10-22 20:27:26 -07:00
BlobAccess.cpp add a BlobAccess API for stateless blob reading 2018-11-26 10:46:51 -08:00
BlobAccess.h add a BlobAccess API for stateless blob reading 2018-11-26 10:46:51 -08:00
BlobCache.cpp show blob cache sizes in eden stats 2018-12-06 19:43:52 -08:00
BlobCache.h show blob cache sizes in eden stats 2018-12-06 19:43:52 -08:00
BlobMetadata.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
Diff.cpp Future<T>::then Future<T>::then() -> Future<T>::thenValue or thenTry. 2018-09-14 17:10:57 -07:00
Diff.h add a function for diffing source control commits 2018-03-20 16:47:12 -07:00
EmptyBackingStore.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EmptyBackingStore.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
IObjectStore.h clang-format 2018-10-02 10:07:38 -07:00
LocalStore.cpp add kEmptySha1 hash constant 2018-11-28 16:16:16 -08:00
LocalStore.h pass ReloadableConfig through to LocalStore 2018-11-09 11:22:03 -08:00
MemoryLocalStore.cpp pass ReloadableConfig through to LocalStore 2018-11-09 11:22:03 -08:00
MemoryLocalStore.h pass ReloadableConfig through to LocalStore 2018-11-09 11:22:03 -08:00
ObjectStore.cpp folly::Optional -> std::optional 2018-10-23 17:05:11 -07:00
ObjectStore.h add an in-memory LRU for blob metadata 2018-10-22 20:27:27 -07:00
RocksDbLocalStore.cpp pass ReloadableConfig through to LocalStore 2018-11-09 11:22:03 -08:00
RocksDbLocalStore.h pass ReloadableConfig through to LocalStore 2018-11-09 11:22:03 -08:00
SerializedBlobMetadata.cpp move SerializedBlobMetadata into its own file 2018-10-31 11:50:39 -07:00
SerializedBlobMetadata.h move SerializedBlobMetadata into its own file 2018-10-31 11:50:39 -07:00
SqliteLocalStore.cpp pass ReloadableConfig through to LocalStore 2018-11-09 11:22:03 -08:00
SqliteLocalStore.h pass ReloadableConfig through to LocalStore 2018-11-09 11:22:03 -08:00
StoreResult.cpp Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00
StoreResult.h Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00