DV
Size: a a a
DV
DV
DV
AS
DV
DV
DV
2021-01-17 15:58:36,627 [INFO] [TWAMP G.711 Test] Starting test session. Model g711, 250 packets
2021-01-17 15:58:36,627 [DEBUG] [TWAMP G.711 Test] Creating sender socket
2021-01-17 15:58:41,611 [INFO] [TWAMP G.711 Test] Session summary:
Packets sent: 250, Packets received: 250, Loss: 0, Duration: 4983.81ms
Out octets: 50000 (80.3Kbit/s), In octets: 50000 (80.3Kbit/s)
Direction | Min | Max | Avg | Jitter | Hops | Loss
-----------+-----------+-----------+-----------+-----------+---------+--------------
Inbound | 0.16ms | 1.00ms | 0.39ms | 0.14ms | 0 | 0.000%
Outbound | 0.20ms | 1.04ms | 0.50ms | 0.08ms | 0 | 0.000%
Round-trip | 0.38ms | 1.64ms | 0.88ms | 0.15ms | 0 | 0.000%
DV
IS
2021-01-17 15:58:36,627 [INFO] [TWAMP G.711 Test] Starting test session. Model g711, 250 packets
2021-01-17 15:58:36,627 [DEBUG] [TWAMP G.711 Test] Creating sender socket
2021-01-17 15:58:41,611 [INFO] [TWAMP G.711 Test] Session summary:
Packets sent: 250, Packets received: 250, Loss: 0, Duration: 4983.81ms
Out octets: 50000 (80.3Kbit/s), In octets: 50000 (80.3Kbit/s)
Direction | Min | Max | Avg | Jitter | Hops | Loss
-----------+-----------+-----------+-----------+-----------+---------+--------------
Inbound | 0.16ms | 1.00ms | 0.39ms | 0.14ms | 0 | 0.000%
Outbound | 0.20ms | 1.04ms | 0.50ms | 0.08ms | 0 | 0.000%
Round-trip | 0.38ms | 1.64ms | 0.88ms | 0.15ms | 0 | 0.000%
NA
DV
ДА
DV
SA
IE
IE
SA
SA
A
cd /opt/noc
./noc shell
from noc.core.mongo.connection import connect
connect()
from noc.aaa.models.user import User
u = User.objects.get(username="admin")
u.set_password("admin")
u.save()
IE