drill_status {sergeant} | R Documentation |
Get the status of Drill
Description
Get the status of Drill
Usage
drill_status(drill_con)
Arguments
drill_con |
drill server connection object setup by |
Note
The output of this is in a "viewer" window
See Also
Other Drill direct REST API Interface:
drill_active()
,
drill_cancel()
,
drill_connection()
,
drill_functions()
,
drill_metrics()
,
drill_options()
,
drill_opts()
,
drill_profiles()
,
drill_profile()
,
drill_query()
,
drill_settings_reset()
,
drill_set()
,
drill_stats()
,
drill_storage()
,
drill_system_reset()
,
drill_threads()
,
drill_version()
Examples
## Not run:
drill_connection() %>% drill_status()
## End(Not run)
[Package sergeant version 0.9.1 Index]