The correct option is (b) SELECT command_count/duration AS [Throughput] FROM sys.dm_cdc_log_scan_sessions WHERE session_id = 0
Best explanation: To determine the throughput of a session, divide the value in the command_count column by the value in the duration column.