Re: How to cancel TSContScheduleEvery?

2019-12-15 Thread Chao Xu
Hi supraja,

please try ```TSActionCancel```.

TSAction pending_action = TSContScheduleEvery(...);

TSActionCancel(pending_action);

- Oknet Xu

supraja sridhar  于2019年12月14日周六 下午7:28写道:
>
> Hello,
>
> Will TSContDestroy stop the continuation handler from being called again when 
> I use TSContScheduleEvery ?
>
> Thanks
> Supraja
>


-- 
- Oknet Xu


Re: CPU load at idle

2019-12-15 Thread Shu Kit Chan
Perhaps try this out? -
https://docs.trafficserver.apache.org/en/latest/admin-guide/performance/index.en.html#polling-timeout

On Fri, Dec 13, 2019 at 6:07 AM Veiko Kukk  wrote:
>
> Hi
>
> ATS 7.1.2, Centos 7.7.
> I'm seeing 15-16% CPU load while there is no traffic at all.
> proxy.process.cache.bytes_used 23934931615744
> proxy.process.cache.bytes_total 23935065833472
>
> Is that normal?
>
> Veiko