nerdexam
Oracle

1Z0-1067 · Question #1

You are configuring on alarm In Oracle Cloud Infrastructure (OCI) for a compute instance named vision. The metric needs to be triggered when the ingress network rate is greater than 1MB. Which…

The correct answer is B. NetworksBytesIn[1m]{resourceDisplayName - "vision"}.rate() > 1024. NetworkBytesIn is aggregated across all the instance's attached VNICs The query components appear in the following order: metric[interval]{dimensionname="dimensionvalue"}.groupingfunction.statistic https://docs.cloud.oracle.com/en-us/iaas/Content/Monitoring/Reference/mql.htm

Reporting and Analytics

Question

You are configuring on alarm In Oracle Cloud Infrastructure (OCI) for a compute instance named vision. The metric needs to be triggered when the ingress network rate is greater than 1MB. Which statement will accomplish this?

Options

  • ANetworksBytesIn[1MB]{resourceDisplayName - "vision"}.rate() > 1
  • BNetworksBytesIn[1m]{resourceDisplayName - "vision"}.rate() > 1024
  • C{resourceDisplayName = "vision"}(NetworksBytesIn[lm]).rate() > 1024
  • D{resourceDisplayName = Hvision"}(NetworksBytesIn[1MB]).rate() > 1

How the community answered

(41 responses)
  • A
    2% (1)
  • B
    78% (32)
  • C
    5% (2)
  • D
    15% (6)

Explanation

NetworkBytesIn is aggregated across all the instance's attached VNICs The query components appear in the following order: metric[interval]{dimensionname="dimensionvalue"}.groupingfunction.statistic https://docs.cloud.oracle.com/en-us/iaas/Content/Monitoring/Reference/mql.htm

Topics

#OCI monitoring#metric query syntax#alarm configuration#network metrics

Community Discussion

No community discussion yet for this question.

Full 1Z0-1067 Practice