Forum Discussion

Faisal_Saleem's avatar
12 years ago

CPU Usage exceeds

Dear Experts We have a client on Solaris with Veritas Cluster Server 6.0.1 It is a 2 Node cluster In logs it usually prints CPU usage exceed messages, at times it have cross 90% I wanted to k...
  • stinsong's avatar
    12 years ago

    Faisal,

    Veritas Cluster Server (VCS) use kstat on Solaris to calculate CPU usage within code. But you could use mpstat to check and compare with the value from VCS HostMonitor agent.

    Basically the CPU usage reported by HostMonitor agent is an average value over the MonitorInterval period of the usage of all CPUs. So the value is a average value during the last period of MonitorInterval secs, and combined all CPUs usage.

     

    Hope this would be helpful.