Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDF0A102CF for ; Mon, 3 Feb 2014 18:07:28 +0000 (UTC) Received: (qmail 85062 invoked by uid 500); 3 Feb 2014 18:07:26 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 85007 invoked by uid 500); 3 Feb 2014 18:07:25 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 84998 invoked by uid 99); 3 Feb 2014 18:07:24 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Feb 2014 18:07:24 +0000 Received: from localhost (HELO [192.168.1.4]) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Feb 2014 18:07:24 +0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: Does anything in CouchDB API tell us free space on disk? From: Robert Samuel Newson In-Reply-To: Date: Mon, 3 Feb 2014 18:07:16 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user X-Mailer: Apple Mail (2.1827) And out of scope for a database server, in my opinion. (And not just = because the os_mon application, which is the only way to get this = information, is fairly odd/buggy). On 3 Feb 2014, at 17:51, Paul Davis wrote: > Nope. There's nothing like that exposed. >=20 > On Mon, Feb 3, 2014 at 11:22 AM, R.J. Steinert = wrote: >> HI all, >> I see that we can get disk stats on databases but my CouchApp is = interested >> in putting those stats in context of available space. Is free space = on disk >> anywhere in the API? I've checked the wiki but can't seem to find = anything. >>=20 >> - R.J. Steinert