#include <nodes.h>
Data Fields | |
| guchar | status |
| See possible values below. | |
| time_t | connect_date |
| When we got connected (after handshake). | |
| time_t | up_date |
| When remote server started (0 if unknown). | |
| guint32 | gnet_files_count |
| Amount of files shared. | |
| guint32 | gnet_kbytes_count |
| Size of the library, in Kbytes. | |
| gboolean | gnet_info_known |
| Whether previous two values are known. | |
| guint32 | sent |
| Number of sent packets. | |
| guint32 | received |
| Number of received packets. | |
| guint32 | tx_dropped |
| Number of packets dropped at TX time. | |
| guint32 | rx_dropped |
| Number of packets dropped at RX time. | |
| guint32 | n_bad |
| Number of bad packets received. | |
| guint16 | n_dups |
| Number of dup messages received (bad). | |
| guint16 | n_hard_ttl |
| Number of hard_ttl exceeded (bad). | |
| guint32 | n_weird |
| Number of weird messages from that node. | |
| guint32 | n_hostile |
| Number of messages from hostile IP. | |
| gint | squeue_sent |
| gint | squeue_count |
| gint | mqueue_count |
| gint | mqueue_percent_used |
| gboolean | in_tx_flow_control |
| gboolean | in_tx_swift_control |
| gint32 | tx_given |
| Bytes fed to the TX stack (from top). | |
| gint32 | tx_deflated |
| Bytes deflated by the TX stack. | |
| gint32 | tx_written |
| Bytes written by the TX stack. | |
| gboolean | tx_compressed |
| Is TX traffic compressed. | |
| gfloat | tx_compression_ratio |
| TX compression ratio. | |
| guint32 | tx_bps |
| TX traffic rate. | |
| gint32 | rx_given |
| Bytes fed to the RX stack (from bottom). | |
| gint32 | rx_inflated |
| Bytes inflated by the RX stack. | |
| gint32 | rx_read |
| Bytes read from the RX stack. | |
| gboolean | rx_compressed |
| Is RX traffic compressed. | |
| gfloat | rx_compression_ratio |
| RX compression ratio. | |
| gfloat | rx_bps |
| RX traffic rate. | |
| gboolean | has_qrp |
| Whether node is under QRP control. | |
| gfloat | qrp_efficiency |
| Queries matched / received on QRP control. | |
| guint32 | rx_queries |
| Total amount of queries received. | |
| guint32 | tx_queries |
| Total amount of queries sent. | |
| guint32 | rx_qhits |
| Total amount of hits received. | |
| guint32 | tx_qhits |
| Total amount of hits sent. | |
| gint | qrt_slots |
| Amount of slots in leaf's QRT. | |
| gint | qrt_generation |
| Generation number. | |
| gint | qrt_fill_ratio |
| of filling | |
| gint | qrt_pass_throw |
| Query limiter pass throw when table filled. | |
| guint32 | rt_avg |
| Average ping/pong roundtrip time. | |
| guint32 | rt_last |
| Last ping/pong roundtrip time. | |
| guint32 | tcp_rtt |
| RTT in ms over TCP. | |
| guint32 | udp_rtt |
| RTT in ms over UDP. | |
| gint | shutdown_remain |
| Number of seconds before shutdown. | |
| gchar | message [128] |
| Additional information. | |
|
|
When we got connected (after handshake).
|
|
|
Amount of files shared.
|
|
|
Whether previous two values are known.
|
|
|
Size of the library, in Kbytes.
|
|
|
Whether node is under QRP control.
|
|
|
|
|
|
|
|
|
Additional information.
|
|
|
|
|
|
|
|
|
Number of bad packets received.
|
|
|
Number of dup messages received (bad).
|
|
|
Number of hard_ttl exceeded (bad).
|
|
|
Number of messages from hostile IP.
|
|
|
Number of weird messages from that node.
|
|
|
Queries matched / received on QRP control.
|
|
|
of filling
|
|
|
Generation number.
|
|
|
Query limiter pass throw when table filled.
|
|
|
Amount of slots in leaf's QRT.
|
|
|
Number of received packets.
|
|
|
Average ping/pong roundtrip time.
|
|
|
Last ping/pong roundtrip time.
|
|
|
RX traffic rate.
|
|
|
Is RX traffic compressed.
|
|
|
RX compression ratio.
|
|
|
Number of packets dropped at RX time.
|
|
|
Bytes fed to the RX stack (from bottom).
|
|
|
Bytes inflated by the RX stack.
|
|
|
Total amount of hits received.
|
|
|
Total amount of queries received.
|
|
|
Bytes read from the RX stack.
|
|
|
Number of sent packets.
|
|
|
Number of seconds before shutdown.
|
|
|
|
|
|
|
|
|
See possible values below.
|
|
|
RTT in ms over TCP.
|
|
|
TX traffic rate.
|
|
|
Is TX traffic compressed.
|
|
|
TX compression ratio.
|
|
|
Bytes deflated by the TX stack.
|
|
|
Number of packets dropped at TX time.
|
|
|
Bytes fed to the TX stack (from top).
|
|
|
Total amount of hits sent.
|
|
|
Total amount of queries sent.
|
|
|
Bytes written by the TX stack.
|
|
|
RTT in ms over UDP.
|
|
|
When remote server started (0 if unknown).
|
1.3.6