1. 05 May, 2023 1 commit
    • Xiaowu Zhang's avatar
      software/ors-amarisoft: Add xamari xlog service · af5e0f69
      Xiaowu Zhang authored
      Add a service that runs `xamari xlog stats[samples,rf]/<period>s` in
      enb/gnb instance. For now the resulting logfile enb.xlog/gnb.xlog is
      placed in monitor public folder to be served by monitor http server.
      
      Optionally the service also includes `x.drb_stats/<period>s`, which
      implies 100Hz polling. This is enabled by default.
      af5e0f69
  2. 04 May, 2023 4 commits
  3. 03 May, 2023 1 commit
  4. 02 May, 2023 1 commit
  5. 26 Apr, 2023 5 commits
  6. 24 Apr, 2023 2 commits
  7. 20 Apr, 2023 1 commit
    • Łukasz Nowak's avatar
      software/rapid-cdn: Implement frontend log · cde4559a
      Łukasz Nowak authored
      The access log is useful for usual analysis, but CDN has to provide deep
      metrics regarding each request, thus implement the frontend log, which follows
      more or less HAProxy's httplog
      http://docs.haproxy.org/2.6/configuration.html#option%20httplog and can be
      correlated with a timestamp to access log.
      
      The URI string is dropped from the frontend log, as it's already supported by
      the access log. Thanks to this it's safe to use !!! (triple exclamation mark)
      to split the log line, as those characters are not expected to be found in
      usual metrics provided by HAProxy.
      cde4559a
  8. 17 Apr, 2023 25 commits