From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 3/7] tabled: add the status display Date: Wed, 20 Jan 2010 14:51:59 -0500 Message-ID: <4B575EDF.3020203@garzik.org> References: <20100114211216.53d51c13@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=EYIgV6BWN1/gi49BD3AV6Sh9gGSW9f0m8Z/3G0QVw3g=; b=SACTv/nfiTQLSbsm4i/YC/90uuN2eQGaYllg5ENwP1xDYD+6BUd9TFp/bZORe5V3QB NeLa1c5AsvAF2lG7uQZs/Mwu3Fulg99NcV4M9HdEF9E9Gj0NgWQTgemzZn0bTEbck1+Q mQd05hoZvPJHt+8zGKT1ezOGsqcZZqwvZ7dxE= In-Reply-To: <20100114211216.53d51c13@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 01/14/2010 11:12 PM, Pete Zaitcev wrote: > I find it too tiresome to monitor the status with kill -USR1. > This is more fun. The patch seems not too ugly regarding the factoring > of the cli_xxx methods. > > Signed-Off-By: Pete Zaitcev > > --- > doc/etc.tabled.conf | 3 > server/Makefile.am | 4 > server/config.c | 19 +++ > server/replica.c | 64 +++++++++++- > server/server.c | 104 +++++++++++++------- > server/status.c | 218 ++++++++++++++++++++++++++++++++++++++++++ > server/tabled.h | 12 +- > 7 files changed, 379 insertions(+), 45 deletions(-) applied... but we need some way to either turn this off, or limit to a list of incoming IP addresses. This is an admin interface, which should not be automatically available to all end-user applications. Jeff