diff --git a/XenModel/FriendlyNames.Designer.cs b/XenModel/FriendlyNames.Designer.cs index 58ad05961..3d6d4036b 100644 --- a/XenModel/FriendlyNames.Designer.cs +++ b/XenModel/FriendlyNames.Designer.cs @@ -2058,6 +2058,78 @@ namespace XenAdmin { } } + /// + /// Looks up a localized string similar to PVS Cache eviction rate. + /// + public static string Label_performance_pvscache_evicted { + get { + return ResourceManager.GetString("Label-performance.pvscache_evicted", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PVS Cache hit rate. + /// + public static string Label_performance_pvscache_read_hits { + get { + return ResourceManager.GetString("Label-performance.pvscache_read_hits", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PVS Cache miss rate. + /// + public static string Label_performance_pvscache_read_misses { + get { + return ResourceManager.GetString("Label-performance.pvscache_read_misses", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PVS Cache observed read rate. + /// + public static string Label_performance_pvscache_read_total { + get { + return ResourceManager.GetString("Label-performance.pvscache_read_total", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PVS Cache space utilization. + /// + public static string Label_performance_pvscache_space_utilization { + get { + return ResourceManager.GetString("Label-performance.pvscache_space_utilization", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PVS Cache observed network traffic from clients. + /// + public static string Label_performance_pvscache_traffic_client_sent { + get { + return ResourceManager.GetString("Label-performance.pvscache_traffic_client_sent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PVS Cache saved network traffic. + /// + public static string Label_performance_pvscache_traffic_proxy_saved { + get { + return ResourceManager.GetString("Label-performance.pvscache_traffic_proxy_saved", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PVS Cache observed network traffic from servers. + /// + public static string Label_performance_pvscache_traffic_server_sent { + get { + return ResourceManager.GetString("Label-performance.pvscache_traffic_server_sent", resourceCulture); + } + } + /// /// Looks up a localized string similar to vCPUs idle. /// diff --git a/XenModel/FriendlyNames.resx b/XenModel/FriendlyNames.resx index 9eec27250..e411ee204 100644 --- a/XenModel/FriendlyNames.resx +++ b/XenModel/FriendlyNames.resx @@ -1877,4 +1877,28 @@ Unable to setup PVS Read-caching on VM '{0}'. No cache storage found on site '{1}'. + + PVS Cache eviction rate + + + PVS Cache hit rate + + + PVS Cache miss rate + + + PVS Cache observed read rate + + + PVS Cache space utilization + + + PVS Cache observed network traffic from clients + + + PVS Cache saved network traffic + + + PVS Cache observed network traffic from servers + \ No newline at end of file