CCNP: show ip eigrp neighbors

RouterA#show ip eigrp neighbors
IP - EIGRP neighbors for process 100
Address		Interface		Holdtime	Uptime	Q	Seq	SRTT	RTO
				(secs)	(h:m:s)	Count	Num	(ms)	(ms)
140.100.40.22	Ethernet1		13	0:00:41	0	11	4	28
140.100.32.22	Ethernet0		14	0:02:01	0	10	12	24
140.100.32.31	Ethernet0		12	0:02:02	0	4	5	2

RouterA# show ip eigrp neighbors [ Field Explanations ]
Process 100 The autonomous system number used to identify routers from whom to accept routing updates.
Address IP address of the EIGRP neighbor.
Interface Interface on which the router is receiving Hello packets from the neighbor.
Holdtime Length of time, in seconds, that the router will wait to hear from the neighbor before declaring it down. The default is 15 seconds.
Uptime Time - measured in hours, minutes and seconds -- since the router first heard from this neighbor.
Q Count Number of EIGRP packets (update, query and reply) that the router has queued and is waiting to send.
Seq Num The sequence number of the last packet that was received from the neighbor.
SRTT Smooth round-trip time. The time is measured in milliseconds and is measured from the sending of the packets to the receipt of an acknowledgement from the neighbor.
RTO Retransmission timeout, in milliseconds. This shows how long the router will wait for an acknowledgment before it retransmits the packet.