Most likely you're missing a library, and TrafficServer's build process just skips the command instead of failing.
Here was my experience on CentOS 7: > Thanks Kieron. You were definitely right on the money. > > For anyone curious, the correct answer was "curl-devel". That's "curl-devel". ;-) > > I found this out by mucking around a little with "make traffic_top"...happy to see the docs include it as well. FYI, I believe it's ncurses and ncurses-devel that are required for traffic_top as well. Hope this helps. Regards, Adam On Fri, Mar 13, 2015 at 6:41 PM Huaping Gu <humphrey...@gmail.com> wrote: > Hi ATS Dev, > After installed ATS 5.2 on Ubuntu 14.04, noticed that “traffic_top” command > is gone. > > From release notes, found one CLOSED bug. > https://issues.apache.org/jira/browse/TS-3047 > > In previous version built on Mac OS X Yosemite, both “traffic_top” and > “tstop” are in ./bin/ folder, not both are gone. > > Any suggestion to get this command back? > > thanks > Humphrey >