# nt_listclients command

The nt_listclients command lists the active clients on the
 system.

## Syntax

```
nt_listclients
```

## Description

The nt_listclients command displays this information:

| Machine | Name of the machine the on which the client is running. |
| --- | --- |
| Client-Id | Client ID assigned to the client. |
| # Obj | The number of file handles on the client. This number includes ancillary handles from any files that were opened in order to access the primary file. For example, open "test" would have to open both the dict and data levels. |
| PIB# | Process Identification Block for the client. |

## Example(s)

```

:nt_listclients

 Machine Client-id (Type) # Obj PIB#
 ===================================================
 billsmith A0000C98 (User) 0 1
 74.217.65.16 A0000498 (User) 0 2
```

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