[lustre-devel] Cannot find documentation or comment blocks specifically defining lnet metrics
Jeff Johnson <[email protected]> Mon, 22 Jan 2024 11:35:23 -0800
| Newsgroups | org.lustre.lists.lustre-devel |
|---|---|
| Message-ID | <CAFCYAsfNnaLzKZrOTLLOc0S3077reuEWjs0ytJYNHm4+-5R4Sw@mail.gmail.com> |
Greetings all... I'm modifying a Lustre metrics reporting tool and incorporating lnet metrics into the data gathered. I dug through all the documentation I could find and looked through source for comment blocks and didn't find anything definitive. I'm hoping someone here could clarify. While some metrics are obvious (*_drop) others I would rather not develop to based on assumptions. msgs_alloc msgs_max rst_alloc send_count recv_count route_count drop_count send_length recv_length route_length drop_length If someone can point me to the document that clearly defines the above I'd appreciate it, so far I can't find any. As I said I don't want to develop based on assumptions. For example, when sampled over a short period of time does... ((X_length / X_count) / # samples) = avg rpc size of X type? Send, Recv, Route and Drop are fairly clear. Length and Count I am assuming are just that, n bytes and IOs. msgs_alloc, msgs_max, rst_alloc are less obvious. Thanks! --Jeff _______________________________________________ lustre-devel mailing list [email protected] http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org