# Check status of CrateDB nodes through the terminal or a client

**URL:** https://community.cratedb.com/t/check-status-of-cratedb-nodes-through-the-terminal-or-a-client/414
**Category:** CrateDB
**Created:** [May 29, 2020, 9:35am UTC](https://community.cratedb.com/t/check-status-of-cratedb-nodes-through-the-terminal-or-a-client/414 "2020-05-29T09:35:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![MarkRatFelt](https://avatars.discourse-cdn.com/v4/letter/m/58956e/32.png) [@MarkRatFelt](https://community.cratedb.com/u/MarkRatFelt)
#### Post date: [May 29, 2020, 9:35am UTC](https://community.cratedb.com/t/check-status-of-cratedb-nodes-through-the-terminal-or-a-client/414/1 "2020-05-29T09:35:50Z")

</div>

Hi,

1. Is it possible to check the status of the CrateDB nodes through the terminal?

2. Is it also possible through a (python) client?

---

<div class="post-metadata">

### Author: ![MarkRatFelt](https://avatars.discourse-cdn.com/v4/letter/m/58956e/32.png) [@MarkRatFelt](https://community.cratedb.com/u/MarkRatFelt)
#### Post date: [May 29, 2020, 10:27am UTC](https://community.cratedb.com/t/check-status-of-cratedb-nodes-through-the-terminal-or-a-client/414/2 "2020-05-29T10:27:28Z")

</div>

Found.

With `crash`

```auto
SELECT name, load['1'], os_info['jvm']['version'] FROM sys.nodes;

```
