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
Service
cdntest.CDNTestService
Protocol
HTTP/2 (h2c)
RPCs
Ping
Unary - ping/pong
StreamData
Server Streaming
Reflection
Enabled
Test via
grpcurl / this page
Ping Test (Unary RPC)
Send Ping
StreamData Test (Server Streaming RPC)
Chunks:
Interval (ms):
Start Stream
Stop
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