# charges command

The charges command displays the current
account usage statistics, including the total time logged on and CPU
activity statistics.

## Example(s)

```
charges
<connect time=43 mins.; cpu=356 units; lptr pages=0>
```

| connect time | Number of minutes the account has been logged on. |
| --- | --- |
| CPU | Number of CPU units used by the account. CPU units vary from system to system. |
| lptr pages | Number of pages sent to the spooler. |

## See also

- [charge-to command](https://d3codex.com/tcl/charge-to-command/)
- [execute statement (UNIX)](https://d3codex.com/pickbasic-flashbasic/execute-statement-unix/)
- [list-users command](https://d3codex.com/tcl/list-users-command/)
- [logon command](https://d3codex.com/tcl/logon-command/)
- [logto command](https://d3codex.com/tcl/logto-command/)
- [off command (TCL commands)](https://d3codex.com/tcl/off-command-tcl-commands/)
- [u3b user exit](https://d3codex.com/pickbasic-flashbasic/u3b-user-exit/)

---
Source: https://d3codex.com/tcl/charges-command/ - part of the D3Codex reference.
