Giter Site home page Giter Site logo

Comments (4)

supermariolabs avatar supermariolabs commented on July 26, 2024

Solved editing apache_httpd.py:

PATTERN = re.compile(r'Total Accesses:\s(?P\d+)\nTotal\skBytes:'
r'\s(?P\d+)\n'
r'Uptime:\s(?P\d+)\sReqPerSec:\s'
r'(?P<requests_per_sec>[\d.]+)\nBytesPerSec:\s'
r'(?P<bytes_per_sec>[\d.]+)\nBytesPerReq:\s'
r'(?P<bytes_per_request>[\d.]+)\nBusyWorkers:\s'
r'(?P[\d.]+)\nIdleWorkers:\s(?P[\d.]+)\n')

from newrelic-plugin-agent.

gmr avatar gmr commented on July 26, 2024

Your output is missing expected fields. Is ExtendedStatus turned on in Apache?

from newrelic-plugin-agent.

supermariolabs avatar supermariolabs commented on July 26, 2024

It's turned on but CPU load data is missing. I've modified py script and
now it works.

I think you should check presence of single fields. I've encountered some
problem on several machines (debian and centos).
Il giorno 21/giu/2013 21:47, "Gavin M. Roy" [email protected] ha
scritto:

Your output is missing expected fields. Is ExtendedStatus turned on in
Apache?


Reply to this email directly or view it on GitHubhttps://github.com//issues/37#issuecomment-19836843
.

from newrelic-plugin-agent.

notsureofagoodname avatar notsureofagoodname commented on July 26, 2024

Confirming I'm also not seeing CPU Status on a CentOS 6 box. Fix for me was similar to mcartia's

curl http://localhost:80//server-status?auto
Total Accesses: 54
Total kBytes: 289
Uptime: 270
ReqPerSec: .2
BytesPerSec: 1096.06
BytesPerReq: 5480.3
BusyWorkers: 1
IdleWorkers: 6
Scoreboard: __W...........................................

from newrelic-plugin-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.