This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Canada | |
root@sadykov:~# iperf3 -n 100m -p 5201 -c 158.69.52.119 | |
Connecting to host 158.69.52.119, port 5201 | |
[ 4] local 212.42.107.23 port 34930 connected to 158.69.52.119 port 5201 | |
[ ID] Interval Transfer Bandwidth Retr Cwnd | |
[ 4] 0.00-1.00 sec 661 KBytes 5.41 Mbits/sec 0 225 KBytes | |
[ 4] 1.00-2.00 sec 4.28 MBytes 35.9 Mbits/sec 0 1.98 MBytes | |
[ 4] 2.00-3.00 sec 4.96 MBytes 41.6 Mbits/sec 0 2.65 MBytes | |
[ 4] 3.00-4.00 sec 4.95 MBytes 41.5 Mbits/sec 0 2.65 MBytes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@701a48ab6f1b:/# ./taxi-push-backend --apns_cert ios_push_staging.pem | |
2019/03/18 12:34:04 INF [push_backend] Starting push notification backend | |
2019/03/18 12:34:04 INF [push_backend] Initializing: taxi_api_service | |
2019/03/18 12:34:04 FTL [main] error on local node start, initialization of "taxi_api_service" finished with error: Error initializing service: failed to parse PKCS1 private key | |
root@701a48ab6f1b:/# ./taxi-push-backend --apns_cert ios_push_production.pem | |
2019/03/18 12:34:15 INF [push_backend] Starting push notification backend | |
2019/03/18 12:34:15 INF [push_backend] Initializing: taxi_api_service | |
2019/03/18 12:34:15 INF [push_backend] Initializing: redis_service | |
2019/03/18 12:34:15 INF [push_backend] running "taxi_api_service" service |