CP-20245: Wording changes for change of feature name to PVS-Accelerator

- changes following the renaming of the RRDs

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2017-01-04 14:01:33 +00:00 committed by Stephen Turner
parent e45accbe55
commit 3f89610f75
3 changed files with 25 additions and 25 deletions

View File

@ -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);

View File

@ -2061,72 +2061,72 @@ namespace XenAdmin {
/// <summary>
/// Looks up a localized string similar to PVS-Accelerator eviction rate.
/// </summary>
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);
}
}
/// <summary>
/// Looks up a localized string similar to PVS-Accelerator hit rate.
/// </summary>
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);
}
}
/// <summary>
/// Looks up a localized string similar to PVS-Accelerator miss rate.
/// </summary>
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);
}
}
/// <summary>
/// Looks up a localized string similar to PVS-Accelerator observed read rate.
/// </summary>
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);
}
}
/// <summary>
/// Looks up a localized string similar to PVS-Accelerator space utilization.
/// </summary>
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);
}
}
/// <summary>
/// Looks up a localized string similar to PVS-Accelerator observed network traffic from clients.
/// </summary>
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);
}
}
/// <summary>
/// Looks up a localized string similar to PVS-Accelerator saved network traffic.
/// </summary>
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);
}
}
/// <summary>
/// Looks up a localized string similar to PVS-Accelerator observed network traffic from servers.
/// </summary>
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);
}
}

View File

@ -1877,28 +1877,28 @@
<data name="Message.body-pvs_proxy_no_cache_sr_available" xml:space="preserve">
<value>Unable to setup PVS-Accelerator on VM '{0}'. No cache storage found on site '{1}'.</value>
</data>
<data name="Label-performance.pvscache_evicted" xml:space="preserve">
<data name="Label-performance.pvsaccelerator_evicted" xml:space="preserve">
<value>PVS-Accelerator eviction rate</value>
</data>
<data name="Label-performance.pvscache_read_hits" xml:space="preserve">
<data name="Label-performance.pvsaccelerator_read_hits" xml:space="preserve">
<value>PVS-Accelerator hit rate</value>
</data>
<data name="Label-performance.pvscache_read_misses" xml:space="preserve">
<data name="Label-performance.pvsaccelerator_read_misses" xml:space="preserve">
<value>PVS-Accelerator miss rate</value>
</data>
<data name="Label-performance.pvscache_read_total" xml:space="preserve">
<data name="Label-performance.pvsaccelerator_read_total" xml:space="preserve">
<value>PVS-Accelerator observed read rate</value>
</data>
<data name="Label-performance.pvscache_space_utilization" xml:space="preserve">
<data name="Label-performance.pvsaccelerator_space_utilization" xml:space="preserve">
<value>PVS-Accelerator space utilization</value>
</data>
<data name="Label-performance.pvscache_traffic_client_sent" xml:space="preserve">
<data name="Label-performance.pvsaccelerator_traffic_client_sent" xml:space="preserve">
<value>PVS-Accelerator observed network traffic from clients</value>
</data>
<data name="Label-performance.pvscache_traffic_proxy_saved" xml:space="preserve">
<data name="Label-performance.pvsaccelerator_traffic_proxy_saved" xml:space="preserve">
<value>PVS-Accelerator saved network traffic</value>
</data>
<data name="Label-performance.pvscache_traffic_server_sent" xml:space="preserve">
<data name="Label-performance.pvsaccelerator_traffic_server_sent" xml:space="preserve">
<value>PVS-Accelerator observed network traffic from servers</value>
</data>
<data name="Label-VM.pvs_read_caching_status" xml:space="preserve">