Active Directory, Microsoft 365, and Exchange management and reporting
Hybrid AD, cloud, and file auditing; security; and compliance
Identity security with adaptive MFA, SSPR, and SSO
Reporting, auditing, and monitoring for hybrid Exchange and Skype
Active Directory, Microsoft 365, and Exchange backup and recovery
Hybrid AD, cloud, and file auditing; security; and compliance
SharePoint reporting and auditing
Microsoft 365 security
Cloud security monitoring and analytics
File auditing, data leak prevention, and data risk assessment
File security and storage analysis
Automated patching across multiple OSs and over 850+ third-party apps
Simplified third-party patch deployment via ConfigMgr and Intune
Seamless mobile device management from onboarding to retirement
Remote troubleshooting with integrated chat, voice, and video
Automated OS image creation and seamless role-based deployment
Prioritization-focused enterprise vulnerability management
App control and endpoint privilege management software
Data theft prevention with strict peripheral device control
Browser security with isolation, lockdown, and activity tracking
Sensitive data protection and compliance for endpoint devices
Real-time ransomware mitigation and file recovery for business continuity
Next-gen antivirus software for threat detection and breach prevention
Full-stack observability with AIOps and digital experience monitoring
AI-powered, all-in-one SaaS platform for observability and digital experience monitoring
Digital experience, application performance, and infrastructure monitoring
All-in-one vendor risk assessment tool to ensure domain security
Network, server, and storage performance monitoring
Bandwidth monitoring and traffic analysis
Network change and configuration management
Firewall rule, configuration, and log management
IP address and switch port management
Centralized IT alert management
Status pages for real-time status and incident communication
A cloud-native identity platform for workforce IAM
Full-stack service management for enterprises
IT asset management with an integrated CMDB
Unified endpoint management and security
Comprehensive mobile device management
Enterprise remote access
Automated multi-OS patch management
Full-stack monitoring for IT admins, DevOps, and SREs
Status pages for real-time status and incident communication
Cloud cost management for modern software teams
SaaS management platform to maximize ROI
Centralized IT alert management
Secure your IT infrastructure and prove compliance from the cloud
AI-powered unified analytics platform to correlate all IT data
An all-in-one DNS management service to keep your business online
Low-code application development platform
Remote support software
Collaborative project management
Agile project management
All-in-one collaboration tool for unified communication
Secure email hosting solution for businesses
All-in-one video conferencing solution for remote business meetings
All-in-one AR remote assistance software solution for remote collaboration.
Unified network monitoring and endpoint management for MSPs
Unified Active Directory management and reporting solution for MSPs
Unified SIEM solution for MSSPs
Log management and advanced threat intelligence for MSSPs
Complete privileged access security for enterprises
Privileged password management
Full-stack service management for MSPs
When the target web application is set to receive 300 requests per minute, the APM Insight PHP Agent consumes only 1 % CPU on average (using default production settings).
On increasing the throughput to 600 requests per minute, the APM Insight PHP agent consumes around 0.3-1.6% CPU on average.
The below table summarizes the details
RPM (Requests per Minute) | % CPU Usage (Without Agent) | % CPU Usage (With Agent) |
---|---|---|
300 | 0.1-0.2 | 0.1-1.2 |
600 | 0.6-1.9 | 0.9-3.5 |
The APM Insight PHP Agent by default collects performance data and pushes it to its own service, every minute, and hence, the footprint on the user memory is minimal, and only transient.
The memory usage is a maximum of 212 KB at an RPM of 300, and a maximum of 24 KB at an RPM of 600.
The below table summarizes the details:
RPM (Requests per Minute) | Memory in KB (Without Agent) | Memory in KB (With Agent) |
---|---|---|
300 | 6344-8852 | 6360-9064 |
600 | 6360-9856 | 6364-988 |
The above statistics are for agents running on an Apache web server. To understand how much memory and CPU the agent will consume when processing binary data, please see the below table.
RPM (Requests per Minute) | % CPU Usage | Memory (KB) |
---|---|---|
300 | 0.1-0.3 | 4740-6012 |
600 | 0.3-0.7 | 4740-6104 |
To calculate how fast php execution is, many use a PHP Benchmark script provided by http://www.php-benchmark-script.com/ The following table shows the impact of PHP agent's on your application's response time.
PHP version: 7.2.23-1+ubuntu18.04.1+deb.sury.org+1
Platform: Linux
Benchmark | Version 2.8 | Version 2.9 | No Agent |
---|---|---|---|
test_ifelse | 1.446 sec | 0.805 sec | 0.763 sec |
test_loop | 1.911 sec | 1.520 sec | 1.511 sec |
test_stringmanipulation | 5.793 sec | 3.065 sec | 3.031 sec |
test_math | 4.578 sec | 2.633 sec | 2.569 sec |
total | 13.728 sec | 8.023 sec | 7.874 sec |