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

zulip / zulip / 4490 / 4
3%
master: 3%

Build:
DEFAULT BRANCH: master
Ran 12 Aug 2016 09:37PM UTC
Files 162
Run time 7s
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: 86.658%. Remained the same
TEST_SUITE=backend

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.

17738 of 20469 relevant lines covered (86.66%)

0.87 hits per line

Source Files on job 4490.4 (TEST_SUITE=backend)
  • 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.4
  • 88a123d5 on github
  • Prev Job for TEST_SUITE=backend on master (#4486.4)
  • Next Job for TEST_SUITE=backend on master (#4495.3)
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