zrhoffman edited a comment on pull request #6532:
URL: https://github.com/apache/trafficcontrol/pull/6532#issuecomment-1032019625


   Once these changes are made, TR responds on port 80 and port 3333:
   ```jsonc
   [zrhoffman@computer trafficcontrol]$ curl localhost:3333/crs/stats | jq
   {
     "app": {
       "buildTimestamp": "2022-02-07",
       "name": "traffic_router",
       "deploy-dir": "/opt/traffic_router",
       "git-revision": "${buildNumber}",
       "version": "6.2.0"
     },
     "stats": {
       "dnsMap": {},
       "httpMap": {},
       "totalDnsCount": 0,
       "totalHttpCount": 0,
       "totalDsMissCount": 1,
       "appStartTime": 1644274479863,
       "averageDnsTime": 0,
       "averageHttpTime": 0,
       "updateTracker": {
         "lastHttpsCertificatesCheck": 1644274540167,
         "lastCacheStateCheck": 1644274653886,
         "lastCacheStateChange": 1644274480649,
         "lastLetsEncryptDnsChallengeWatcherCheck": 1644274600401,
         "lastHttpsCertificatesFetchSuccess": 1644274540346,
         "lastConfigCheck": 1644274540186,
         "lastConfigChange": 1644274540200,
         "lastSteeringWatcherCheck": 1644274651137,
         "lastNetworkUpdaterCheck": 1644274480509,
         "lastGeolocationDatabaseUpdaterCheck": 1644274480509,
         "lastHttpsCertificatesFetchAttempt": 1644274540167
       }
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to