From owner-freebsd-questions@FreeBSD.ORG Fri Feb 17 22:12:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E3416A420 for ; Fri, 17 Feb 2006 22:12:43 +0000 (GMT) (envelope-from skye@f4.ca) Received: from seattle.f4.ca (seattle.f4.ca [216.127.61.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C83443D68 for ; Fri, 17 Feb 2006 22:12:42 +0000 (GMT) (envelope-from skye@f4.ca) Received: from c-67-168-115-129.hsd1.wa.comcast.net ([67.168.115.129] helo=[192.168.0.39]) by seattle.f4.ca with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.42) id 1FADqD-000Ajp-FG for freebsd-questions@freebsd.org; Fri, 17 Feb 2006 14:12:42 -0800 Mime-Version: 1.0 (Apple Message framework v623) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Skye Poier Date: Fri, 17 Feb 2006 14:13:08 -0800 X-Mailer: Apple Mail (2.623) X-Antivirus-Scanner: Cleared by Exiscan & ClamAV X-Spam-Score: -- Subject: Quota high watermark? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 22:12:43 -0000 Hi, is there anyway to query for users' max disk usage with the quota system? (and reset the high water mark after reading?) If not, I can just write a daemon script that polls quota(1) every couple of minutes and stores the max value for each user in some file.... just leaves a hole between polls where they could upload a file and then delete it quickly. Thanks, Skye