apache / trafficserver

Apache Traffic Serverâ„¢ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
https://trafficserver.apache.org/
Apache License 2.0
1.82k stars 806 forks source link

traffic.out not found #11806

Open HugManh opened 1 month ago

HugManh commented 1 month ago

Hi everyone, I using TrafficSrever branch: master - #828b7d3 I added config to record.config, config as bellow:

CONFIG proxy.config.dump_mem_info_frequency INT 1
CONFIG proxy.config.res_track_memory INT 1

But when start trafficserver then traffic.out not found in ats/var/log/trafficserver

To Reproduce

autoreconf -i --force
./configure --prefix=/home/user/trafficserver/ats --enable-experimental-plugin
make && make install
/etc/init.d/trafficserver
brbzull0 commented 1 month ago

Hi @HugManh.

ATS 10 is no longer using records.config, instead it uses records.yaml now. If you need to convert your old records.config to yaml, please follow this.

Also, we've moved to cmake build system, please check this out.

Regards.

bryancall commented 1 month ago

I would agree with @brbzull0 that you should move to the 10.0.0 release instead of using checkout of master.

HugManh commented 1 month ago

Thank, @bryancall @brbzull0 Sorry for the late reply, I will try switching to the 10.0.0 release.