The customer successfully reached 40,000 login sessions by doing the following
1) Disabling the Sharepoint agent.
2) Following the steps in
https://docops.ca.com/ca-apm/10-3/en/ca-apm-sizing-and-performance/agent-performance/ and
https://docops.ca.com/ca-apm/10-3/en/ca-apm-sizing-and-performance/agent-performance/#AgentPerformance-GuidelinesforMeasuringAgentOverhead 3) Change config settings
a) Set introscope.agent.sockets.reportRateMetrics=false
https://docops.ca.com/ca-apm/9-6/en/implementing-agents/net-agent/configure-the-net-agent/configure-net-agent-connection-metrics b)
https://communities.ca.com/thread/101036215 It has talks about turning off the following
RemotingClientProxyTracing
DirectoryServicesTracing
MessagingTracing
MessagingTransactionTracing
SQLAgentDataReaders
SQLAgentTransactions
c) Enable/disable tracking in the monitored code for Application Map
introscope.agent.appmap.enabled=false. You may need this functionality
# Change to this property takes effect immediately and do not require the managed application to be restarted.
d) Other properties
introscope.agent.appmap.intermediateNodes.enabled=false
introscope.agent.bizRecording.enabled=false
introscope.agent.sqlagent.sql.turnoffmetrics=true