QuestionQ441

Network Forensics and Traffic Analysis

Which switch is used with the Pslist command at the command line to display statistics for all active system threads, grouped by their owning process?

  • A Pslist -x
  • B Pslist -m
  • C Pslist -t
  • D Pslist -d
Explanation

The Pslist -d switch displays thread detail, providing statistics for active threads organized by the process that owns them. Microsoft documents -m as memory detail, -t as the process tree, and -x as process, memory, and thread information.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!