The output from routerstat looks something like:
The numbers after each letter are as follows:
M - Number of messages currently being processed by LNet (the maximum number of messages which were ever processed by LNet concurrently)
E - Number of LNet errors
S - Total size (length) of messages sent in bytes/ Number of messages sent
R - Total size (length) of messages received in bytes/Number of messages received
F - Total size (length) of messages routed in bytes/Number of messages routed
D - Total size (length) of messages dropped in bytes/Number of messages dropped
When you provide routerstat with an interval, in seconds, you will see something like:
The first line of output is the same as if you didn't give routerstat an interval as in the previous example. Each of the other lines are:
M - Number of messages currently being processed by LNet (the maximum number of messages which were ever processed by LNet concurrently)
E - Number of LNet errors per second
S - Total size (length) of messages sent in Mbytes per second / Number of messages sent per second
R - Total size (length) of messages received in Mbytes per second /Number of messages received per second
F - Total size (length) of messages routed in Mbytes per second /Number of messages routed per second
D - Total size (length) of messages dropped in Mbytes per second /Number of messages dropped per second
I"ll upload a patch to update the man page and manual entry for routerstat with this information.
Please let me know if this answers your questions.
Man page update landed to master and Documentation included in latest manual.