Debug School

Umesh Prasad
Umesh Prasad

Posted on

Data-dog assignments Day 1 - Umesh

Q1 - Top 7 commands of Datadog agent and its use cases Ans Top 7 commands of Datadog agent and its use cases

  • Datadog-agent config :- This command is used for runtime configuration management.

  • Datadog-agent config-check :- This command prints all configuration currently used by Datadog agent.

  • Datadog-agent health :- This command is used to get agent health.

  • datadog-agent hostname :- This command is used to print hostname currently used by agent.

  • Datadog-agent help :- This command is used to get help of any agent command.

  • Datadog-agent import :- This command is used to import configuration of older version of agent.

  • Datadog-agent version :- This command used to get agent version information.

Q2- Write down the steps to enable any integration in datadog?

  • The following steps should be performed to enable any integration in DataDog

  • Install DataDog agent in OS and update the patch level.

  • Install required software/package, check its service running status, enable it

  • Select Integration option in Integrations Menu Option in Menu

  • Search for the software which you have installed in target OS.

  • Read for instructions in Configure Tab and follow them to enable settings which will enable export of Metrics to
    datadog agent.

  • Enable integration of datadog agent to collect Metrics exported by software

  • Now enable Integration by Installing Integration in DataDog (In that software page, Click Install Integration)

Q3 Top 10 Metrices of Linux Servers which you should care it?

  • Following are top 10 Metrices of Linux Servers

  • Cpu Utilisation

  • Memory Utilisation

  • Disk Utilisation

  • System Load Check

  • Network Utilisation

Q4 Top 10 Metrices of Windows Servers which you should care it?

  • Following are top 10 Metrices of Windows Servers

    • Cpu Utilisation
  • Memory Utilisation

  • Drives Utilisation

  • System Load Check

  • Network Utilisation

  • Process Statistics

  • I/O statistics

  • Zombie process check

  • No of RDP connections

  • Disk statistics

Q5 Top 5 Metrices of Apache which you should not miss it?

  • Following are top 5 Metrices of Apache

  • Total no of Web requests

  • Server CPU/Memory Load

  • Response time of server

  • No of Idle connections

Top comments (0)