Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TORRUS_COMPILEXML(1)		     torrus		    TORRUS_COMPILEXML(1)

NAME
     compilexml - Torrus XML configuration (re)compiler.

SYNOPSIS
     torrus compilexml --tree=TREENAME [options...]

DESCRIPTION
     This command compiles the Torrus's XML configuration for the tree TREENAME.
     It does not require any other processes to be restarted after the configu-
     ration is changed. Renderer's cache is automatically flushed on on the next
     Renderer's run. Monitor automatically resets on the next monitoring cycle.
     All dynamic tokensets in the given tree are emptied.

OPTIONS
     --all
	 Instructs to compile configuration for all trees.

     --nods
	 Instructs to compile non-datasource configuration only.

     --noval
	 Disables all validation of the XML configuration. This speeds up the
	 compilation up to 2 times, while adding a risk to end up with an unus-
	 able configuration. In addition, the first initialization cycle of Col-
	 lector and Monitor in this case would be much longer.

     --force
	 Normally the compiler would fail to start if another compiler process
	 is already running for the specific tree. In case of abnormal function,
	 the running status of the previous pcompiler may stay in the database.
	 This option forces the compiler to continue even if if sees the pres-
	 ence of another process.

     --debug
	 Sets the log level to debug.

     --verbose
	 Sets the debug level to info.

     --help
	 Displays a help message.

SEE ALSO
     torrus(1)

NOTES
     See more documentation at Torrus home page: http://torrus.org

AUTHOR
     Stanislav Sinyagin <ssinyagin@k-open.com>

torrus 2.09			   2026-08-30		    TORRUS_COMPILEXML(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=torrus_compilexml&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help