(end)(end {:as params :keys []})(end connection {:as params :keys []})Stop trace events collection.
Stop trace events collection.
(get-categories)(get-categories {:as params :keys []})(get-categories connection {:as params :keys []})Gets supported tracing categories.
Return map keys:
| Key | Description |
|---|---|
| :categories | A list of supported tracing categories. |
Gets supported tracing categories. Return map keys: Key | Description ------------|------------ :categories | A list of supported tracing categories.
(record-clock-sync-marker)(record-clock-sync-marker {:as params :keys [sync-id]})(record-clock-sync-marker connection {:as params :keys [sync-id]})Record a clock sync marker in the trace.
Parameters map keys:
| Key | Description |
|---|---|
| :sync-id | The ID of this clock sync marker |
Record a clock sync marker in the trace. Parameters map keys: Key | Description ---------|------------ :sync-id | The ID of this clock sync marker
(request-memory-dump)(request-memory-dump {:as params :keys []})(request-memory-dump connection {:as params :keys []})Request a global memory dump.
Return map keys:
| Key | Description |
|---|---|
| :dump-guid | GUID of the resulting global memory dump. |
| :success | True iff the global memory dump succeeded. |
Request a global memory dump. Return map keys: Key | Description -----------|------------ :dump-guid | GUID of the resulting global memory dump. :success | True iff the global memory dump succeeded.
(start)(start {:as params
:keys [categories options buffer-usage-reporting-interval transfer-mode
trace-config]})(start connection
{:as params
:keys [categories options buffer-usage-reporting-interval transfer-mode
trace-config]})Start trace events collection.
Parameters map keys:
| Key | Description |
|---|---|
| :categories | Category/tag filter (optional) |
| :options | Tracing options (optional) |
| :buffer-usage-reporting-interval | If set, the agent will issue bufferUsage events at this interval, specified in milliseconds (optional) |
| :transfer-mode | Whether to report trace events as series of dataCollected events or to save trace to a stream (defaults to ReportEvents). (optional) |
| :trace-config | (optional) |
Start trace events collection. Parameters map keys: Key | Description ---------------------------------|------------ :categories | Category/tag filter (optional) :options | Tracing options (optional) :buffer-usage-reporting-interval | If set, the agent will issue bufferUsage events at this interval, specified in milliseconds (optional) :transfer-mode | Whether to report trace events as series of dataCollected events or to save trace to a stream (defaults to `ReportEvents`). (optional) :trace-config | (optional)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |