Info¶
Usage¶
hsinfo[-h]ID[-i][--stdout | --stderr | --perf | -x FIELD][-f FORMAT]
Description¶
Get metadata and/or task outputs.
Query for the full metadata on task by ID.
Extract a specific field using -x/--extract.
Alternatively, dump the captured standard output or errors from the finished task (if captured). These files are written on the client host and synced with SFTP if necessary.
Arguments¶
- ID
Unique task UUID.
Options¶
-f,--formatFORMATFormat task info ([normal], json, yaml).
--jsonFormat metadata output as JSON.
--yamlFormat metadata output as YAML.
-x,--extractFIELDPrint this field only (e.g.,
-x submit_time).--stdoutPrint <stdout> of task if captured, fetch from client if necessary.
--stderrPrint <stderr> of task if captured, fetch from client if necessary.
--perfPrint captured resource metrics (CSV) from task.
Requires the task to have been run under
--monitor, which records per-task CPU and memory usage as a time series alongside the task outputs.-i,--ignore-partitionsSuppress auto-union feature (SQLite only).
When using the sqlite provider, all databases matching the numbering pattern applied by
hs initdb --rotateare automatically attached as partitions and used within a temporary view, making full task history searchable.