Product Documentation

SQL Operations Guide

Previous Topic

Next Topic

fc_get_connstats()

Returns FairCom DB SQL current connection statistics.

Result Set Fields (2)

Description VARCHAR(64)

Value BIGINT

Example

>call fc_get_connstats();


DESCRIPTION VALUE

----------- -----

Number of connected users 1

Maximum connected users 1

Threads in use total (ctaddwork) 1

Max threads in use (ctaddwork) 2

Num threads active in foreground 1


5 records returned

TOCIndex