behzad nouri
|
692aa99147
|
adds send/receive buffer errors to net-stats (#19249)
|
2021-08-16 18:22:23 +00:00 |
Michael Vines
|
3466f139a4
|
set -e shuffling
|
2018-11-11 16:24:36 -08:00 |
Michael Vines
|
def7d156f6
|
codemod --extensions sh '#!/usr/bin/env bash -e' '#!/usr/bin/env bash\nset -e'
|
2018-11-11 16:24:36 -08:00 |
Michael Vines
|
33aab094ef
|
codemod --extensions sh '#!/bin/bash' '#!/usr/bin/env bash'
|
2018-11-11 16:24:36 -08:00 |
Pankaj Garg
|
31e779d3f2
|
Added counters to track more metrics on dashboard (#1535)
- Total number of IP packets TX/RX from all nodes in the testnet
- Last consumed index on validator
- Last transmitted index on leader
|
2018-10-17 17:32:50 -07:00 |
Pankaj Garg
|
d12537bdb7
|
Include UDP sent statistics in net stats (#1225)
|
2018-09-14 13:32:13 -07:00 |
Pankaj Garg
|
5d19b799af
|
Fix snap configuration for netstat daemon (#1190)
- Also increased the frequency at which the stats are sent
- Fixed file permissions for snapcraft.yaml
|
2018-09-11 14:49:05 -07:00 |
Pankaj Garg
|
1c17c6dd2b
|
Report UDP network statistics (#1176)
* Report UDP network statistics
Fixes #1093
* Address review comments
* Address additional review comments
* Fix shellcheck errors
|
2018-09-10 15:52:08 -07:00 |