Ubuntu linux has a rich set of commands for getting system info. One of the useful pieces of information that a system administrator might need is to know what the overall system load on a server is. Manually edit and run the generated script scriptsystemLoad.sql. Run RCU again in Perform Product Load mode by using the -dataLoad command-line parameter to populate the schemas. Run the generated clean-up script script. 12c hidden undocumented parameter list Oracle Database Tips by Donald BurlesonJune 30, 2013.
-->Gets the details of an ASR fabric.
Gets the details of an Azure Site Recovery fabric.
URI Parameters
Root Page Marcel Bresink Software-Systeme. Products Blog Service Contact Data Protection About us Deutsch The macOS specialist. Manually edit and run the generated script scriptsystemLoad.sql. Run RCU again in Perform Product Load mode by using the -dataLoad command-line parameter to populate the schemas.
Name | In | Required | Type | Description |
---|---|---|---|---|
path | True |
| Fabric name. | |
resourceGroupName | path | True |
| The name of the resource group where the recovery services vault is present. |
path | True |
| The name of the recovery services vault. | |
subscriptionId | path | True |
| The subscription Id. |
query | True |
| Client Api Version. |
Responses
Name | Type | Description |
---|---|---|
200 OK | OK |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account. |
Examples
Gets the details of an ASR fabric.
Sample Request
Definitions
AgentDetails | Agent details. |
AgentDiskDetails | Agent disk details. |
AgentVersionStatus | A value indicating whether security update required. |
AzureFabricSpecificDetails | Azure Fabric Specific Details. |
DataStore | The data store details of the MT. |
DraDetails | DRA details. |
EncryptionDetails | Encryption details for the fabric. |
Fabric | Fabric definition. |
FabricProperties | Fabric properties. |
HealthError | Health Error |
HealthErrorCustomerResolvability | Value indicating whether the health error is customer resolvable. |
HyperVSiteDetails | HyperVSite fabric specific details. |
InMageRcmFabricSpecificDetails | InMageRcm fabric specific details. |
InnerHealthError | Implements InnerHealthError class. HealthError object has a list of InnerHealthErrors as child errors. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException. |
MasterTargetServer | Details of a Master Target Server. |
MobilityServiceUpdate | The Mobility Service update details. |
ProcessServer | Details of the Process Server. |
ProcessServerDetails | Process server details. |
ProtectionHealth | The health of the DRA. |
PushInstallerDetails | Push installer details. |
RcmProxyDetails | RCM proxy details. |
ReplicationAgentDetails | Replication agent details. |
ReprotectAgentDetails | Reprotect agent details. |
RetentionVolume | The retention details of the MT. |
RunAsAccount | CS Accounts Details. |
VersionDetails | Version related details. |
VmmDetails | VMM fabric specific details. |
VMwareDetails | Store the fabric details specific to the VMware fabric. |
VMwareV2FabricSpecificDetails | VMwareV2 fabric specific details. |

AgentDetails
Agent details.
Name | Type | Description |
---|---|---|
agentId |
| The Id of the agent running on the server. |
biosId |
| The machine BIOS Id. |
disks |
| The details of agent disks. |
fqdn |
| The machine FQDN. |
machineId |
| The Id of the machine to which the agent is registered. |
AgentDiskDetails
Agent disk details.
Name | Type | Description |
---|---|---|
capacityInBytes |
| The disk capacity in bytes. |
diskId |
| The disk Id. |
diskName |
| The disk name. |
isOSDisk |
| A value indicating whether the disk is the OS disk. |
lunId |
| The lun of disk. |
AgentVersionStatus
A value indicating whether security update required.
Name | Type | Description |
---|---|---|
Deprecated |
| |
NotSupported |
| |
SecurityUpdateRequired |
| |
Supported |
| |
UpdateRequired |
|
AzureFabricSpecificDetails
Azure Fabric Specific Details.
Name | Type | Description |
---|---|---|
containerIds |
| The container Ids for the Azure fabric. |
instanceType | string:
| Gets the class type. Overridden in derived classes. |
location |
| The Location for the Azure fabric. |

DataStore
The data store details of the MT.
Name | Type | Description |
---|---|---|
capacity |
| The capacity of data store in GBs. |
freeSpace |
| The free space of data store in GBs. |
symbolicName |
| The symbolic name of data store. |
type |
| The type of data store. |
uuid |
| The uuid of data store. |
DraDetails
DRA details.
Name | Type | Description |
---|---|---|
health | The health of the DRA. | |
healthErrors |
| The health errors. |
id |
| The DRA Id. |
lastHeartbeatUtc |
| The last heartbeat received from the DRA. |
name |
| The DRA name. |
version |
| The DRA version. |
EncryptionDetails
Encryption details for the fabric.
Name | Type | Description |
---|---|---|
kekCertExpiryDate |
| The key encryption key certificate expiry date. |
kekCertThumbprint |
| The key encryption key certificate thumbprint. |
kekState |
| The key encryption key state for the Vmm. |
Fabric
Fabric definition.
Name | Type | Description |
---|---|---|
id |
| Resource Id |
location |
| Resource Location |
name |
| Resource Name |
properties | Fabric related data. | |
type |
| Resource Type |
FabricProperties
Fabric properties.

