Investigating Network Activity
To start with the SYBM_OverviewNetwork graph:
• Use the SYBM_OverviewNetwork table view to get a server-wide look at network activity detailed by bytes and packets both sent and received.Average packet size can help you size your Adaptive Server.
To view more detailed information:
• Drill down on the Bytes Received or Packets Received columns to view the SYBM_NetworkBytes graph or SYBM_NetworkPackets graph views respectively. These graph views display the number of bytes or packets data received and sent through the network.
Investigating Parallel Queries
To start with the SYBM_ProcessesParallel graph:
•
Investigating Procedure Cache
To start with the SYBM_ProcedureCache graph:
• The SYBM_ProcedureCache graph view displays the number of procedure load, requests, writes, and stalls encountered during the collection period.
Investigating Resource Utilization
Foglight lets you track several key resource utilizations to help you plan Adaptive Server capacity.
To start with the SYBM_ResourceOverview graph:
• Open the SYBM_ResourceOverview graph view which shows the utilization percentage for locks, connections, and memory.To view more detailed information:
• Drill down on the Connections (%) line to see the SYBM_ResourceConnections graph view. This view tracks used and free connections.
• Drill down on the Locks (%) line to see how many locks are used and free in the SYBM_ResourceLocks graph view. See Investigating Locking for more detail information on tracking Sybase Adaptive Server Locking effectiveness and how to handle configuring the number of locks on an Adaptive Server.You can increase the “number of user connections”. If your Adaptive Server is running out of user connections, use the SP_configure system procedure to increase their number. Take note of the @@max_connections global variable to determine how many connections the server supports. Adding additional engines increases the @@max_connections value and, in turn, you can increase the number of user connections. Be aware that decreasing the number of engines requires that the number of user connections be lowered as well. Both of these parameters are not dynamic and require a reboot of the system. Also, increasing the number of connections has a direct impact on memory allocation for the Adaptive Server. Review this in the Sybase system administration guide for full details.
You can use the SYBM_Processes graph view to see the distribution of the connections on your Adaptive Server (idle, active, blocked, etc.).
• Drill down on the Logical Memory (%) line to the SYBM_ResourceMemory graph view to determine current allocation for physical and logical memory.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center