Skip to content

Command interface

mhtvsSFrpHdE edited this page Aug 7, 2022 · 21 revisions

Command interface

Start from version 2.2, you can type command to stdin to effect software behavior,
without have to restart or close.

Basic

All command are case-sensitive.

Status

These command just change some status variable,
but have no "coercion" to force things to happen.
It depends on luck.

pause

Try to tell software pause prefetch, equivalent to set next prefetch interval to infinity.
But current prefetch will continue to end. Soon this bug will be fixed.

resume

Try to tell software resume prefetch, unfinished prefetch interval will not reserve.
For example, prefetch pause at interval timer 65/90 seconds,
after resume requested, the rest of 90-65=25 seconds will discard,
and start a new round of prefetch immediately.

Clone this wiki locally