Merge pull request #3963 from crcro/nfs-v3-stats-fix

nfs-v3-stats fixes
This commit is contained in:
Tony Murray
2016-08-05 13:32:45 -05:00
committed by GitHub
8 changed files with 7 additions and 7 deletions

View File

@@ -3,13 +3,13 @@
global $config;
$graphs = array(
'nfs-v3-stats' => 'NFS v3 Statistics',
'nfs-io' => 'IO',
'nfs-fh' => 'File handler',
'nfs-rc' => 'Reply cache',
'nfs-ra' => 'Read ahead cache',
'nfs-net' => 'Network stats',
'nfs-rpc' => 'RPC Stats',
'nfs-v3-stats_stats' => 'NFS v3 Statistics',
'nfs-v3-stats_io' => 'IO',
'nfs-v3-stats_fh' => 'File handler',
'nfs-v3-stats_rc' => 'Reply cache',
'nfs-v3-stats_ra' => 'Read ahead cache',
'nfs-v3-stats_net' => 'Network stats',
'nfs-v3-stats_rpc' => 'RPC Stats',
);