Health Monitoring
You can monitor the health state of the Legacy Data Connector through the admin.system.performance
commands. You can monitor the CPU usage, memory usage, disk usage, network interfaces, etc.
Log in to the Data Connector CLI and run the following commands to get the corresponding health information of the Legacy Data Connector.
CPU
Use the cpu
command to view the percentage of CPU that is in use.
Syntax
admin.system.performance > cpu
Example
admin.system.performance > cpu
CPU Load, % : 1.9
Disk
Use the disk
command to view information about the hard disk that is currently in use.
Syntax
admin.system.performance > disk
Example
admin.system.performance > disk
Block read, kbps: 0.0
Block write, kbps: 6.2
Disk space usage:
/ 2.0%
/boot 15.9%
/infoblox/data 0.0%
Memory
Use the memory
command to view the percentage of memory that is currently in use.
Syntax
admin.system.performance > memory
Example
admin.system.performance > memory
Memory usage, % : 2.8
Network
The network
command provides information about the network interfaces.
Syntax
admin.system.performance > network
Example
admin.system.performance > network
Network receive, kbps : 20.2
Network send, kbps : 1.2
Network interfaces statistics
Name | RX | RX Drop | RX Error | TX | TX Drop | TX Error |
eth0 | 88848 | 0 | 0 | 2430 | 0 | 0 |