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

tarantool / tarantool / 16624
83%
master: 88%

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

pending completion
16624

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">)

26 of 26 new or added lines in 2 files covered. (100.0%)

41455 of 50370 relevant lines covered (82.3%)

936044.1 hits per line

Jobs
ID Job ID Ran Files Coverage
5 16624.5 (TARGET=coverage) 18 Apr 2019 02:06PM UTC 0
82.3
Travis Job 16624.5
Source Files on build 16624
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16624
  • f8d69266 on github
  • Prev Build on 1.10 (#16614)
  • Next Build on 1.10 (#16670)
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