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

tarantool / tarantool / 16624 / 5
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gerold103/gh-8095-synchro-promote-part6
DEFAULT BRANCH: master
Ran 18 Apr 2019 02:06PM UTC
Files 305
Run time 24s
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

18 Apr 2019 12:45PM UTC coverage: 82.301% (-0.1%) from 82.418%
TARGET=coverage

push

travis-ci

locker
<a href="https://github.com/tarantool/tarantool/commit/<a class=hub.com/tarantool/tarantool/commit/f8d69266c0ef98c1f493c387ba5f8fbf31f8083e">f8d69266c<a href="https://github.com/tarantool/tarantool/commit/f8d69266c0ef98c1f493c387ba5f8fbf31f8083e">&quot;&gt;Improve box.stat.net output

 - Add REQUESTS.current to report the number of requests currently in
   flight, because it&amp;#39;s useful for understanding whether we need to
   increase box.cfg.net_msg_max.
 - Add REQUESTS.{rps,total}, because knowing the number of requests
   processed per second can come in handy for performance analysis.
 - Add CONNECTIONS.{rps,total} that show the number of connections
   opened per second and total. Those are not really necessary, but
   without them the output looks kinda lopsided.

Closes #4150

@TarantoolBot document
Title: Document new box.stat.net fields

Here&amp;#39;s the list of the new fields:

 - `CONNECTIONS.rps` - number of connections opened per second recently
   (for the last 5 seconds).
 - `CONNECTIONS.total` - total number of connections opened so far.
 - `REQUESTS.current` - number of requests in flight (this is what&amp;#39;s
   limited by `box.cfg.net_msg_max`).
 - `REQUESTS.rps` - number of requests processed per second recently
   (for the last 5 seconds).
 - `REQUESTS.total` - total number of requests processed so far.

`CONNECTIONS.rps`, `CONNECTIONS.total`, `REQUESTS.rps`, `REQUESTS.total`
are reset by `box.stat.reset()`.

Example of the new output:
```
---
- SENT:
    total: 5344924
    rps: 840212
  CONNECTIONS:
    current: 60
    rps: 148
    total: 949
  REQUESTS:
    current: 17
    rps: 1936
    total: 12139
  RECEIVED:
    total: 240882
    rps: 38428
...
```

(cherry picked from commit </a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/14673a7182732d8efcc52d23234edb5fcbab3eb6">14673a718</a>">14673a718</a><a href="https://github.com/tarantool/tarantool/commit/f8d69266c0ef98c1f493c387ba5f8fbf31f8083e">)

41455 of 50370 relevant lines covered (82.3%)

936044.1 hits per line

Source Files on job 16624.5 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 264
  • Source Changed 2
  • Coverage Changed 264
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13688
  • Travis Job 16624.5
  • f8d69266 on github
  • Prev Job for TARGET=coverage on 1.10 (#16614.5)
  • Next Job for TARGET=coverage on 1.10 (#16670.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc