• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zulip / zulip / 4490 / 5
3%
master: 3%

Build:
DEFAULT BRANCH: master
Ran 12 Aug 2016 09:38PM UTC
Files 317
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Aug 2016 09:09PM UTC coverage: 95.182%. Remained the same
TEST_SUITE=static-analysis

push

travis-ci

timabbott
Fix excessive CPU usage by rabbitmq-numconsumers Nagios checks.

The previous model for these Nagios checks was kinda crazy -- every
minute, we'd run a full `rabbitmctl list_consumers` for each of the
dozen+ consumers that we have, and then do the exact same parsing
logic for each to determine whether the target queue has a running
consumer to write out a state file.

Because `rabbitmctl list_consumers` takes a small amount of resources,
on systems where CPU is very limited (e.g. t2 style AWS instances),
this minor CPU wastage could be problematic.

Now we just do that `rabbitmqctl list_consumers` once per minute, and
output all the state files from a single command.

Further TODO items on this front include removing the hardcoded list
of queues.

23489 of 24678 relevant lines covered (95.18%)

0.95 hits per line

Source Files on job 4490.5 (TEST_SUITE=static-analysis)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4490
  • Travis Job 4490.5
  • 88a123d5 on github
  • Prev Job for TEST_SUITE=static-analysis on master (#4486.5)
  • Next Job for TEST_SUITE=static-analysis on master (#4495.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc