CA-201581: Update stats friendly names

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2016-03-07 14:29:32 +00:00
parent 4f2260bf15
commit 0c9252f62f
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:4.0.30319.34209 // Runtime Version:4.0.30319.18444
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
@ -2032,7 +2032,7 @@ namespace XenAdmin {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to pool_session_count. /// Looks up a localized string similar to Number of sessions.
/// </summary> /// </summary>
public static string Label_performance_pool_session_count { public static string Label_performance_pool_session_count {
get { get {
@ -2041,7 +2041,7 @@ namespace XenAdmin {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to pool_task_count. /// Looks up a localized string similar to Number of tasks.
/// </summary> /// </summary>
public static string Label_performance_pool_task_count { public static string Label_performance_pool_task_count {
get { get {
@ -2518,7 +2518,7 @@ namespace XenAdmin {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to xapi_open_fds. /// Looks up a localized string similar to Number of open file descriptors.
/// </summary> /// </summary>
public static string Label_performance_xapi_open_fds { public static string Label_performance_xapi_open_fds {
get { get {

View File

@ -1779,16 +1779,16 @@
<value>Disk space allocations</value> <value>Disk space allocations</value>
</data> </data>
<data name="Label-performance.pool_session_count" xml:space="preserve"> <data name="Label-performance.pool_session_count" xml:space="preserve">
<value>pool_session_count</value> <value>Number of sessions</value>
</data> </data>
<data name="Label-performance.pool_task_count" xml:space="preserve"> <data name="Label-performance.pool_task_count" xml:space="preserve">
<value>pool_task_count</value> <value>Number of tasks</value>
</data> </data>
<data name="Label-performance.Tapdisks_in_low_memory_mode" xml:space="preserve"> <data name="Label-performance.Tapdisks_in_low_memory_mode" xml:space="preserve">
<value>Tapdisks in low memory mode</value> <value>Tapdisks in low memory mode</value>
</data> </data>
<data name="Label-performance.xapi_open_fds" xml:space="preserve"> <data name="Label-performance.xapi_open_fds" xml:space="preserve">
<value>xapi_open_fds</value> <value>Number of open file descriptors</value>
</data> </data>
<data name="Label-performance.io_errors" xml:space="preserve"> <data name="Label-performance.io_errors" xml:space="preserve">
<value>I/O errors</value> <value>I/O errors</value>