{"id":3688,"date":"2022-12-20T17:19:46","date_gmt":"2022-12-20T20:19:46","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/nfsiostat-man8\/"},"modified":"2022-12-20T17:19:46","modified_gmt":"2022-12-20T20:19:46","slug":"nfsiostat-man8","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/nfsiostat-man8\/","title":{"rendered":"nfsiostat (man8)"},"content":{"rendered":"<h1 align=\"center\">nfsiostat<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#OPTIONS\">OPTIONS<\/a><br \/> <a href=\"#FILES\">FILES<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#AUTHOR\">AUTHOR<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">nfsiostat \u2212 Emulate iostat for NFS mount points using \/proc\/self\/mountstats<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>nfsiostat [[<\/b><i><interval><\/i><b>] [<\/b><i><count><\/i><b>]] [<\/b><i><options><\/i><b>][<\/b><i><mount_point><\/i><b>]<\/b><\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The <b>nfsiostat<\/b> command displays NFS client per-mount statisitics. <br \/> <interval><\/p>\n<p style=\"margin-left:22%;\">specifies the amount of time in seconds between each report. The first report contains statistics for the time since each file system was mounted. Each subsequent report contains statistics collected during the interval since the previous report.<\/p>\n<p style=\"margin-left:11%;\"><count><\/p>\n<p style=\"margin-left:22%;\">If the <i><count><\/i> parameter is specified, the value of <i><count><\/i> determines the number of reports generated at <i><interval><\/i> seconds apart. if the interval parameter is specified without the <i><count><\/i> parameter, the command generates reports continuously.<\/p>\n<p style=\"margin-left:11%;\"><options><\/p>\n<p style=\"margin-left:22%;\">Define below<\/p>\n<p style=\"margin-left:11%;\"><mount_point><\/p>\n<p style=\"margin-left:22%;\">If one or more <i><mount point><\/i> names are specified, statistics for only these mount points will be displayed. Otherwise, all NFS mount points on the client are listed.<\/p>\n<p style=\"margin-left:11%;\">The meaning of each column of <b>nfsiostat<\/b>\u2019s output is the following:<\/p>\n<p style=\"margin-left:23%;\">&#8211; <b>op\/s<\/b><\/p>\n<p style=\"margin-left:34%;\">This is the number of operations per second.<\/p>\n<p style=\"margin-left:23%;\">&#8211; <b>rpc bklog<\/b><\/p>\n<p style=\"margin-left:34%;\">This is the length of the backlog queue.<\/p>\n<p style=\"margin-left:23%;\">&#8211; <b>kB\/s<\/b><\/p>\n<p style=\"margin-left:34%;\">This is the number of kB written\/read per second.<\/p>\n<p style=\"margin-left:23%;\">&#8211; <b>kB\/op<\/b><\/p>\n<p style=\"margin-left:34%;\">This is the number of kB written\/read per each operation.<\/p>\n<p style=\"margin-left:23%;\">&#8211; <b>retrans<\/b><\/p>\n<p style=\"margin-left:34%;\">This is the number of retransmissions.<\/p>\n<p style=\"margin-left:23%;\">&#8211; <b>avg RTT (ms)<\/b><\/p>\n<p style=\"margin-left:34%;\">This is the duration from the time that client\u2019s kernel sends the RPC request until the time it receives the reply.<\/p>\n<p style=\"margin-left:23%;\">&#8211; <b>avg exe (ms)<\/b><\/p>\n<p style=\"margin-left:34%;\">This is the duration from the time that NFS client does the RPC request to its kernel until the RPC request is completed, this includes the RTT time above.<\/p>\n<p style=\"margin-left:23%;\">&#8211; <b>avg queue (ms)<\/b><\/p>\n<p style=\"margin-left:34%;\">This is the duration from the time the NFS client created the RPC request task to the time the request is transmitted.<\/p>\n<p style=\"margin-left:23%;\">&#8211; <b>errors<\/b><\/p>\n<p style=\"margin-left:34%;\">This is the number of operations that completed with an error status (status < 0). This count is only available on kernels with RPC iostats version 1.1 or above.<\/p>\n<p style=\"margin-left:11%;\">Note that if an interval is used as argument to <b>nfsiostat<\/b>, then the <br \/> diffrence from previous interval will be displayed, otherwise the <br \/> results will be from the time that the share was mounted.<\/p>\n<h2>OPTIONS <a name=\"OPTIONS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>\u2212a or \u2212\u2212attr<\/b><\/p>\n<p style=\"margin-left:22%;\">displays statistics related to the attribute cache<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212d or \u2212\u2212dir<\/b><\/p>\n<p style=\"margin-left:22%;\">displays statistics related to directory operations<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212h or \u2212\u2212help<\/b><\/p>\n<p style=\"margin-left:22%;\">shows help message and exit<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212l LIST or \u2212\u2212list=LIST<\/b><\/p>\n<p style=\"margin-left:22%;\">only print stats for first LIST mount points<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212p or \u2212\u2212page<\/b><\/p>\n<p style=\"margin-left:22%;\">displays statistics related to the page cache<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212s or \u2212\u2212sort<\/b><\/p>\n<p style=\"margin-left:22%;\">Sort NFS mount points by ops\/second<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212\u2212version<\/b><\/p>\n<p style=\"margin-left:22%;\">show program\u2019s version number and exit<\/p>\n<h2>FILES <a name=\"FILES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>\/proc\/self\/mountstats<\/b><\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>iostat<\/b>(8), <b>mountstats<\/b>(8), <b>nfsstat(8)<\/b><\/p>\n<h2>AUTHOR <a name=\"AUTHOR\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Chuck Lever <chuck.lever@oracle.com><\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  nfsiostat \u2212 Emulate iostat for NFS mount points using \/proc\/self\/mountstats <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[5,52,4,800],"class_list":["post-3688","post","type-post","status-publish","format-standard","hentry","category-8-administracion-del-sistema","tag-5","tag-administracion","tag-man8","tag-nfsiostat"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3688","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=3688"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3688\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=3688"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=3688"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=3688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}