Question about efficient URL prefix search

2013-01-29 Thread Bowei Du
Hi all, I am looking for a way to quickly get a list of all objects stored in the ATS cache that start with a given string prefix (for example, given " foo.com/bar", returns objects {foo.com/bar123, foo.com/bar456, ...}). As far as I can tell, the actual URL of the cached object is not stored in

Re: Plugin API Logging

2013-01-29 Thread James Peach
On 29/01/2013, at 7:43 AM, Valerie Thompson wrote: > I am doing a 3.0.x plugin using C. Similar to the documentation hosted here: > http://trafficserver.apache.org/docs/trunk/sdk/plugin-management/guide-to-the-logging-api.en.html > > I have gotten everything to compile, and my plugin works at a

Re: Question about efficient URL prefix search

2013-01-29 Thread James Peach
On 29/01/2013, at 1:11 AM, Bowei Du wrote: > Hi all, > > I am looking for a way to quickly get a list of all objects stored in the > ATS cache that start with a given string prefix (for example, given " > foo.com/bar", returns objects {foo.com/bar123, foo.com/bar456, ...}). As > far as I can te

Re: Plugin API Logging

2013-01-29 Thread James Peach
On Jan 29, 2013, at 9:09 AM, Valerie Thompson wrote: > Just traffic server. Where can I find information about traffic_manager? http://trafficserver.apache.org/docs/trunk/admin/#traffic-server-processes > I'm afraid I'm not familiar with it. If you use the 'trafficserver' start script, then al

Re: I was confused by AlarmListTable in overviewRecord

2013-01-29 Thread James Peach
On 25/01/2013, at 3:55 AM, Yunkai Zhang wrote: > Hi folks: > > What is the purpose of AlarmListTable in overviewRecord? Does it outdate? > > It seems that, in the following steps: > > 1. Objects of AlarmListTable is added into overviewRecord::nodeAlarms and > overviewRecord::notFoundAlarms li

Re: I was confused by AlarmListTable in overviewRecord

2013-01-29 Thread Yunkai Zhang
On Wed, Jan 30, 2013 at 1:47 PM, James Peach wrote: > On 25/01/2013, at 3:55 AM, Yunkai Zhang wrote: > > > Hi folks: > > > > What is the purpose of AlarmListTable in overviewRecord? Does it > outdate? > > > > It seems that, in the following steps: > > > > 1. Objects of AlarmListTable is added i