# netperf **Repository Path**: tusdao/netperf ## Basic Information - **Project Name**: netperf - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-12 - **Last Updated**: 2021-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netperf POST http://127.0.0.1:8166/v1/putkey { "key": "key1", "val": [ { "key1_1": "val1_1" }, { "key1_2": "val1_2" }, { "key1_3": "val1_3" } ] } resp: { "code": 0, "message": "success" } POST http://127.0.0.1:8166/v1/getkey { "key": "key1" } resp: { "code": 0, "message": "success", "data": { "key": "key1", "val": [ { "key1_1": "val1_1" }, { "key1_2": "val1_2" }, { "key1_3": "val1_3" } ] } }