gRPC Test Server

Ping (Unary) + StreamData (Server Streaming) dashboard - Port :50051

Ho Chi Minh City (GMT+7)
--:--:--
---
Server UTC (GMT+0)
--:--:--
---

Service Info

gRPC Port:50051
Web Port:8081
Servicecdntest.CDNTestService
ProtocolHTTP/2 (h2c)

RPCs

PingUnary - ping/pong
StreamDataServer Streaming
ReflectionEnabled
Test viagrpcurl / this page

Ping Test (Unary RPC)

StreamData Test (Server Streaming RPC)

Chunks received: 0 | Elapsed: -

CLI Commands

$ grpcurl -plaintext HOST:50051 list
$ grpcurl -plaintext -d '{"message":"hi"}' HOST:50051 cdntest.CDNTestService/Ping
$ grpcurl -plaintext -d '{"total_chunks":10,"interval_ms":2000}' HOST:50051 cdntest.CDNTestService/StreamData