powered by
Query the server status
vos_status(p = NA, wait = 10)
a process object, returned by vos_process() or vos_start(). (will be restored from cache if not provided)
vos_process()
vos_start()
number of seconds to wait for server to come online
a character string indicating the state of the server:
"not detected" if no process can be found
"dead" process exists but reports that server is not alive. Server may fail to come online due to errors in configuration file. see vos_configure()
vos_configure()
"running" Server is up and accepting queries.
"sleeping" Server is up and accepting queries.
Note: Use vos_log() to see the full log
vos_log()
# NOT RUN { if(has_virtuoso()) vos_status() # }
Run the code above in your browser using DataLab