---
title: "Manage 1C server cluster user sessions"
sidebar_label: "Manage user sessions"
sidebar_position: 3
description: "How to view the list of sessions and terminate one or all user sessions for a 1C server cluster"
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import {TabItemLabel} from '@selectel/docux/components'
import MoreVerticalIcon from '@selectel/docux/icons/more-vertical'
import {CustomTable} from '@selectel/docux/components'
import TrashIcon from '@selectel/docux/icons/trash'

# Manage 1C server cluster user sessions

You can manage 1C server cluster user sessions in the Control panel:

* [view the list of sessions](#see-sessions-list);
* [terminate one or all sessions](#end-one-or-all-sessions).

You can also [manage infobase sessions](/cloud-1c/infobase/manage-infobase-user-sessions.mdx) — view the list of sessions for a specific infobase, terminate one or all sessions, and lock or unlock sessions.

## View session list \{#see-sessions-list}

1. In the [Control panel](https://my.selectel.ru/ones/server), on the top menu, click **Products** and select **1C Cloud**.
2. Go to the **1C Server Clusters** section.
3. Open the cluster page → **Session Management** tab.
4. View the list of sessions. For each session, the following is displayed:

   <CustomTable>
     <table>
       <tbody>
         <tr>
           <th>User</th><td>1C username</td>
         </tr>

         <tr>
           <th>Infobase</th><td>Name of the infobase the connection is established with</td>
         </tr>

         <tr>
           <th>Connection type</th><td>Infobase user type — client application, external connection, background job, web service request</td>
         </tr>

         <tr>
           <th>Start time</th><td>Session start time in `timestamp` format</td>
         </tr>

         <tr>
           <th>Last activity</th><td>User's last activity time</td>
         </tr>

         <tr>
           <th>Sleeping</th><td>Whether the session is in sleep mode</td>
         </tr>

         <tr>
           <th>Session number</th><td>Session number</td>
         </tr>

         <tr>
           <th>Client IP address</th><td>IP address of the client from which the connection is established</td>
         </tr>

         <tr>
           <th>CPU time, sec</th>

           <td>
             CPU time used:

             * `Current` — by the current unfinished server call;
             * `5 min` — by completed server calls of the session over the last 5 minutes;
             * `Total` — by completed session server calls during the entire session time
           </td>
         </tr>

         <tr>
           <th>Memory consumption</th>

           <td>
             Difference in bytes between allocated and freed memory:

             * `Current` — by the thread executing the current call, from the start of the call execution;
             * `5 min` — by threads that executed completed session calls over the last 5 minutes;
             * `Total` — by threads that executed completed session calls during the entire session time
           </td>
         </tr>

         <tr>
           <th>Data volume</th>

           <td>
             Volume of data transferred in completed session server calls:

             * `5 min` — over the last five minutes;
             * `Total` — during the entire session time
           </td>
         </tr>

         <tr>
           <th>Number of calls</th>

           <td>
             Number of completed server calls for this session:

             * `5 min` — over the last five minutes;
             * `Total` — during the entire session time
           </td>
         </tr>

         <tr>
           <th>DBMS data</th>

           <td>
             Volume of data transferred between the 1C server cluster and the database during the session:

             * `5 min` — over the last five minutes;
             * `Total` — during the entire session time
           </td>
         </tr>
       </tbody>
     </table>
   </CustomTable>

## Terminate one or all sessions \{#end-one-or-all-sessions}

1. In the [Control panel](https://my.selectel.ru/ones/server), on the top menu, click **Products** and select **1C Cloud**.
2. Go to the **1C Server Clusters** section.
3. Open the cluster page → **Session Management** tab.
4. To end a single session, in the session row, click <TrashIcon /> and confirm the termination. You can find the required session by username, infobase name, or its ID; to do this, start typing the search phrase in the field above the session list.
5. To end all sessions, click **End all sessions** and confirm the termination.

<Formbricks />
