nerdexam
IBM

C1000-163 · Question #149

Which tool allows you to troubleshoot accumulator issues?

The correct answer is B. collectGvStats.sh. collectGvStats.sh is the correct tool because it collects Global Variable (GV) statistics, which include accumulator metrics. Accumulators aggregate data over time, and their values are tracked as global variables - making this script the designated tool for inspecting…

Question

Which tool allows you to troubleshoot accumulator issues?

Options

  • Ascrub.pl
  • BcollectGvStats.sh
  • Cvalidate_ecs_service.sh
  • DthreadTop.sh

How the community answered

(57 responses)
  • A
    14% (8)
  • B
    75% (43)
  • C
    7% (4)
  • D
    4% (2)

Explanation

collectGvStats.sh is the correct tool because it collects Global Variable (GV) statistics, which include accumulator metrics. Accumulators aggregate data over time, and their values are tracked as global variables - making this script the designated tool for inspecting, diagnosing, and troubleshooting accumulator behavior.

scrub.pl (A) is a Perl script used for data cleaning or sanitization tasks, not for diagnostic statistics collection. validate_ecs_service.sh (C) is scoped to validating ECS service configuration and health, unrelated to accumulator internals. threadTop.sh (D) monitors thread-level CPU and activity - useful for performance profiling, but it gives no visibility into accumulator state or GV data.

Memory tip: Think "GV = Global Variables = accumulator counters" - collectGvStats.sh is the one that collects the stats where accumulators live. The word "collect" in the script name is your anchor.

Community Discussion

No community discussion yet for this question.

Full C1000-163 Practice