Back to the list of connectors

Oracle/Sun Solaris - Multi-core Processors (psrinfo)

Description

This connector discovers and monitors the multi-core processors (SPARC T1, T2, T2+ and Intel Xeon) through the psrinfo system command.

Connector ID: SunPsrinfoT1

This connector is superseded by:

This connector supersedes:

Target

Typical platform: Oracle/Sun

Operating system: Oracle Solaris

Prerequisites

Leverages: Sun Solaris system commands (psrinfo, etc.)

Technology and protocols: System Commands

Examples

CLI

hws HOSTNAME -t solaris -f SunPsrinfoT1 --ssh -u USER

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: solaris
  selectedConnectors: [ SunPsrinfoT1 ] # Optional, to load only this connector
  ssh:
    username: <USERNAME> # Change with actual credentials
    password: <PASSWORD> # Encrypted using hws-encrypt

Connector Activation Criteria

The Oracle/Sun Solaris - Multi-core Processors (psrinfo) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is Oracle Solaris
  • The command below succeeds on the monitored host
    • Command: /usr/sbin/psrinfo -vp
    • Output contains: physical processor has [0-9]+.* virtual processors (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
Processor
  • hw.cpu.speed.limit{limit_type="max"}
  • hw.status{hw.type="cpu",state="present"}
  • model
CPU Core
  • hw.cpu_core.speed
  • hw.status{hw.type="cpu_core",state="ok|degraded|failed"}
  • hw.status{hw.type="cpu_core",state="present"}
    No results.