app: nfs-v3-stats

Rewrite of the original nfs-stats app.
Includes more stats, nicer graphs, no more nfsstats bin requirement.
This commit is contained in:
crcro
2016-07-20 02:14:30 +03:00
parent e9bce1d322
commit ff5b6c9a2b
12 changed files with 615 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ function nicecase($item) {
case 'nfs-stats':
return 'NFS Stats';
case 'nfs-v3-stats':
return 'NFS v3 Stats';
default:
return ucfirst($item);
}