diff --git a/README.md b/README.md index 7ce60cef52a0aa0462186bdfc89ab48b93775bcc..3f6f9364090a1658aa435726abf0ca1ad6e7c2a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # tdf-client -The Taiga Lustre system does not provide project level usage information in the way that IBM Spectrum Scale does. This command will allow the user to query their project level usage instead of seeing the usage information for the entire file system. \ No newline at end of file +The Taiga Lustre system does not provide project level usage information in the way that IBM Spectrum Scale does. This command will allow the user to query their project level usage instead of seeing the usage information for the entire file system. + + Usage: tdf [ --human | --csv ] --debug --help + + This utility will print out the usage information for your mapped Taiga exports: + + > tdf + Taiga Export Alloc(kbytes) Quota(kbytes) Used(kbytes) Avail(kbytes) Use% Files + /taiga/ncsa/cavl 161061273600 161061273600 111208277820 49852995780 69% 22952882 + + > tdf -h + Taiga Export Alloc(T) Quota(T) Used(T) Avail(T) Use% Files + /taiga/ncsa/cavl 150 150.0 103.5 46.5 69% 22931759 + + > tdf --csv + /taiga/ncsa/cavl,150,111116403012,161061273600,161061273600,-,22931759,90000000,90000000,- + + +