Name | Type | Description |
---|---|---|
bcdrState |
| BCDR state of the fabric. |
customDetails | FabricSpecificDetails: | Fabric specific settings. |
encryptionDetails | Encryption details for the fabric. | |
friendlyName |
| Friendly name of the fabric. |
health |
| Health of fabric. |
healthErrorDetails |
| Fabric health error details. |
internalIdentifier |
| Dra Registration Id. |
rolloverEncryptionDetails | Rollover encryption details for the fabric. |
HealthError
Health Error
Name | Type | Description |
---|---|---|
creationTimeUtc |
| Error creation time (UTC) |
customerResolvability | Value indicating whether the health error is customer resolvable. | |
entityId |
| ID of the entity. |
errorCategory |
| Category of error. |
errorCode |
| Error code. |
errorId |
| The health error unique id. |
errorLevel |
| Level of error. |
errorMessage |
| Error message. |
errorSource |
| Source of error. |
errorType |
| Type of error. |
innerHealthErrors |
| The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException. |
possibleCauses |
| Possible causes of error. |
recommendedAction |
| Recommended action to resolve error. |
recoveryProviderErrorMessage |
| DRA error message. |
summaryMessage |
| Summary message of the entity. |
HealthErrorCustomerResolvability
Value indicating whether the health error is customer resolvable.
Name | Type | Description |
---|---|---|
Allowed |
| |
NotAllowed |
|
HyperVSiteDetails
HyperVSite fabric specific details.
Name | Type | Description |
---|---|---|
instanceType | string:
| Gets the class type. Overridden in derived classes. |
InMageRcmFabricSpecificDetails
InMageRcm fabric specific details.
Name | Type | Description |
---|---|---|
agentDetails |
| The list of agent details. |
controlPlaneUri |
| The control plane Uri. |
dataPlaneUri |
| The data plane Uri. |
dras |
| The list of DRAs. |
instanceType | string:
| Gets the class type. Overridden in derived classes. |
physicalSiteId |
| The ARM Id of the physical site. |
processServers |
| The list of process servers. |
pushInstallers |
| The list of push installers. |
rcmProxies |
| The list of RCM proxies. |
replicationAgents |
| The list of replication agents. |
reprotectAgents |
| The list of reprotect agents. |
serviceContainerId |
| The service container Id. |
serviceEndpoint |
| The service endpoint. |
serviceResourceId |
| The service resource Id. |
vmwareSiteId |
| The ARM Id of the VMware site. |
InnerHealthError
Implements InnerHealthError class. HealthError object has a list of InnerHealthErrors as child errors. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
Name | Type | Description |
---|---|---|
creationTimeUtc |
| Error creation time (UTC) |
entityId |
| ID of the entity. |
errorCategory |
| Category of error. |
errorCode |
| Error code. |
errorLevel |
| Level of error. |
errorMessage |
| Error message. |
errorSource |
| Source of error. |
errorType |
| Type of error. |
possibleCauses |
| Possible causes of error. |
recommendedAction |
| Recommended action to resolve error. |
recoveryProviderErrorMessage |
| DRA error message. |
summaryMessage |
| Summary message of the entity. |
MasterTargetServer
Details of a Master Target Server.
Name | Type | Description |
---|---|---|
agentExpiryDate |
| Agent expiry date. |
agentVersion |
| The version of the scout component on the server. |
agentVersionDetails | Agent version details. | |
dataStores |
| The list of data stores in the fabric. |
diskCount |
| Disk count of the master target. |
healthErrors |
| Health errors. |
id |
| The server Id. |
ipAddress |
| The IP address of the server. |
lastHeartbeat |
| The last heartbeat received from the server. |
marsAgentExpiryDate |
| MARS agent expiry date. |
marsAgentVersion |
| MARS agent version. |
marsAgentVersionDetails | Mars agent version details. | |
name |
| The server name. |
osType |
| The OS type of the server. |
osVersion |
| OS Version of the master target. |
retentionVolumes |
| The retention volumes of Master target Server. |
validationErrors |
| Validation errors. |
versionStatus |
| Version status |
MobilityServiceUpdate
The Mobility Service update details.
Name | Type | Description |
---|---|---|
osType |
| The OS type. |
rebootStatus |
| The reboot status of the update - whether it is required or not. |
version |
| The version of the latest update. |
ProcessServer
Details of the Process Server.
Name | Type | Description |
---|---|---|
agentExpiryDate |
| Agent expiry date. |
agentVersion |
| The version of the scout component on the server. |
agentVersionDetails | The agent version details. | |
availableMemoryInBytes |
| The available memory. |
availableSpaceInBytes |
| The available space. |
cpuLoad |
| The percentage of the CPU load. |
cpuLoadStatus |
| The CPU load status. |
friendlyName |
| The Process Server's friendly name. |
health | The health of Process Server. | |
healthErrors |
| Health errors. |
hostId |
| The agent generated Id. |
id |
| The Process Server Id. |
ipAddress |
| The IP address of the server. |
lastHeartbeat |
| The last heartbeat received from the server. |
machineCount |
| The servers configured with this PS. |
marsCommunicationStatus |
| The MARS communication status. |
marsRegistrationStatus |
| The MARS registration status. |
memoryUsageStatus |
| The memory usage status. |
mobilityServiceUpdates |
| The list of the mobility service updates available on the Process Server. |
osType |
| The OS type of the server. |
osVersion |
| OS Version of the process server. Note: This will get populated if user has CS version greater than 9.12.0.0. |
psServiceStatus |
| The PS service status. |
psStatsRefreshTime |
| The process server stats refresh time. |
replicationPairCount |
| The number of replication pairs configured in this PS. |
spaceUsageStatus |
| The space usage status. |
sslCertExpiryDate |
| The PS SSL cert expiry date. |
sslCertExpiryRemainingDays |
| CS SSL cert expiry date. |
systemLoad |
| The percentage of the system load. |
systemLoadStatus |
| The system load status. |
throughputInBytes |
| The throughput in bytes. |
throughputInMBps |
| The throughput in MBps. |
throughputStatus |
| The throughput status. |
throughputUploadPendingDataInBytes |
| The uploading pending data in bytes. |
totalMemoryInBytes |
| The total memory. |
totalSpaceInBytes |
| The total space. |
versionStatus |
| Version status |
ProcessServerDetails
Process server details.
Name | Type | Description |
---|---|---|
availableMemoryInBytes |
| The available memory. |
availableSpaceInBytes |
| The available disk space. |
freeSpacePercentage |
| The free disk space percentage. |
health | The health of the process server. | |
healthErrors |
| The health errors. |
historicHealth | The historic health of the process server based on the health in last 24 hours. | |
id |
| The process server Id. |
lastHeartbeatUtc |
| The last heartbeat received from the process server. |
memoryUsagePercentage |
| The memory usage percentage. |
name |
| The process server name. |
processorUsagePercentage |
| The processor usage percentage. |
throughputInBytes |
| The throughput in bytes. |
throughputUploadPendingDataInBytes |
| The uploading pending data in bytes. |
totalMemoryInBytes |
| The total memory. |
totalSpaceInBytes |
| The total disk space. |
usedMemoryInBytes |
| The used memory. |
usedSpaceInBytes |
| The used disk space. |
version |
| The process server version. |
ProtectionHealth
The health of the DRA.
Name | Type | Description |
---|---|---|
Critical |
| |
None |
| |
Normal |
| |
Warning |
|
PushInstallerDetails
Push installer details.
Name | Type | Description |
---|---|---|
health | The health of the push installer. | |
healthErrors |
| The health errors. |
id |
| The push installer Id. |
lastHeartbeatUtc |
| The last heartbeat received from the push installer. |
name |
| The push installer name. |
version |
| The push installer version. |
RcmProxyDetails
RCM proxy details.
Name | Type | Description |
---|---|---|
health | The health of the RCM proxy. | |
healthErrors |
| The health errors. |
id |
| The RCM proxy Id. |
lastHeartbeatUtc |
| The last heartbeat received from the RCM proxy. |
name |
| The RCM proxy name. |
version |
| The RCM proxy version. |
ReplicationAgentDetails
Replication agent details.
Name | Type | Description |
---|---|---|
health | The health of the replication agent. | |
healthErrors |
| The health errors. |
id |
| The replication agent Id. |
lastHeartbeatUtc |
| The last heartbeat received from the replication agent. |
name |
| The replication agent name. |
version |
| The replication agent version. |
System Load Indicator
ReprotectAgentDetails
Reprotect agent details.
Name | Type | Description |
---|---|---|
health | The health of the reprotect agent. | |
healthErrors |
| The health errors. |
id |
| The reprotect agent Id. |
lastHeartbeatUtc |
| The last heartbeat received from the reprotect agent. |
name |
| The reprotect agent name. |
version |
| The version. |
RetentionVolume
The retention details of the MT.
Name | Type | Description |
---|---|---|
capacityInBytes |
| The volume capacity. |
freeSpaceInBytes |
| The free space available in this volume. |
thresholdPercentage |
| The threshold percentage. |
volumeName |
| The volume name. |
RunAsAccount
CS Accounts Details.
Name | Type | Description |
---|---|---|
accountId |
| The CS RunAs account Id. |
accountName |
| The CS RunAs account name. |
VersionDetails
Version related details.
Name | Type | Description |
---|---|---|
expiryDate |
| Version expiry date. |
status | A value indicating whether security update required. | |
version |
| The agent version. |
VmmDetails
VMM fabric specific details.
Name | Type | Description |
---|---|---|
instanceType | string:
| Gets the class type. Overridden in derived classes. |
VMwareDetails
Store the fabric details specific to the VMware fabric.
Name | Type | Description |
---|---|---|
agentCount |
| The number of source and target servers configured to talk to this CS. |
agentExpiryDate |
| Agent expiry date. |
agentVersion |
| The agent Version. |
agentVersionDetails | The agent version details. | |
availableMemoryInBytes |
| The available memory. |
availableSpaceInBytes |
| The available space. |
cpuLoad |
| The percentage of the CPU load. |
cpuLoadStatus |
| The CPU load status. |
csServiceStatus |
| The CS service status. |
databaseServerLoad |
| The database server load. |
databaseServerLoadStatus |
| The database server load status. |
hostName |
| The host name. |
instanceType | string:
| Gets the class type. Overridden in derived classes. |
ipAddress |
| The IP address. |
lastHeartbeat |
| The last heartbeat received from CS server. |
masterTargetServers |
| The list of Master Target servers associated with the fabric. |
memoryUsageStatus |
| The memory usage status. |
processServerCount |
| The number of process servers. |
processServers |
| The list of Process Servers associated with the fabric. |
protectedServers |
| The number of protected servers. |
psTemplateVersion |
| PS template version. |
replicationPairCount |
| The number of replication pairs configured in this CS. |
runAsAccounts |
| The list of run as accounts created on the server. |
spaceUsageStatus |
| The space usage status. |
sslCertExpiryDate |
| CS SSL cert expiry date. |
sslCertExpiryRemainingDays |
| CS SSL cert expiry date. |
systemLoad |
| The percentage of the system load. |
systemLoadStatus |
| The system load status. |
totalMemoryInBytes |
| The total memory. |
totalSpaceInBytes |
| The total space. |
versionStatus |
| Version status |
webLoad |
| The web load. |
webLoadStatus |
| The web load status. |
VMwareV2FabricSpecificDetails
VMwareV2 fabric specific details.
Name | Type | Description |
---|---|---|
instanceType | string:
| Gets the class type. Overridden in derived classes. |
migrationSolutionId |
| The Migration solution ARM Id. |
serviceEndpoint |
| The service endpoint. |
serviceResourceId |
| The service resource Id. |
vmwareSiteId |
| The ARM Id of the VMware site. |
Package: wnpp;Maintainer for wnpp is wnpp@debian.org;
Reported by: Andrew Lau <netsnipe@users.sourceforge.net>
Date: Wed, 21 Apr 2004 15:03:12 UTC
Owned by: Rudy Godoy <rudy@kernel-panik.org>
Severity: normal
Merged with 244569
Fixed in version xfce4-systemload-plugin/0.3.6-1
Done: Emanuele Rocca <ema@debian.org>
Bug is archived. No further changes may be made.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded to debian-bugs-dist@lists.debian.org, <wnpp@debian.org>
:Bug#245124
; Package wnpp
.(full text, mbox, link).
Acknowledgement sent to Andrew Lau <netsnipe@users.sourceforge.net>
:
New Bug report received and forwarded. Copy sent to <wnpp@debian.org>
.(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Systemloadgdidriverinformation
Merged 244569245124.Request was from Andrew Pollock <apollock@debian.org>
to control@bugs.debian.org
. (full text, mbox, link).
Changed Bug title.Request was from Martin Schulze <joey@infodrom.org>
to control@bugs.debian.org
. (full text, mbox, link).
Owner recorded as Rudy Godoy <rudy@kernel-panik.org>.Request was from Rudy Godoy <rudy@kernel-panik.org>
to control@bugs.debian.org
. (full text, mbox, link).
Systemloadandcallimage

Changed Bug title.Request was from Emanuele Rocca <ema@debian.org>
to control@bugs.debian.org
. (full text, mbox, link).
Reply sent to Emanuele Rocca <ema@debian.org>
:
You have taken responsibility.(full text, mbox, link).
Notification sent to Andrew Lau <netsnipe@users.sourceforge.net>
:
Bug acknowledged by developer.(full text, mbox, link).
Message #18 received at 245124-close@bugs.debian.org (full text, mbox, reply):
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.Last modified:Wed Apr 21 17:54:54 2021; Machine Name:bemboDebbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,1997,2003 nCipher Corporation Ltd,1994-97 Ian Jackson,2005-2017 Don Armstrong, and many other contributors.
