Server activity (_ActServer)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Server activity (_ActServer)
The _ActServer VST displays server activity information, including the number of bytes sent and received, the number of messages sent and received, the number of queries received, the number of records sent and received, the number of query time slice switches, the number of transactions committed, and database up time.1
| Field name | Data type | Description |
|---|---|---|
| _Server-ByteRec | INT64 | Number of bytes received by the server |
| _Server-Id | INT64 | Server ID |
| _Server-ByteSent | INT64 | Number of bytes sent by the server |
| _Server-MsgRec | INT64 | Number of network packets received by the server |
| _Server-MsgSent | INT64 | Number of network packets sent by the server |
| _Server-QryRec | INT64 | Number of times a database server received a request from a remote client to
retrieve data in response to an application's query operation. Depending on the
amount of data and locking constraints required by the application's query, the
remote client may need to make multiple data retrieval requests to the server. Note: The _Server-QryRec field does not refer to
the number of queries that the application requests. |
| _Server-RecRec | INT64 | Number of records received |
| _Server-RecSent | INT64 | Number of records sent |
| _Server-TimeSlice | INT64 | Number of query time slice switches |
| _Server-Trans | INT64 | Number of transactions committed |
| _Server-UpTime | INTEGER | Number of seconds the database was up |