The most recent content from our members.
Hi all, I am writing a SWQL that will join CPULoad and CPUMultiLoad tables. But old retention records of ObservationTimestamp column can not be joined because of different value. The CPUMultiLoad.ObservationTimestamp is 00:00:00 after retention, CPULoad.ObservationTimestamp is 16:00:00. My local timezone is +8:00, after…
I've done a number of searches on this and have come up with some information but I'm wondering if anyone has their implementation set up to report back the top 10 processes by CPU load when a server's memory spikes without having to create a component monitor for EVERY potential process. I've seen a vbscript out there but…
NPM monitoring 101: When listing resources on a node you always want to check CPU & Memory. Our enterprise monitoring standard states that, if available, we have to monitor CPU & Memory. Instead of manually checking nearly 11,000 nodes I ran a quick SQL query to check for CPU statistics in the CPULoad view. (Note: CPULoad…
I have noticed one or two devices are always reporting an AvgLoad of 100% I wrote this query to help us keep track, but are their any date functions available in SWQL? Ideally I want something along the lines: AND ObservationTimestamp > (UNIX_TIMESTAMP()-86400) or AND ObservationTimestamp > (<span…
It looks like you're new here. Sign in or register to get started.