diff --git a/XenAdmin/Controls/CustomDataGraph/DataSet.cs b/XenAdmin/Controls/CustomDataGraph/DataSet.cs index e523bdd6b..51da3d561 100644 --- a/XenAdmin/Controls/CustomDataGraph/DataSet.cs +++ b/XenAdmin/Controls/CustomDataGraph/DataSet.cs @@ -285,7 +285,7 @@ namespace XenAdmin.Controls.CustomDataGraph } dataSet.Type = DataType.Gpu; } - else if (settype.StartsWith("pvscache")) + else if (settype.StartsWith("pvsaccelerator")) { if (settype.Contains("traffic") || settype.EndsWith("evicted")) dataSet.CustomYRange = new DataRange(1, 0, 1, Unit.BytesPerSecond, RangeScaleMode.Auto); diff --git a/XenModel/FriendlyNames.Designer.cs b/XenModel/FriendlyNames.Designer.cs index 361d11ba8..3a9532a2c 100644 --- a/XenModel/FriendlyNames.Designer.cs +++ b/XenModel/FriendlyNames.Designer.cs @@ -2061,72 +2061,72 @@ namespace XenAdmin { /// /// Looks up a localized string similar to PVS-Accelerator eviction rate. /// - public static string Label_performance_pvscache_evicted { + public static string Label_performance_pvsaccelerator_evicted { get { - return ResourceManager.GetString("Label-performance.pvscache_evicted", resourceCulture); + return ResourceManager.GetString("Label-performance.pvsaccelerator_evicted", resourceCulture); } } /// /// Looks up a localized string similar to PVS-Accelerator hit rate. /// - public static string Label_performance_pvscache_read_hits { + public static string Label_performance_pvsaccelerator_read_hits { get { - return ResourceManager.GetString("Label-performance.pvscache_read_hits", resourceCulture); + return ResourceManager.GetString("Label-performance.pvsaccelerator_read_hits", resourceCulture); } } /// /// Looks up a localized string similar to PVS-Accelerator miss rate. /// - public static string Label_performance_pvscache_read_misses { + public static string Label_performance_pvsaccelerator_read_misses { get { - return ResourceManager.GetString("Label-performance.pvscache_read_misses", resourceCulture); + return ResourceManager.GetString("Label-performance.pvsaccelerator_read_misses", resourceCulture); } } /// /// Looks up a localized string similar to PVS-Accelerator observed read rate. /// - public static string Label_performance_pvscache_read_total { + public static string Label_performance_pvsaccelerator_read_total { get { - return ResourceManager.GetString("Label-performance.pvscache_read_total", resourceCulture); + return ResourceManager.GetString("Label-performance.pvsaccelerator_read_total", resourceCulture); } } /// /// Looks up a localized string similar to PVS-Accelerator space utilization. /// - public static string Label_performance_pvscache_space_utilization { + public static string Label_performance_pvsaccelerator_space_utilization { get { - return ResourceManager.GetString("Label-performance.pvscache_space_utilization", resourceCulture); + return ResourceManager.GetString("Label-performance.pvsaccelerator_space_utilization", resourceCulture); } } /// /// Looks up a localized string similar to PVS-Accelerator observed network traffic from clients. /// - public static string Label_performance_pvscache_traffic_client_sent { + public static string Label_performance_pvsaccelerator_traffic_client_sent { get { - return ResourceManager.GetString("Label-performance.pvscache_traffic_client_sent", resourceCulture); + return ResourceManager.GetString("Label-performance.pvsaccelerator_traffic_client_sent", resourceCulture); } } /// /// Looks up a localized string similar to PVS-Accelerator saved network traffic. /// - public static string Label_performance_pvscache_traffic_proxy_saved { + public static string Label_performance_pvsaccelerator_traffic_proxy_saved { get { - return ResourceManager.GetString("Label-performance.pvscache_traffic_proxy_saved", resourceCulture); + return ResourceManager.GetString("Label-performance.pvsaccelerator_traffic_proxy_saved", resourceCulture); } } /// /// Looks up a localized string similar to PVS-Accelerator observed network traffic from servers. /// - public static string Label_performance_pvscache_traffic_server_sent { + public static string Label_performance_pvsaccelerator_traffic_server_sent { get { - return ResourceManager.GetString("Label-performance.pvscache_traffic_server_sent", resourceCulture); + return ResourceManager.GetString("Label-performance.pvsaccelerator_traffic_server_sent", resourceCulture); } } diff --git a/XenModel/FriendlyNames.resx b/XenModel/FriendlyNames.resx index a51d93d66..975e10614 100644 --- a/XenModel/FriendlyNames.resx +++ b/XenModel/FriendlyNames.resx @@ -1877,28 +1877,28 @@ Unable to setup PVS-Accelerator on VM '{0}'. No cache storage found on site '{1}'. - + PVS-Accelerator eviction rate - + PVS-Accelerator hit rate - + PVS-Accelerator miss rate - + PVS-Accelerator observed read rate - + PVS-Accelerator space utilization - + PVS-Accelerator observed network traffic from clients - + PVS-Accelerator saved network traffic - + PVS-Accelerator observed network traffic from servers