Enhancement
Some commands, for instance upload, shows the duratoin in the output, for example Created 0 collections and uploaded 1 resources in 292ms.
In the case of execute command, I'm missing this information.
I'm debugging the indexing routine by modifying the indexes and input data. I repeat the same command with different data (collection.xconf, index.xql, input.xml): xst execute "xmldb:reindex('/db/apps/teilex0-publisher/data/playground')" --config admin.xstrc.
Duration of the task is significant for my case.
Alternatives
I run the command using xst and watch the INFO in the eXist-db log.
Enhancement
Some commands, for instance
upload, shows the duratoin in the output, for exampleCreated 0 collections and uploaded 1 resources in 292ms.In the case of
executecommand, I'm missing this information.I'm debugging the indexing routine by modifying the indexes and input data. I repeat the same command with different data (
collection.xconf,index.xql,input.xml):xst execute "xmldb:reindex('/db/apps/teilex0-publisher/data/playground')" --config admin.xstrc.Duration of the task is significant for my case.
Alternatives
I run the command using
xstand watch the INFO in the eXist-db log.