cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What are the built-in metrics used to display cpu, memory, network, disk for host?

Arunkumarbnp
Helper

What are the built-in metrics used to display cpu, memory, network, disk for host? 
were the below ones are the right metrics?

cpu - builtin:host.cpu.usage
memory - builtin:host.mem.usage
network - builtin:host.net.nic.traffic
disk - builtin:host.disk.utilTime
4 REPLIES 4

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You can review Built-in classic metrics and Built-in Metrics on Grail .

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

@AntonPineiro Thanks for your reply
but which one do we've to use for the above utilization?

 

Hi,

You can filter there, more than one metric about those infra metrics.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Beshier
Participant

Hello Arunkumarbnp,

If you’re looking for built-in metrics related to CPU, memory, network, or disk,
you can query them using the following format:

builtin:"Entity Type"."resource"."metric"

For example, to get the CPU usage of a host, you can use:

builtin:host.cpu.usage

You’ll also find additional CPU-related metrics beyond just usage.
You can explore these further directly within the Dynatrace environment or refer to the Built-in Metrics documentation for more details.

 

Featured Posts