Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 77068 invoked from network); 11 Jun 2005 17:34:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jun 2005 17:34:40 -0000 Received: (qmail 38352 invoked by uid 500); 11 Jun 2005 17:34:35 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 38296 invoked by uid 500); 11 Jun 2005 17:34:35 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 38279 invoked by uid 99); 11 Jun 2005 17:34:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of trawick@gmail.com designates 64.233.162.193 as permitted sender) Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.193) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 11 Jun 2005 10:34:33 -0700 Received: by zproxy.gmail.com with SMTP id 13so1576719nzp for ; Sat, 11 Jun 2005 10:34:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=reegUkPcirRhYYrB4M7qiph2fmGDu633D9WnLZ1LTmfkUb7Z7u05Akv2GAs+z6Ohrbu53M0VXaad7V4dxbiyb74b52IhwwL9H27CGBnCgF9Gg9YMHoTHOu0oNtBl160fg9+g7zaVgxRdTtoOTfy4lp2inDGNZfA6VT6dnMh7WPk= Received: by 10.36.222.48 with SMTP id u48mr2006548nzg; Sat, 11 Jun 2005 10:34:27 -0700 (PDT) Received: by 10.36.74.10 with HTTP; Sat, 11 Jun 2005 10:34:27 -0700 (PDT) Message-ID: Date: Sat, 11 Jun 2005 13:34:27 -0400 From: Jeff Trawick Reply-To: Jeff Trawick To: dev@httpd.apache.org Subject: Re: displaying thread id in mod_status ExtendedStatus table - how to request it? In-Reply-To: <6.2.1.2.2.20050609111352.06440920@pop3.rowe-clan.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6.2.1.2.2.20050609111352.06440920@pop3.rowe-clan.net> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/9/05, William A. Rowe, Jr. wrote: > At 05:03 AM 6/9/2005, Jeff Trawick wrote: > >Requre threadid in query argument to see this information? > >(/server-status/?notable&threadid or something like that) > > > Or name the columns? Better yet, move to an XML output > (?refresh=3D5&display=3Dxml) which any decent parser can tear apart, > no matter how we change things in the future? =20 > I like the idea of toggling columns, I'd make it more like > columns=3Dpid,tid,ss,m,req to allow for abbreviated displays. columns=3D with column names like that works for me columns=3Dall displays everything (may change layout in the future) default list for columns is whatever we display now modules need a flag to their status hook to know to implement xml (or omit if xml is required)... xml representation needed for everything else as well... or display=3Dxml implies that you get just the extendedstatus table and absolutely nothing else =20 > One other thing, we should probably contemplate disallowing > certain fields. E.g. someone who wanted server-status, but > didn't want to leak pid/tid or remote IP information might > want to lock out those fields from being returned. in due time, if someone is sufficiently itchy