Motr  M0
m0_net_test_cmd_status_data Struct Reference

#include <commands.h>

Collaboration diagram for m0_net_test_cmd_status_data:
Collaboration graph

Data Fields

struct m0_net_test_msg_nr ntcsd_msg_nr_send
 
struct m0_net_test_msg_nr ntcsd_msg_nr_recv
 
struct m0_net_test_msg_nr ntcsd_bulk_nr_send
 
struct m0_net_test_msg_nr ntcsd_bulk_nr_recv
 
struct m0_net_test_msg_nr ntcsd_transfers
 
m0_time_t ntcsd_time_start
 
m0_time_t ntcsd_time_finish
 
m0_time_t ntcsd_time_now
 
bool ntcsd_finished
 
struct m0_net_test_mps ntcsd_mps_send
 
struct m0_net_test_mps ntcsd_mps_recv
 
struct m0_net_test_stats ntcsd_rtt
 

Detailed Description

M0_NET_TEST_CMD_STATUS_DATA.

See also
m0_net_test_cmd, m0_net_test_msg_nr, m0_net_test_stats

Definition at line 164 of file commands.h.

Field Documentation

◆ ntcsd_bulk_nr_recv

struct m0_net_test_msg_nr ntcsd_bulk_nr_recv

number of received bulk messages (total/failed/bad)

Definition at line 172 of file commands.h.

◆ ntcsd_bulk_nr_send

struct m0_net_test_msg_nr ntcsd_bulk_nr_send

number of sent bulk messages (total/failed/bad)

Definition at line 170 of file commands.h.

◆ ntcsd_finished

bool ntcsd_finished

Test was finished

Definition at line 182 of file commands.h.

◆ ntcsd_mps_recv

struct m0_net_test_mps ntcsd_mps_recv

'receive' messages per second statistics with 1s interval

Definition at line 186 of file commands.h.

◆ ntcsd_mps_send

struct m0_net_test_mps ntcsd_mps_send

'send' messages per second statistics with 1s interval

Definition at line 184 of file commands.h.

◆ ntcsd_msg_nr_recv

struct m0_net_test_msg_nr ntcsd_msg_nr_recv

number of received messages (total/failed/bad)

Definition at line 168 of file commands.h.

◆ ntcsd_msg_nr_send

struct m0_net_test_msg_nr ntcsd_msg_nr_send

number of sent messages (total/failed/bad)

Definition at line 166 of file commands.h.

◆ ntcsd_rtt

struct m0_net_test_stats ntcsd_rtt

RTT statistics (without lost messages) (test client only)

Note
Only RTT can be measured without very precise time synchronization between test client and test server.

Definition at line 192 of file commands.h.

◆ ntcsd_time_finish

m0_time_t ntcsd_time_finish

Test finish time

Definition at line 178 of file commands.h.

◆ ntcsd_time_now

m0_time_t ntcsd_time_now

Current time on the test node

Definition at line 180 of file commands.h.

◆ ntcsd_time_start

m0_time_t ntcsd_time_start

Test start time

Definition at line 176 of file commands.h.

◆ ntcsd_transfers

struct m0_net_test_msg_nr ntcsd_transfers

number of transfers (in both directions) (total/failed/bad)

Definition at line 174 of file commands.h.


The documentation for this struct was generated from the following file: