# ram

here is the help output for the ram command:

`ram [options]`

Check the amount of RAM on your system.

Options:

`-h, --help Show this help message.`

For more information, see the ram man page. The ram command is a simple command that can be used to check the amount of RAM on your system. It is a useful command to know if you are considering upgrading your computer's RAM.

The ram command does not require any options to run. Simply typing ram at the command line will display the amount of RAM on your system.

Here is an example of the output from the ram command:

```
$ ram
Total: 16384 MB
Free: 15524 MB
Used: 859 MB
```

The Total line shows the total amount of RAM on your system. The Free line shows the amount of RAM that is available for use. The Used line shows the amount of RAM that is currently being used.


---

# 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://linux-tutorial-cli.gitbook.io/linux-cli-tutorial/txt-files/ram.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.
