You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/commands/daemon/status.mdx

52 lines
1.1 KiB

---
layout: docs
page_title: daemon status - Command
description: |-
The "daemon status" command lets you manually check the status of the Boundary daemon.
---
# daemon status
Command: `boundary daemon status`
The `boundary daemon status` command lets you manually check the status of the Boundary daemon.
Boundary prints out a status report that includes configuration, user, and resource information.
## Example
The following command checks the status of the Boundary daemon:
```shell-session
$ boundary daemon status
```
**Example output:**
<CodeBlockConfig hideClipboard>
```plaintext
Status:
Domain Socket: /home/my_user/.boundary/socket/daemon.sock
Log Location: /home/my_user/.boundary/cache.log
Uptime: 15m22s
User Count: 1
```
</CodeBlockConfig>
## Usage
<CodeBlockConfig hideClipboard>
```shell-session
$ boundary daemon status [options] [args]
```
</CodeBlockConfig>
### Command options
- `output-curl-string` - Specifies that Boundary should print an equivalent cURL command string and exit, instead of executing the request.
The default value is `false`.
@include 'cmd-option-note.mdx'