# Is the Instance Alive?

## Uptime — Running for

How long the guest has been running since its last boot. Use this to confirm whether an instance has rebooted recently.

The Uptime panel also shows whether the QEMU Guest Agent (QGA) is installed and data collection is enabled. Without QGA, the in-guest panels on this dashboard (CPU, memory, swap, load average, TCP connections, filesystem usage) will be empty — install QGA and enable data collection to populate them.

## TCP Connections

The count of established TCP sockets inside the guest. The cheapest possible "is this server actually serving anyone" signal, and an early warning for connection-leak bugs in long-running services.

## API Reference

| Console Panel        | API                         | metricType        | Notes        |
| -------------------- | --------------------------- | ----------------- | ------------ |
| Uptime — Running for | —                           | —                 | Console only |
| TCP Connections      | DescribeInstanceMonitorData | `TCP_ESTABLISHED` |              |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/elastic-compute/instance-monitoring/06-liveness.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
