bfg-common 1.4.72 → 1.4.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/localization/local_be.json +216 -216
- package/assets/localization/local_en.json +216 -216
- package/assets/localization/local_hy.json +216 -216
- package/assets/localization/local_kk.json +216 -216
- package/assets/localization/local_ru.json +216 -216
- package/assets/localization/local_zh.json +216 -216
- package/components/common/monitor/advanced/Advanced.vue +4 -3
- package/components/common/monitor/advanced/GraphView.vue +1 -1
- package/components/common/monitor/advanced/table/Table.vue +3 -1
- package/components/common/monitor/advanced/tools/Tools.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +9 -8
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +222 -278
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +3 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +11 -9
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +16 -16
- package/components/common/monitor/overview/Overview.vue +1 -1
- package/components/common/monitor/overview/filters/Filters.vue +2 -2
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +5 -5
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +13 -14
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +2 -2
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +2 -2
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +5 -5
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/Form.vue +3 -3
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +8 -8
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/config/toolbar.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +1 -1
- package/package.json +1 -1
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"advanced": "Advanced",
|
|
84
84
|
"advancedConfiguration": "Advanced configuration",
|
|
85
85
|
"advancedOptions": "Advanced Options",
|
|
86
|
-
"advancedPerformance": "Advanced Performance",
|
|
87
86
|
"advancedSystemSettings": "Advanced System Settings",
|
|
88
87
|
"agentVmSettings": "Agent VM Settings",
|
|
89
88
|
"alarmActions": "Alarm Actions",
|
|
@@ -201,7 +200,6 @@
|
|
|
201
200
|
"certificateValidTo": "Certificate Valid To",
|
|
202
201
|
"changeBothComputeResourceStorage": "Change both compute resource and storage",
|
|
203
202
|
"changeComputeResourceOnly": "Change compute resource only",
|
|
204
|
-
"changeCustomInterval": "Change custom interval",
|
|
205
203
|
"changeIdentityProvider": "Change Identity Provider",
|
|
206
204
|
"changePassword": "Change Password",
|
|
207
205
|
"changePasswordError": "Invalid password!",
|
|
@@ -212,10 +210,7 @@
|
|
|
212
210
|
"changesWillNotTakeEffectUntilTheHost": "Changes will not take effect until the host is restarted.",
|
|
213
211
|
"changingGatewayLossConnectBetweenHostVCenter": "Changing the default gateway might cause loss of connectivity between the host and Sphere Zone.",
|
|
214
212
|
"characterRequirements": "Character requirements",
|
|
215
|
-
"chartMetrics": "Chart Metrics",
|
|
216
|
-
"chartOptions": "Chart options",
|
|
217
213
|
"chartOptionsName": "Chart options name",
|
|
218
|
-
"chartType": "Chart Type",
|
|
219
214
|
"chooseGuestOSInstalledVM": "Choose the guest OS that will be installed on the virtual machine",
|
|
220
215
|
"chooseGuestOSInstalledVmAndMachineTypeUsedCreateVm": "Choose the guest OS that will be installed on the virtual machine and the machine type that will be used to create the virtual machine.",
|
|
221
216
|
"chosenDatastoreName": "Chosen name form datastore",
|
|
@@ -311,7 +306,6 @@
|
|
|
311
306
|
"copyPaste": "Copy & Paste",
|
|
312
307
|
"copyTo": "Copy To",
|
|
313
308
|
"copyUrl": "Copy Url",
|
|
314
|
-
"corePerSocket": "Core per Socket",
|
|
315
309
|
"coresPerSocket": "Cores per Socket",
|
|
316
310
|
"counters": "Counters",
|
|
317
311
|
"cpu": "CPU",
|
|
@@ -321,8 +315,6 @@
|
|
|
321
315
|
"cpuReady": "CPU ready",
|
|
322
316
|
"cpus": "CPUs",
|
|
323
317
|
"cpus2": "CPU(s)",
|
|
324
|
-
"cpuUsageInMhz": "CPU usage in MHz",
|
|
325
|
-
"cpuUsageInPercent": "CPU usage in %",
|
|
326
318
|
"cpuUtilization": "CPU Utilization",
|
|
327
319
|
"create": "Create",
|
|
328
320
|
"createHardDisk": "Create hard disk",
|
|
@@ -338,7 +330,6 @@
|
|
|
338
330
|
"custom": "Custom",
|
|
339
331
|
"customAttributes": "Custom Attributes",
|
|
340
332
|
"customerImprovementProgram": "Customer Experience Improvement Program",
|
|
341
|
-
"customInterval": "Custom interval",
|
|
342
333
|
"customizeHardware": "Customize hardware",
|
|
343
334
|
"daemon": "Daemon",
|
|
344
335
|
"datacenter": "Datacenter",
|
|
@@ -354,7 +345,6 @@
|
|
|
354
345
|
"date": "Date",
|
|
355
346
|
"dateTimeOnHost": "Date/time on host",
|
|
356
347
|
"days": "Days",
|
|
357
|
-
"days2": "Day(s)",
|
|
358
348
|
"dcFolders": "Datacenter Folders",
|
|
359
349
|
"december": "December",
|
|
360
350
|
"default": "Default",
|
|
@@ -383,7 +373,6 @@
|
|
|
383
373
|
"deleteGroupDesc": "Are you sure you want to delete {0}? This action is permanent and cannot be recovered.",
|
|
384
374
|
"deleteGroupMemberDesc": "Are you sure you want to remove user {user} from {group}? This action is permanent and cannot be recovered.",
|
|
385
375
|
"deleteHostText": "Deleting a Host {0} also removes all the host's virtual machines from the inventory.",
|
|
386
|
-
"deleteOptions": "Delete Options",
|
|
387
376
|
"deletePermission": "Delete Permission",
|
|
388
377
|
"deletePermissionDesc": "Do you want to delete the selected permission?",
|
|
389
378
|
"deleteRole": "Delete role",
|
|
@@ -496,7 +485,6 @@
|
|
|
496
485
|
"emailErrorText": "Please enter a valid email address",
|
|
497
486
|
"embeddedDesc": "Embedded (Integrated Windows Authentication, Active Directory over LDAP, Open LDAP)",
|
|
498
487
|
"empty": "Empty",
|
|
499
|
-
"emptyAdvancedGraphText": "Performance data is not currently available for this entry",
|
|
500
488
|
"emptyGraphText": "no performance data is available for the currently selected metrics",
|
|
501
489
|
"emptyNameError": "The name cannot be empty. Enter a name.",
|
|
502
490
|
"enable": "Enable",
|
|
@@ -593,7 +581,6 @@
|
|
|
593
581
|
"freeSpace": "Free Space",
|
|
594
582
|
"friday": "Friday",
|
|
595
583
|
"from": "from",
|
|
596
|
-
"from2": "from",
|
|
597
584
|
"fullScreenMode": "Full screen mode",
|
|
598
585
|
"fullyAutomated": "Fully Automated",
|
|
599
586
|
"function": "Function",
|
|
@@ -680,7 +667,6 @@
|
|
|
680
667
|
"hourFormat12": "12 Hour Format",
|
|
681
668
|
"hourFormat24": "24 Hour Format",
|
|
682
669
|
"hours": "hours",
|
|
683
|
-
"hours2": "Hour(s)",
|
|
684
670
|
"howWouldLikeCreateVirtualMachine": "How would you like to create a virtual machine?",
|
|
685
671
|
"hyperthreading": "Hyperthreading",
|
|
686
672
|
"hyperthreadingStatus": "Hyperthreading Status",
|
|
@@ -728,7 +714,6 @@
|
|
|
728
714
|
"internalName": "Internal name",
|
|
729
715
|
"interoperability": "Interoperability",
|
|
730
716
|
"invalidMacAddress": "The MAC address entered is invalid. Enter a different MAC address or select a different assignment method.",
|
|
731
|
-
"invalidTimeEntry": "Invalid time entry",
|
|
732
717
|
"inventories": "Inventories",
|
|
733
718
|
"inventoryDesc": " Select the items that will show up in the inventory tree (left panel)",
|
|
734
719
|
"ioFilters": "I/O Filters",
|
|
@@ -783,13 +768,9 @@
|
|
|
783
768
|
"last": "Last",
|
|
784
769
|
"last_file_based_backup": "Last File-Based Backup",
|
|
785
770
|
"last_updated": "Last Updated",
|
|
786
|
-
"lastDay": "Last day",
|
|
787
771
|
"lastModifiedDate": "Last modified date",
|
|
788
|
-
"lastMonth": "Last month",
|
|
789
772
|
"lastName": "Last Name",
|
|
790
773
|
"lastSyncDate": "Last sync date",
|
|
791
|
-
"lastWeek": "Last week",
|
|
792
|
-
"lastYear": "Last year",
|
|
793
774
|
"latest": "Latest",
|
|
794
775
|
"latinCpu": "CPU",
|
|
795
776
|
"launchConsole": "Launch Console",
|
|
@@ -817,7 +798,6 @@
|
|
|
817
798
|
"limitIops": "Limit - IOPs",
|
|
818
799
|
"limitMustBe": "Limit must be greater then or equal to {0}.",
|
|
819
800
|
"limitMustBeMax": "Limit must be less than or equal to {0}.",
|
|
820
|
-
"lineGraph": "Line Graph",
|
|
821
801
|
"linkLayerDiscoveryProtocol": "Link Layer Discovery Protocol",
|
|
822
802
|
"linkStatusOnly": "Link status only",
|
|
823
803
|
"liveResizeOperations": "Live Resize Operations",
|
|
@@ -908,7 +888,6 @@
|
|
|
908
888
|
"memoryUtilization": "Memory Utilization",
|
|
909
889
|
"message": "Message",
|
|
910
890
|
"method": "Method",
|
|
911
|
-
"mhz": "MHz",
|
|
912
891
|
"microsoftAdfs": "Microsoft ADFS",
|
|
913
892
|
"microsoftWindowsServer2019": "Microsoft Windows Server 2019 (64-bit)",
|
|
914
893
|
"migrate": "Migrate",
|
|
@@ -931,7 +910,6 @@
|
|
|
931
910
|
"monday": "Monday",
|
|
932
911
|
"monitorHealthCheck": "Monitor Health Check",
|
|
933
912
|
"monitoring": "Monitoring",
|
|
934
|
-
"months2": "Months(s)",
|
|
935
913
|
"more": "More",
|
|
936
914
|
"moreInfo": "MORE INFO",
|
|
937
915
|
"moreInformation": "More information",
|
|
@@ -1028,7 +1006,6 @@
|
|
|
1028
1006
|
"noAssociatedPortGroups": "No associated port groups",
|
|
1029
1007
|
"noCertificatesAdded": "No Certificates Added.",
|
|
1030
1008
|
"noConfigurableDeviceIsSelected": "No configurable device is selected.",
|
|
1031
|
-
"noCountersSelected": "No counters selected",
|
|
1032
1009
|
"noDataProvided": "No Data Provided",
|
|
1033
1010
|
"noDhcpEnabledVmKernelNetAdapters": "There are no DHCP-enabled VMkernel network adapters.",
|
|
1034
1011
|
"noFreeNetworkAdaptersAddSwitch": "There are no free network adapters to add to the switch.",
|
|
@@ -1037,7 +1014,6 @@
|
|
|
1037
1014
|
"none": "None",
|
|
1038
1015
|
"noNetworkSelected": "No network is selected. Select a network to continue.",
|
|
1039
1016
|
"nonpersistent": "Nonpersistent",
|
|
1040
|
-
"noPerformanceDataIsAvailableForTheCurrentlySelectedMetrics": "No performance data is available for the currently selected metrics",
|
|
1041
1017
|
"noPhysicalNetworkAdapters": "No physical network adapters",
|
|
1042
1018
|
"noPrivilegesAssigned": "No privileges assigned",
|
|
1043
1019
|
"normal": "Normal",
|
|
@@ -1074,7 +1050,6 @@
|
|
|
1074
1050
|
"offlineOps": "Offline ops.",
|
|
1075
1051
|
"ok": "OK",
|
|
1076
1052
|
"okOrCancelToReviewYourChanges": "Click OK to continue or Cancel to review your changes.",
|
|
1077
|
-
"oneOfSelectedDatesIsInTheFuture": "The specified time range is not valid. One of the selected dates is in the future.",
|
|
1078
1053
|
"opaqueNetwork": "Opaque Network",
|
|
1079
1054
|
"openId": "OpenID",
|
|
1080
1055
|
"openidAddress": "OpenID Address",
|
|
@@ -1093,7 +1068,6 @@
|
|
|
1093
1068
|
"overallHealth": "Overall Health",
|
|
1094
1069
|
"override": "Override",
|
|
1095
1070
|
"overrideDefaultGatewayForThisAdapter": "Override default gateway for this adapter",
|
|
1096
|
-
"overview": "Overview",
|
|
1097
1071
|
"overview2": "Overview",
|
|
1098
1072
|
"owner": "Owner",
|
|
1099
1073
|
"packages": "Packages",
|
|
@@ -1131,12 +1105,10 @@
|
|
|
1131
1105
|
"peakInvalidError": "The peak bandwidth must be a positive integer number.",
|
|
1132
1106
|
"perenniallyReserved": "Perennially Reserved",
|
|
1133
1107
|
"performance": "Performance",
|
|
1134
|
-
"performanceChartLegend": "Performance Chart Legend",
|
|
1135
1108
|
"performanceCounters": "Performance Counters",
|
|
1136
1109
|
"performanceOptimization": "Performance optimization",
|
|
1137
1110
|
"performanceOverview": "Performance Overview",
|
|
1138
1111
|
"performanceSummaryLastHour": "Performance summary last hour",
|
|
1139
|
-
"period": "Period",
|
|
1140
1112
|
"permissionsProvider": "Permissions provider",
|
|
1141
1113
|
"persistent": "Persistent",
|
|
1142
1114
|
"persistentMemory": "Persistent Memory",
|
|
@@ -1210,7 +1182,6 @@
|
|
|
1210
1182
|
"range": "Range",
|
|
1211
1183
|
"readyComplete": "Ready to Complete",
|
|
1212
1184
|
"readyCompleteDesc": "Review your selections before finishing the wizard",
|
|
1213
|
-
"realTime": "Real-time",
|
|
1214
1185
|
"reboot": "Reboot",
|
|
1215
1186
|
"rebootNodeApplyChanges": "Reboot the node to apply changes.",
|
|
1216
1187
|
"recommendations": "Recommendations",
|
|
@@ -1272,7 +1243,6 @@
|
|
|
1272
1243
|
"restartLoadBasedTeamingDaemonService": "Restart Load-Based Teaming Daemon service",
|
|
1273
1244
|
"restartTheService": " Restart the service",
|
|
1274
1245
|
"restrictReuse": "Restrict reuse",
|
|
1275
|
-
"retrievingData": "Retrieving data",
|
|
1276
1246
|
"returnFileBrowser": "Return to File Browser",
|
|
1277
1247
|
"returnSearchResults": "Return to Search Results",
|
|
1278
1248
|
"reversePolicy": "Reverse policy",
|
|
@@ -1299,7 +1269,6 @@
|
|
|
1299
1269
|
"sata": "Sata",
|
|
1300
1270
|
"saturday": "Saturday",
|
|
1301
1271
|
"save": "Save",
|
|
1302
|
-
"saveOptionsAs": "Save Options As",
|
|
1303
1272
|
"scanForNewStorage": "Scan for new Storage Devices",
|
|
1304
1273
|
"scanForNewStorageDesc": "Rescan all host bus adapters for new storage devices. Rescanning all adapters can be slow.",
|
|
1305
1274
|
"scanForNewVmsVolumes": "Scan for new VMFS Volumes",
|
|
@@ -1334,7 +1303,6 @@
|
|
|
1334
1303
|
"selectConfiguration": "select a configuration",
|
|
1335
1304
|
"selectConnectionType": "Select connection type",
|
|
1336
1305
|
"selectConnectionTypeToCreate": "Select a connection type to create.",
|
|
1337
|
-
"selectCountersForThisChart": "Select counters for this chart",
|
|
1338
1306
|
"selectCreationType": "Select a creation type",
|
|
1339
1307
|
"selectDatastoreClusterDatastore": "Select a datastore cluster or datastore",
|
|
1340
1308
|
"selectDatastoreName": "Select a name",
|
|
@@ -1362,8 +1330,6 @@
|
|
|
1362
1330
|
"selectNameFolder": "Select a name and folder",
|
|
1363
1331
|
"selectNetwork": "Select Network",
|
|
1364
1332
|
"selectNfsVersion": "Select the NFS version.",
|
|
1365
|
-
"selectObjectForChart": "Select object for this chart",
|
|
1366
|
-
"selectOption": "Select option",
|
|
1367
1333
|
"selectPhysicalNetworkAdapterFromListToViewItsDetails": "Select a physical network adapter from the list to view its details.",
|
|
1368
1334
|
"selectStorage": "Select storage",
|
|
1369
1335
|
"selectStorageConfigurationDiskFiles": "Select the storage for the configuration and disk files",
|
|
@@ -1424,7 +1390,6 @@
|
|
|
1424
1390
|
"space": "Space",
|
|
1425
1391
|
"spaceReclamationGranularity": "Space Reclamation Granularity",
|
|
1426
1392
|
"spaceReclamationPriority": "Space Reclamation Priority",
|
|
1427
|
-
"spaceUtilization": "Space Utilization",
|
|
1428
1393
|
"specialCharacters": "special characters",
|
|
1429
1394
|
"specificDomainControllers": "Specific domain controllers",
|
|
1430
1395
|
"specifyContentLibraryNameAndLocation": "Specify content library name and location.",
|
|
@@ -1443,7 +1408,6 @@
|
|
|
1443
1408
|
"sphere": "Sphere",
|
|
1444
1409
|
"spreadVMsAcrossGPUsBestPerformance": "Spread VMs across GPUs (best performance)",
|
|
1445
1410
|
"srIov": "SR-IOV",
|
|
1446
|
-
"stackedGraph": "Stacked Graph",
|
|
1447
1411
|
"standardSwitch": "Standard switch",
|
|
1448
1412
|
"standardSwitchInvalidMessage": "Select an existing standard switch.",
|
|
1449
1413
|
"standbyAdapters": "Standby adapters",
|
|
@@ -1512,7 +1476,6 @@
|
|
|
1512
1476
|
"takeSnapshot": "Take Snapshot",
|
|
1513
1477
|
"targetDiscovery": "Target Discovery",
|
|
1514
1478
|
"targetName": "Target name",
|
|
1515
|
-
"targetObjects": "Target Objects",
|
|
1516
1479
|
"taskConsole": "Task Console",
|
|
1517
1480
|
"tasksEvents": "Tasks and Events",
|
|
1518
1481
|
"tb": "TB",
|
|
@@ -1548,26 +1511,18 @@
|
|
|
1548
1511
|
"timeFormatDesc": "Select time format to be used by {trademark} Client",
|
|
1549
1512
|
"timeIntervalBetweenFailures": "Time interval between failures",
|
|
1550
1513
|
"timeRange": "Time Range",
|
|
1551
|
-
"timeRangeShouldNotBeSmallerThanHour": "The specified time range is not valid. It should not be smaller than 1 hour.",
|
|
1552
1514
|
"timeServiceIsCurrentlyNotSynchronized": "Time service is currently not synchronized.",
|
|
1553
|
-
"timespan": "Timespan",
|
|
1554
1515
|
"timestamp": "Timestamp",
|
|
1555
1516
|
"timeSynchronizationServices": "Time synchronization services",
|
|
1556
1517
|
"timeSynchronizationServicesHelpText": "You can have only one timekeeping service at the time. When PTP is the primary protocol, NTP can be started only in \"Monitoring\" state. You cannot set manual time when timekeeping service is running.",
|
|
1557
1518
|
"timeSynchronizationServicesTest": "Time Synchronization Services test",
|
|
1558
|
-
"timeToShouldBeLaterTimeFrom": "The specified time range is not valid. The \"to\" date should be later than the \"from\" date.",
|
|
1559
1519
|
"to": "To",
|
|
1560
|
-
"to2": "To",
|
|
1561
|
-
"toCsv": "To CSV",
|
|
1562
1520
|
"toggleFullscreenMode": "Toggle Full Screen Mode",
|
|
1563
1521
|
"togglePassthrough": "Toggle Passthrough",
|
|
1564
|
-
"toJpeg": "To JPEG",
|
|
1565
1522
|
"tokenTrustworthiness": "Token Trustworthiness",
|
|
1566
1523
|
"tools": "Tools",
|
|
1567
1524
|
"toolsEnable": "Tools Enable",
|
|
1568
1525
|
"toolsNotInstalledVm": "Tools is not installed on this virtual machine.",
|
|
1569
|
-
"toPng": "To PNG",
|
|
1570
|
-
"toSvg": "To SVG",
|
|
1571
1526
|
"total": "Total",
|
|
1572
1527
|
"total_migrations": "Total vMotion Migrations",
|
|
1573
1528
|
"total_processors": "Total processors",
|
|
@@ -1679,7 +1634,6 @@
|
|
|
1679
1634
|
"virtualHardware": "Virtual Hardware",
|
|
1680
1635
|
"virtualMachine": "Virtual Machine",
|
|
1681
1636
|
"virtualMachineName": "Virtual machine name",
|
|
1682
|
-
"virtualMachineOperations": "Virtual Machine Operations",
|
|
1683
1637
|
"virtualMachinePortGroup": "Virtual machine port group",
|
|
1684
1638
|
"virtualMachinePortGroupStandardSwitch": "Virtual machine port group",
|
|
1685
1639
|
"virtualMachinesLabel": "Show VMs in Hosts and Clusters view",
|
|
@@ -1743,7 +1697,6 @@
|
|
|
1743
1697
|
"warnings": "Warnings",
|
|
1744
1698
|
"webConsole": "Web Console",
|
|
1745
1699
|
"wednesday": "Wednesday",
|
|
1746
|
-
"weeks2": "Week(s)",
|
|
1747
1700
|
"whatIsTheProblemHowCan": "What is the problem? How can we help?",
|
|
1748
1701
|
"whenEnabledLockdown": "When enabled, lockdown mode prevents remote users from logging directly into this host. The host will only be accessible through local console or an authorized centralized management application",
|
|
1749
1702
|
"whenNeeded": "when needed",
|
|
@@ -1769,170 +1722,19 @@
|
|
|
1769
1722
|
"memoryReservationMb": "Memory Reservation (MB)",
|
|
1770
1723
|
"memoryLimitMb": "Memory Limit (MB)",
|
|
1771
1724
|
"memoryAllocationType": "Memory Allocation Type",
|
|
1772
|
-
"isoTimeFormat": "time is in ISO 8601 format",
|
|
1773
1725
|
"totalCpuUsagePercent": "Total CPU usage in % during the interval",
|
|
1774
1726
|
"usageForTotal": "Usage for total",
|
|
1775
1727
|
"core": "core",
|
|
1776
1728
|
"cpuCoreNUsagePercent": "CPU coreN usage in % during the interval",
|
|
1777
1729
|
"usageForCoreN": "Usage for coreN",
|
|
1778
1730
|
"active": "active",
|
|
1779
|
-
"memoryActiveName": "active",
|
|
1780
|
-
"amountMemoryIsCurrently": "Amount of memory that is currently in use or has been recently used and therefore cannot be dropped to disk",
|
|
1781
|
-
"usageInKb": "Usage in Kb",
|
|
1782
|
-
"amountMemoryUsedKernel": "Amount of memory used by the kernel for buffering data for input/output devices",
|
|
1783
|
-
"buffers": "buffers",
|
|
1784
|
-
"amountMemoryUsedKernelBuffering": "Amount of memory used by the kernel for buffering data for input/output devices",
|
|
1785
|
-
"cached": "cached",
|
|
1786
|
-
"amountMemoryUsedKernelCaching": "Amount of memory used by the kernel for caching data to speed up access to files on disk",
|
|
1787
|
-
"memoryFreeName": "Free",
|
|
1788
|
-
"amountFreeMemory": "Amount of free memory",
|
|
1789
1731
|
"swap": "swap",
|
|
1790
|
-
"memorySwapName": "swap",
|
|
1791
|
-
"sizeSwapFile": "Size of the swap file",
|
|
1792
|
-
"swapFree": "swap free",
|
|
1793
|
-
"amountFreeSpaceSwapFile": "Amount of free space in the swap file",
|
|
1794
|
-
"multicast": "multicast",
|
|
1795
|
-
"numberMulticastPacketsTransmitted": "number of multicast packets transmitted and received during the sampling interval",
|
|
1796
|
-
"multicastPackets": "multicast packets",
|
|
1797
1732
|
"num": "num",
|
|
1798
|
-
"transmitBandwidth": "transmit bandwidth",
|
|
1799
|
-
"averageAmountDataTransmit": "Average amount of data transmit per second",
|
|
1800
|
-
"dataTransmit": "data transmit",
|
|
1801
|
-
"kBps": "KBps",
|
|
1802
|
-
"receiveBandwidth": "receive bandwidth",
|
|
1803
|
-
"averageAmountDataReceive": "Average amount of data receive per second",
|
|
1804
|
-
"dataReceive": "data receive",
|
|
1805
|
-
"networkUsageName": "USAGE",
|
|
1806
|
-
"networkUtilizationDuringInterval": "Network utilization (combined transmit-rates and receive-rates) during the interval",
|
|
1807
|
-
"dataUsage": "data usage",
|
|
1808
|
-
"packetsReceived": "packets received",
|
|
1809
|
-
"numberPacketsWithErrors": "Number of packets with errors received during the sampling interval",
|
|
1810
|
-
"packetsWithErrorsReceived": "packets with errors received",
|
|
1811
|
-
"packetsTransmitted": "packets transmitted",
|
|
1812
|
-
"numberPacketsWithErrorsTransmitted": "Number of packets with errors transmitted during the sampling interval",
|
|
1813
|
-
"packetsWithErrorsTransmitted": "packets with errors transmitted",
|
|
1814
|
-
"transmitPacketsDropped": "transmit packets dropped",
|
|
1815
|
-
"numberTransmitsDropped": "Number of transmits dropped",
|
|
1816
|
-
"receivePacketsDropped": "receive packets dropped",
|
|
1817
|
-
"numberReceiveDropped": "Number of receive dropped",
|
|
1818
|
-
"receiveErrorsDetected": "receive errors detected",
|
|
1819
|
-
"numberReceivesDropped": "Number of receives dropped",
|
|
1820
|
-
"transmitErrorsDetected": "transmit errors detected",
|
|
1821
|
-
"numberTransmitDropped": "Number of transmit dropped",
|
|
1822
|
-
"receiveCrcErrors": "receive crc errors",
|
|
1823
|
-
"numberReceiveCrcErrors": "Number receive crc errors",
|
|
1824
|
-
"receiveFifoErrors": "receive fifo errors",
|
|
1825
|
-
"numberReceiveFifoErrors": "Number receive fifo errors",
|
|
1826
|
-
"receiveFrameErrors": "receive frame errors",
|
|
1827
|
-
"numberReceiveFrameErrors": "Number receive frame errors",
|
|
1828
|
-
"receiveLengthErrors": "receive length errors",
|
|
1829
|
-
"numberReceiveLengthErrors": "Number receive length errors",
|
|
1830
|
-
"receiveMissedErrors": "receive missed errors",
|
|
1831
|
-
"numberReceiveMissedErrors": "Number receive missed errors",
|
|
1832
|
-
"receiveOverErrors": "receive over errors",
|
|
1833
|
-
"numberReceiveOverErrors": "Number receive over errors",
|
|
1834
|
-
"transmitAbortedErrors": "transmit aborted errors",
|
|
1835
|
-
"numberTransmitAbortedErrors": "Number transmit aborted errors",
|
|
1836
|
-
"transmitCarrierErrors": "transmit carrier errors",
|
|
1837
|
-
"numberTransmitCarrierErrors": "Number transmit carrier errors",
|
|
1838
|
-
"transmitFifoErrors": "transmit fifo errors",
|
|
1839
|
-
"numberTransmitFifoErrors": "Number transmit fifo errors",
|
|
1840
|
-
"transmitHeartbeatErrors": "transmit heartbeat errors",
|
|
1841
|
-
"numberTransmitHeartbeatErrors": "Number transmit heartbeat errors",
|
|
1842
|
-
"transmitWindowErrors": "transmit window errors",
|
|
1843
|
-
"numberTransmitWindowErrors": "Number transmit window errors",
|
|
1844
|
-
"averageReadRequests": "average read requests per second",
|
|
1845
|
-
"averageNumberDiskReads": "Average number of disk reads per second during the collection interval",
|
|
1846
|
-
"numberReadAveraged": "Number Read Averaged",
|
|
1847
|
-
"averageWriteRequests": "average write requests per second",
|
|
1848
|
-
"averageNumberDiskWrites": "Average number of disk writes per second during the collection interval",
|
|
1849
|
-
"numberWriteAveraged": "Number Write Averaged",
|
|
1850
|
-
"readRequests": "read requests",
|
|
1851
|
-
"numberDiskReadsDuring": "Number of disk reads during the collection interval",
|
|
1852
|
-
"numberRead": "Number Read",
|
|
1853
|
-
"writeRequests": "write requests",
|
|
1854
|
-
"numberDiskRitesDuring": "Number of disk writes during the collection interval",
|
|
1855
|
-
"numberWrite": "Number Write",
|
|
1856
|
-
"maximumQueueDepth": "maximum queue depth",
|
|
1857
|
-
"maxQueueDepth": "Max Queue Depth",
|
|
1858
|
-
"readLatency": "read latency",
|
|
1859
|
-
"averageAmountTimeTakenDuringProcessScsi": "Average amount of time taken during the collection interval to process a SCSI read command issued from the guest OS to the virtual machine",
|
|
1860
|
-
"totalReadLatency": "Total Read Latency",
|
|
1861
|
-
"writeLatency": "write latency",
|
|
1862
|
-
"averageAmountTimeTakenDuringProcessScsiByGuestOs": "Average amount of time taken during the collection interval to process a SCSI write command issued by the guest OS to the virtual machine",
|
|
1863
|
-
"totalWriteLatency": "Total Write Latency",
|
|
1864
|
-
"readRate": "read rate",
|
|
1865
|
-
"averageNumberKilobytes": "Average number of kilobytes read from the disk each second during the collection interval",
|
|
1866
1733
|
"read": "Read",
|
|
1867
|
-
"writeRate": "write rate",
|
|
1868
|
-
"averageNumberKilobytesWrittenDisk": "Average number of kilobytes written to disk each second during the collection interval",
|
|
1869
1734
|
"write": "write",
|
|
1870
|
-
"averageCommandsIssued": "average commands issued per second",
|
|
1871
|
-
"averageNumberScsi": "Average number of SCSI commands issued per second during the collection interval",
|
|
1872
|
-
"commandsAveraged": "Commands Averaged",
|
|
1873
|
-
"commandsIssued": "commands issued",
|
|
1874
|
-
"numberScsiCommands": "Number of SCSI commands issued during the collection interval",
|
|
1875
1735
|
"commands": "Commands",
|
|
1876
|
-
"queueCommandLatency": "queue command latency",
|
|
1877
|
-
"averageAmountTimeSpentVMKernelQueue": "Average amount of time spent in the VMkernel queue, per SCSI command, during the collection interval",
|
|
1878
|
-
"queueLatency": "Queue Latency",
|
|
1879
|
-
"commandLatency": "command latency",
|
|
1880
|
-
"averageAmountTimeTakenDuring": "Average amount of time taken during the collection interval to process a SCSI command issued by the guest OS to the virtual machine",
|
|
1881
|
-
"totalLatency": "Total Latency",
|
|
1882
|
-
"highestLatency": "highest latency",
|
|
1883
|
-
"highestLatencyValueAcross": "Highest latency value across all disks used by the host",
|
|
1884
|
-
"maxTotalLatency": "Max Total Latency",
|
|
1885
|
-
"diskUsedName": "USAGE",
|
|
1886
|
-
"aggregatedDiskIORate": "Aggregated disk I/O rate. For hosts, this metric includes the rates for all virtual machines running on the host during the collection interval",
|
|
1887
1736
|
"perc": "perc",
|
|
1888
|
-
"readBytes": "read bytes",
|
|
1889
|
-
"averageNumberBytes": "Average number of bytes read from the disk each second during the collection interval",
|
|
1890
1737
|
"bytes": "Bytes",
|
|
1891
|
-
"writeBytes": "write bytes",
|
|
1892
|
-
"averageNumberBytesWrittenDisk": "Average number of bytes written to disk each second during the collection interval",
|
|
1893
|
-
"diskDevicesShares": "disk devices shares",
|
|
1894
|
-
"amountDiskDevicesShares": "Amount of disk devices shares",
|
|
1895
|
-
"usageInNum": "Usage in num",
|
|
1896
|
-
"diskDevicesLimitIOps": "disk devices limit iops",
|
|
1897
|
-
"amountDiskDevicesLimitIOps": "Amount of disk devices' limit IOPS",
|
|
1898
|
-
"diskDevicesSize": "disk devices size",
|
|
1899
|
-
"amountDiskDevicesSize": "Amount of disk devices size",
|
|
1900
|
-
"amountReceivedPackets": "Amount of received packets",
|
|
1901
|
-
"amountTransmittedPackets": "Amount of transmitted packets",
|
|
1902
|
-
"usedMhz": "used mhz",
|
|
1903
|
-
"amountUsedMHz": "Amount of used MHz",
|
|
1904
|
-
"usageInMHz": "Usage in MHz",
|
|
1905
|
-
"provisionedMhz": "provisioned mhz",
|
|
1906
|
-
"amountProvisionedMHz": "Amount of provisioned MHz",
|
|
1907
|
-
"currentVCpus": "current vcpus",
|
|
1908
|
-
"currentNumberVirtualCPUs": "Current number of virtual CPUs",
|
|
1909
|
-
"numberCoresPerSocket": "Number of cores per socket",
|
|
1910
|
-
"countCoresPerSocket": "Count of cores per socket",
|
|
1911
|
-
"limitMhz": "limit mhz",
|
|
1912
|
-
"limitMHz": "Limit of MHz",
|
|
1913
|
-
"cPUUsagePercentage": "CPU usage as a percentage during the interval",
|
|
1914
|
-
"usagePerc": "Usage in perc",
|
|
1915
|
-
"memoryLimitMb2": "memory limit mb",
|
|
1916
|
-
"memoryLimitInMB": "Memory limit in MB",
|
|
1917
|
-
"usageInMb": "Usage in Mb",
|
|
1918
|
-
"memorySizeMb": "memory size mb",
|
|
1919
|
-
"sizeAvailableMemoryInMB": "Size of available memory in MB",
|
|
1920
|
-
"memoryReservationMb2": "memory reservation mb",
|
|
1921
|
-
"memoryReservationInMB": "Memory reservation in MB",
|
|
1922
|
-
"memoryDramReadBandwidth": "memory dram read bandwidth",
|
|
1923
|
-
"memoryProvisionedMb": "memory provisioned mb",
|
|
1924
|
-
"provisionedMemoryInMB": "Provisioned memory in MB",
|
|
1925
|
-
"memoryPMemReadBandwidth": "memory pmem read bandwidth",
|
|
1926
|
-
"memoryUsedMb": "memory used mb",
|
|
1927
|
-
"usedMemoryInMB": "Used memory in MB",
|
|
1928
|
-
"memoryResidentSetSizeMb": "memory resident set size mb",
|
|
1929
|
-
"residentSetSizeMemoryInMB": "Resident set size of memory in MB",
|
|
1930
|
-
"storageAllocatedSpaceMb": "storage allocated space mb",
|
|
1931
|
-
"allocatedStorageSpaceInMB": "Allocated storage space in MB",
|
|
1932
|
-
"storageUsedSpaceMb": "storage used space mb",
|
|
1933
|
-
"amountUsedStorageSpaceInMB": "Amount of used storage space in MB",
|
|
1934
|
-
"storageProvisionedSpaceMb": "storage provisioned space mb",
|
|
1935
|
-
"amountProvisionedStorageSpaceInMB": "Amount of provisioned storage space in MB",
|
|
1936
1738
|
"vmNameValidationDescription": "The name must contain Latin letters and numbers, '-','_','.' and it must contain from 5 to 54 characters. If you skip this step, the system will generate the name automatically",
|
|
1937
1739
|
"tokens": "Tokens",
|
|
1938
1740
|
"deleteToken": "Delete Token",
|
|
@@ -1985,8 +1787,6 @@
|
|
|
1985
1787
|
"halfDuplex": "Half Duplex",
|
|
1986
1788
|
"srIovDescription": "SR-IOV is a technology that allows multiple virtual machines to use the same PCI device as a virtual pass-through device.",
|
|
1987
1789
|
"settingsNameErrorDesc": "The Setting Name cannot be blank.",
|
|
1988
|
-
"deletingSavedSettings": "Confirm deleting of saved settings",
|
|
1989
|
-
"deletingSavedSettingsDesc": "Saved settings \"{0}\" will be deleted. Continue?",
|
|
1990
1790
|
"removeItem": "Remove Item",
|
|
1991
1791
|
"youAreHere": "You are here",
|
|
1992
1792
|
"showAllDatastores": "Show all datastores",
|
|
@@ -2190,7 +1990,6 @@
|
|
|
2190
1990
|
"startAt": "Start At",
|
|
2191
1991
|
"backupWindow": "Backup Window",
|
|
2192
1992
|
"maxBandwidth": "Max. Bandwidth",
|
|
2193
|
-
"timeRangeShouldNotBeMoreThanMonth": "The specified time range is not valid. It should not be more than 1 month.",
|
|
2194
1993
|
"thereIsAlertAndWarningOutOfSensors": "There is {alert} alert and {warning} warning out of {sensors} sensors.",
|
|
2195
1994
|
"sensors": "Sensors",
|
|
2196
1995
|
"storageSensors": "Storage Sensors",
|
|
@@ -2331,19 +2130,6 @@
|
|
|
2331
2130
|
"networkInProcurator": "Network in procurator",
|
|
2332
2131
|
"editMultiPathing": "Edit Multipathing",
|
|
2333
2132
|
"deleteCountFiles": "Delete {0} files?",
|
|
2334
|
-
"processorUsage": "Processor Usage",
|
|
2335
|
-
"totalCpuUsage": "Total CPU usage",
|
|
2336
|
-
"processorLoad": "Processor load",
|
|
2337
|
-
"cpuUsageByCores": "CPU usage by cores",
|
|
2338
|
-
"loadingSelectedProcessorCore": "Loading the selected processor core",
|
|
2339
|
-
"processorCoreLoad": "Processor core load",
|
|
2340
|
-
"mhzProcessorCore": "MHz per processor core",
|
|
2341
|
-
"numberMhzSelectProcCore": "The number of MHz per selected processor core",
|
|
2342
|
-
"numberOfMhz": "Number of MHz",
|
|
2343
|
-
"commonUsageMhz": "Common usage of MHz",
|
|
2344
|
-
"totalCpuUsageMhz": "Total CPU usage in MHz",
|
|
2345
|
-
"averageCoreFrequency": "Average core frequency",
|
|
2346
|
-
"averageProcLoadMhz": "Average processor load in MHz",
|
|
2347
2133
|
"sourceVmName": "Source VM name",
|
|
2348
2134
|
"editMultiPathingPolicies": "Edit Multipathing Policies",
|
|
2349
2135
|
"preferedPath": "Prefered path",
|
|
@@ -2429,7 +2215,13 @@
|
|
|
2429
2215
|
"ioCountForPathSwitch": "I/O count for path switch",
|
|
2430
2216
|
"byteCountForPathSwitch": "Byte count for path switch",
|
|
2431
2217
|
"theValueEitherEmptyOrInvalid": "The value is either empty or invalid",
|
|
2432
|
-
"weight": "Weight"
|
|
2218
|
+
"weight": "Weight",
|
|
2219
|
+
"hours2": "Hour(s)",
|
|
2220
|
+
"days2": "Day(s)",
|
|
2221
|
+
"weeks2": "Week(s)",
|
|
2222
|
+
"months2": "Months(s)",
|
|
2223
|
+
"from2": "from",
|
|
2224
|
+
"to2": "To"
|
|
2433
2225
|
},
|
|
2434
2226
|
"auth": {
|
|
2435
2227
|
"welcomeTo": "Welcome to",
|
|
@@ -2546,7 +2338,215 @@
|
|
|
2546
2338
|
"activeMemory": "Active Memory"
|
|
2547
2339
|
},
|
|
2548
2340
|
"inventoryMonitor": {
|
|
2549
|
-
"temperature": "Temperature"
|
|
2341
|
+
"temperature": "Temperature",
|
|
2342
|
+
"advancedPerformance": "Advanced Performance",
|
|
2343
|
+
"emptyAdvancedGraphText": "Performance data is not currently available for this entry",
|
|
2344
|
+
"noPerformanceCurrentlySelectedMetrics": "No performance data is available for the currently selected metrics",
|
|
2345
|
+
"retrievingData": "Retrieving data",
|
|
2346
|
+
"performanceChartLegend": "Performance Chart Legend",
|
|
2347
|
+
"selectOption": "Select option",
|
|
2348
|
+
"saveOptionsAs": "Save Options As",
|
|
2349
|
+
"chartOptions": "Chart options",
|
|
2350
|
+
"deleteOptions": "Delete Options",
|
|
2351
|
+
"deletingSavedSettings": "Confirm deleting of saved settings",
|
|
2352
|
+
"deletingSavedSettingsDesc": "Saved settings \"{0}\" will be deleted. Continue?",
|
|
2353
|
+
"processorUsage": "Processor Usage",
|
|
2354
|
+
"totalCpuUsage": "Total CPU usage",
|
|
2355
|
+
"processorLoad": "Processor load",
|
|
2356
|
+
"cpuUsageByCores": "CPU usage by cores",
|
|
2357
|
+
"loadingSelectedProcessorCore": "Loading the selected processor core",
|
|
2358
|
+
"processorCoreLoad": "Processor core load",
|
|
2359
|
+
"mhzProcessorCore": "MHz per processor core",
|
|
2360
|
+
"numberMhzSelectProcCore": "The number of MHz per selected processor core",
|
|
2361
|
+
"numberOfMhz": "Number of MHz",
|
|
2362
|
+
"mhz": "MHz",
|
|
2363
|
+
"commonUsageMhz": "Common usage of MHz",
|
|
2364
|
+
"totalCpuUsageMhz": "Total CPU usage in MHz",
|
|
2365
|
+
"averageCoreFrequency": "Average core frequency",
|
|
2366
|
+
"averageProcLoadMhz": "Average processor load in MHz",
|
|
2367
|
+
"memoryActiveName": "active",
|
|
2368
|
+
"amountMemoryIsCurrently": "Amount of memory that is currently in use or has been recently used and therefore cannot be dropped to disk",
|
|
2369
|
+
"usageInKb": "Usage in Kb",
|
|
2370
|
+
"buffers": "buffers",
|
|
2371
|
+
"amountMemoryUsedKernelBuffering": "Amount of memory used by the kernel for buffering data for input/output devices",
|
|
2372
|
+
"cached": "cached",
|
|
2373
|
+
"amountMemoryUsedKernelCaching": "Amount of memory used by the kernel for caching data to speed up access to files on disk",
|
|
2374
|
+
"memoryFreeName": "Free",
|
|
2375
|
+
"amountFreeMemory": "Amount of free memory",
|
|
2376
|
+
"memorySwapName": "swap",
|
|
2377
|
+
"sizeSwapFile": "Size of the swap file",
|
|
2378
|
+
"swapFree": "swap free",
|
|
2379
|
+
"amountFreeSpaceSwapFile": "Amount of free space in the swap file",
|
|
2380
|
+
"multicast": "multicast",
|
|
2381
|
+
"numberMulticastPacketsTransmitted": "number of multicast packets transmitted and received during the sampling interval",
|
|
2382
|
+
"multicastPackets": "multicast packets",
|
|
2383
|
+
"transmitBandwidth": "transmit bandwidth",
|
|
2384
|
+
"averageAmountDataTransmit": "Average amount of data transmit per second",
|
|
2385
|
+
"dataTransmit": "data transmit",
|
|
2386
|
+
"kBps": "KBps",
|
|
2387
|
+
"receiveBandwidth": "receive bandwidth",
|
|
2388
|
+
"averageAmountDataReceive": "Average amount of data receive per second",
|
|
2389
|
+
"dataReceive": "data receive",
|
|
2390
|
+
"networkUsageName": "USAGE",
|
|
2391
|
+
"networkUtilizationDuringInterval": "Network utilization (combined transmit-rates and receive-rates) during the interval",
|
|
2392
|
+
"dataUsage": "data usage",
|
|
2393
|
+
"packetsReceived": "packets received",
|
|
2394
|
+
"numberPacketsWithErrors": "Number of packets with errors received during the sampling interval",
|
|
2395
|
+
"packetsWithErrorsReceived": "packets with errors received",
|
|
2396
|
+
"packetsTransmitted": "packets transmitted",
|
|
2397
|
+
"numberPacketsWithErrorsTransmitted": "Number of packets with errors transmitted during the sampling interval",
|
|
2398
|
+
"packetsWithErrorsTransmitted": "packets with errors transmitted",
|
|
2399
|
+
"transmitPacketsDropped": "transmit packets dropped",
|
|
2400
|
+
"numberTransmitsDropped": "Number of transmits dropped",
|
|
2401
|
+
"receivePacketsDropped": "receive packets dropped",
|
|
2402
|
+
"numberReceiveDropped": "Number of receive dropped",
|
|
2403
|
+
"receiveErrorsDetected": "receive errors detected",
|
|
2404
|
+
"numberReceivesDropped": "Number of receives dropped",
|
|
2405
|
+
"transmitErrorsDetected": "transmit errors detected",
|
|
2406
|
+
"numberTransmitDropped": "Number of transmit dropped",
|
|
2407
|
+
"receiveCrcErrors": "receive crc errors",
|
|
2408
|
+
"numberReceiveCrcErrors": "Number receive crc errors",
|
|
2409
|
+
"receiveFifoErrors": "receive fifo errors",
|
|
2410
|
+
"numberReceiveFifoErrors": "Number receive fifo errors",
|
|
2411
|
+
"receiveFrameErrors": "receive frame errors",
|
|
2412
|
+
"numberReceiveFrameErrors": "Number receive frame errors",
|
|
2413
|
+
"receiveLengthErrors": "receive length errors",
|
|
2414
|
+
"numberReceiveLengthErrors": "Number receive length errors",
|
|
2415
|
+
"receiveMissedErrors": "receive missed errors",
|
|
2416
|
+
"numberReceiveMissedErrors": "Number receive missed errors",
|
|
2417
|
+
"receiveOverErrors": "receive over errors",
|
|
2418
|
+
"numberReceiveOverErrors": "Number receive over errors",
|
|
2419
|
+
"transmitAbortedErrors": "transmit aborted errors",
|
|
2420
|
+
"numberTransmitAbortedErrors": "Number transmit aborted errors",
|
|
2421
|
+
"transmitCarrierErrors": "transmit carrier errors",
|
|
2422
|
+
"numberTransmitCarrierErrors": "Number transmit carrier errors",
|
|
2423
|
+
"transmitFifoErrors": "transmit fifo errors",
|
|
2424
|
+
"numberTransmitFifoErrors": "Number transmit fifo errors",
|
|
2425
|
+
"transmitHeartbeatErrors": "transmit heartbeat errors",
|
|
2426
|
+
"numberTransmitHeartbeatErrors": "Number transmit heartbeat errors",
|
|
2427
|
+
"transmitWindowErrors": "transmit window errors",
|
|
2428
|
+
"numberTransmitWindowErrors": "Number transmit window errors",
|
|
2429
|
+
"averageReadRequests": "average read requests per second",
|
|
2430
|
+
"averageNumberDiskReads": "Average number of disk reads per second during the collection interval",
|
|
2431
|
+
"numberReadAveraged": "Number Read Averaged",
|
|
2432
|
+
"averageWriteRequests": "average write requests per second",
|
|
2433
|
+
"averageNumberDiskWrites": "Average number of disk writes per second during the collection interval",
|
|
2434
|
+
"numberWriteAveraged": "Number Write Averaged",
|
|
2435
|
+
"readRequests": "read requests",
|
|
2436
|
+
"numberDiskReadsDuring": "Number of disk reads during the collection interval",
|
|
2437
|
+
"numberRead": "Number Read",
|
|
2438
|
+
"writeRequests": "write requests",
|
|
2439
|
+
"numberDiskRitesDuring": "Number of disk writes during the collection interval",
|
|
2440
|
+
"numberWrite": "Number Write",
|
|
2441
|
+
"maximumQueueDepth": "maximum queue depth",
|
|
2442
|
+
"maxQueueDepth": "Max Queue Depth",
|
|
2443
|
+
"readLatency": "read latency",
|
|
2444
|
+
"averageAmountTimeTakenDuringProcessScsi": "Average amount of time taken during the collection interval to process a SCSI read command issued from the guest OS to the virtual machine",
|
|
2445
|
+
"totalReadLatency": "Total Read Latency",
|
|
2446
|
+
"writeLatency": "write latency",
|
|
2447
|
+
"averageAmountTimeTakenDuringProcessScsiByGuestOs": "Average amount of time taken during the collection interval to process a SCSI write command issued by the guest OS to the virtual machine",
|
|
2448
|
+
"totalWriteLatency": "Total Write Latency",
|
|
2449
|
+
"readRate": "read rate",
|
|
2450
|
+
"averageNumberKilobytes": "Average number of kilobytes read from the disk each second during the collection interval",
|
|
2451
|
+
"writeRate": "write rate",
|
|
2452
|
+
"averageNumberKilobytesWrittenDisk": "Average number of kilobytes written to disk each second during the collection interval",
|
|
2453
|
+
"averageCommandsIssued": "average commands issued per second",
|
|
2454
|
+
"averageNumberScsi": "Average number of SCSI commands issued per second during the collection interval",
|
|
2455
|
+
"commandsAveraged": "Commands Averaged",
|
|
2456
|
+
"commandsIssued": "commands issued",
|
|
2457
|
+
"numberScsiCommands": "Number of SCSI commands issued during the collection interval",
|
|
2458
|
+
"queueCommandLatency": "queue command latency",
|
|
2459
|
+
"averageAmountTimeSpentVMKernelQueue": "Average amount of time spent in the VMkernel queue, per SCSI command, during the collection interval",
|
|
2460
|
+
"queueLatency": "Queue Latency",
|
|
2461
|
+
"commandLatency": "command latency",
|
|
2462
|
+
"averageAmountTimeTakenDuring": "Average amount of time taken during the collection interval to process a SCSI command issued by the guest OS to the virtual machine",
|
|
2463
|
+
"totalLatency": "Total Latency",
|
|
2464
|
+
"highestLatency": "highest latency",
|
|
2465
|
+
"highestLatencyValueAcross": "Highest latency value across all disks used by the host",
|
|
2466
|
+
"maxTotalLatency": "Max Total Latency",
|
|
2467
|
+
"diskUsedName": "USAGE",
|
|
2468
|
+
"aggregatedDiskIORate": "Aggregated disk I/O rate. For hosts, this metric includes the rates for all virtual machines running on the host during the collection interval",
|
|
2469
|
+
"readBytes": "read bytes",
|
|
2470
|
+
"averageNumberBytes": "Average number of bytes read from the disk each second during the collection interval",
|
|
2471
|
+
"writeBytes": "write bytes",
|
|
2472
|
+
"averageNumberBytesWrittenDisk": "Average number of bytes written to disk each second during the collection interval",
|
|
2473
|
+
"diskDevicesShares": "disk devices shares",
|
|
2474
|
+
"amountDiskDevicesShares": "Amount of disk devices shares",
|
|
2475
|
+
"usageInNum": "Usage in num",
|
|
2476
|
+
"diskDevicesLimitIOps": "disk devices limit iops",
|
|
2477
|
+
"amountDiskDevicesLimitIOps": "Amount of disk devices' limit IOPS",
|
|
2478
|
+
"amountReceivedPackets": "Amount of received packets",
|
|
2479
|
+
"amountTransmittedPackets": "Amount of transmitted packets",
|
|
2480
|
+
"usedMhz": "used mhz",
|
|
2481
|
+
"amountUsedMHz": "Amount of used MHz",
|
|
2482
|
+
"usageInMHz": "Usage in MHz",
|
|
2483
|
+
"provisionedMhz": "provisioned mhz",
|
|
2484
|
+
"amountProvisionedMHz": "Amount of provisioned MHz",
|
|
2485
|
+
"currentVCpus": "current vcpus",
|
|
2486
|
+
"currentNumberVirtualCPUs": "Current number of virtual CPUs",
|
|
2487
|
+
"corePerSocket": "Core per Socket",
|
|
2488
|
+
"numberCoresPerSocket": "Number of cores per socket",
|
|
2489
|
+
"countCoresPerSocket": "Count of cores per socket",
|
|
2490
|
+
"limitMhz": "limit mhz",
|
|
2491
|
+
"limitMHz": "Limit of MHz",
|
|
2492
|
+
"cPUUsagePercentage": "CPU usage as a percentage during the interval",
|
|
2493
|
+
"usagePerc": "Usage in perc",
|
|
2494
|
+
"memoryLimitMb2": "memory limit mb",
|
|
2495
|
+
"memoryLimitInMB": "Memory limit in MB",
|
|
2496
|
+
"usageInMb": "Usage in Mb",
|
|
2497
|
+
"memorySizeMb": "memory size mb",
|
|
2498
|
+
"sizeAvailableMemoryInMB": "Size of available memory in MB",
|
|
2499
|
+
"memoryReservationMb2": "memory reservation mb",
|
|
2500
|
+
"memoryReservationInMB": "Memory reservation in MB",
|
|
2501
|
+
"memoryDramReadBandwidth": "memory dram read bandwidth",
|
|
2502
|
+
"memoryProvisionedMb": "memory provisioned mb",
|
|
2503
|
+
"provisionedMemoryInMB": "Provisioned memory in MB",
|
|
2504
|
+
"memoryPMemReadBandwidth": "memory pmem read bandwidth",
|
|
2505
|
+
"memoryUsedMb": "memory used mb",
|
|
2506
|
+
"usedMemoryInMB": "Used memory in MB",
|
|
2507
|
+
"memoryResidentSetSizeMb": "memory resident set size mb",
|
|
2508
|
+
"residentSetSizeMemoryInMB": "Resident set size of memory in MB",
|
|
2509
|
+
"storageUsedSpaceMb": "storage used space mb",
|
|
2510
|
+
"amountUsedStorageSpaceInMB": "Amount of used storage space in MB",
|
|
2511
|
+
"storageProvisionedSpaceMb": "storage provisioned space mb",
|
|
2512
|
+
"amountProvisionedStorageSpaceInMB": "Amount of provisioned storage space in MB",
|
|
2513
|
+
"amountMemoryUsedKernel": "Amount of memory used by the kernel for buffering data for input/output devices",
|
|
2514
|
+
"diskDevicesSize": "disk devices size",
|
|
2515
|
+
"amountDiskDevicesSize": "Amount of disk devices size",
|
|
2516
|
+
"storageAllocatedSpaceMb": "storage allocated space mb",
|
|
2517
|
+
"allocatedStorageSpaceInMB": "Allocated storage space in MB",
|
|
2518
|
+
"selectCountersForThisChart": "Select counters for this chart",
|
|
2519
|
+
"realTime": "Real-time",
|
|
2520
|
+
"lastDay": "Last day",
|
|
2521
|
+
"lastWeek": "Last week",
|
|
2522
|
+
"lastMonth": "Last month",
|
|
2523
|
+
"lastYear": "Last year",
|
|
2524
|
+
"customInterval": "Custom interval",
|
|
2525
|
+
"lineGraph": "Line Graph",
|
|
2526
|
+
"stackedGraph": "Stacked Graph",
|
|
2527
|
+
"timespan": "Timespan",
|
|
2528
|
+
"isoTimeFormat": "time is in ISO 8601 format",
|
|
2529
|
+
"chartType": "Chart Type",
|
|
2530
|
+
"targetObjects": "Target Objects",
|
|
2531
|
+
"selectObjectForChart": "Select object for this chart",
|
|
2532
|
+
"chartMetrics": "Chart Metrics",
|
|
2533
|
+
"noCountersSelected": "No counters selected",
|
|
2534
|
+
"cpuUsageInPercent": "CPU usage in %",
|
|
2535
|
+
"virtualMachineOperations": "Virtual Machine Operations",
|
|
2536
|
+
"cpuUsageInMhz": "CPU usage in MHz",
|
|
2537
|
+
"toPng": "To PNG",
|
|
2538
|
+
"toJpeg": "To JPEG",
|
|
2539
|
+
"toSvg": "To SVG",
|
|
2540
|
+
"toCsv": "To CSV",
|
|
2541
|
+
"period": "Period",
|
|
2542
|
+
"invalidTimeEntry": "Invalid time entry",
|
|
2543
|
+
"oneOfSelectedDatesIsInTheFuture": "The specified time range is not valid. One of the selected dates is in the future.",
|
|
2544
|
+
"timeToShouldBeLaterTimeFrom": "The specified time range is not valid. The \"to\" date should be later than the \"from\" date.",
|
|
2545
|
+
"timeRangeShouldNotBeSmallerThanHour": "The specified time range is not valid. It should not be smaller than 1 hour.",
|
|
2546
|
+
"timeRangeShouldNotBeMoreThanMonth": "The specified time range is not valid. It should not be more than 1 month.",
|
|
2547
|
+
"overview": "Overview",
|
|
2548
|
+
"spaceUtilization": "Space Utilization",
|
|
2549
|
+
"changeCustomInterval": "Change custom interval"
|
|
2550
2550
|
},
|
|
2551
2551
|
"inventoryTabs": {
|
|
2552
2552
|
"summary": "Summary",
|