trafficserver
trafficserver copied to clipboard
traffic.out not found
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
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.
I would agree with @brbzull0 that you should move to the 10.0.0 release instead of using checkout of master.
Thank, @bryancall @brbzull0 Sorry for the late reply, I will try switching to the 10.0.0 release.
This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.