1Z0-820 · Question #7
Your are troubleshooting network throughput on your server. To confirm that the load balancing among aggregated links is functioning properly, you want to examine the traffic statistics on the links…
The correct answer is B. dlstat show-aggr. dlstat show-aggr is the correct subcommand in Oracle Solaris for displaying per-link traffic statistics across all physical links that make up a link aggregation (LACP/trunk). It's specifically designed for this use case - showing the load distribution across each member link…
Question
Your are troubleshooting network throughput on your server. To confirm that the load balancing among aggregated links is functioning properly, you want to examine the traffic statistics on the links comprising the aggregation. The correct command is ___________.
Options
- Adlstat - aggr
- Bdlstat show-aggr
- Cdlstat show-link -r
- Ddlstat show-link -aggr
- Edlstat show-phys -aggr
How the community answered
(27 responses)- A7% (2)
- B78% (21)
- D4% (1)
- E11% (3)
Explanation
dlstat show-aggr is the correct subcommand in Oracle Solaris for displaying per-link traffic statistics across all physical links that make up a link aggregation (LACP/trunk). It's specifically designed for this use case - showing the load distribution across each member link of an aggregation so you can verify traffic is being balanced properly.
Why the distractors are wrong:
- A (
dlstat - aggr) - invalid syntax;dlstatuses subcommand-style arguments, not hyphenated flags as the primary verb. - C (
dlstat show-link -r) -show-linkdisplays general link statistics, and-rlimits output to receive stats; neither targets the internal links of an aggregation. - D (
dlstat show-link -aggr) --aggris not a valid option forshow-link; the subcommand itself would need to beshow-aggr. - E (
dlstat show-phys -aggr) -show-physreports physical NIC statistics, and-aggris not a valid flag for it; wrong subcommand entirely.
Memory tip: Think of the command as matching the object you want to inspect - show-aggr = show the aggregation's member link stats. In Solaris dlstat, subcommands name the resource type (show-link, show-phys, show-aggr), so when the question mentions aggregation, the answer will contain aggr as the subcommand, not a flag.
Topics
Community Discussion
No community discussion yet for this question.