How to know databage percentage used from Domino console

Hello,i would like to know if there is a way to know a database used space (in percentage)with a console line command.

I know that i could put them in a notes workspace and check them with application–> properties → % used, but a faster way could be appreciated :slight_smile:

Thanks for your help.

Subject: well …

there used to be a column in the Admin Client on the Files tab but I don’t see it there any more. In your server log look in the Database Sizes view and it will show you the percentages from the last time StatLog ran (3AM daily by default).

Subject: Yep

they took that column away. A lot of people, including myself have been asking for it back.

Subject: I’d like to know too!

I’m missing the %used column and it doesn’t seem to be recorded in the log either anymore. Even though the column is still there it just shows 0.The affected servers are running Domino 8.5.1FP2.

Subject: %used column in notes log

you have to enable your server to populate the information. I guess it takes extra resources for this process so it was taken out by default and you have to add the following notes.ini parameter to enable it

CATALOG_DISK_USAGE=1

http://www-10.lotus.com/ldd/dominowiki.nsf/dx/catalog_disk_usage

Subject: Thanks. Works a treat.