Skip to content

Monitor

Charles Greene edited this page Jul 4, 2017 · 2 revisions

Monitor

Commands

Monitor

Connect to telent and monitor the device log. Allows interaction with the roku debugger. Includes commands history and tab completion for the debugger as well. Can connect to two different telnet ports. The main debugging port and the profile port. The port can be selected by passing one of the following arguments to the command:

  • main
  • profiler

The monitor will continue monitoring the telnet port until you enter "q". Pressing ctrl + c will send the stop command to the roku to start the debugger.

$ roku --monitor main

Options

Regexp

This option when passed with the monitor command will filter the output to only lines that match the given regular expression.

$ roku --monitor --regexp '.*reporting.*'
Clone this wiki locally