Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
SquidSquid
Squid

Squid

Monitor your squid proxies

Extension
Free trial
Squid overview dashboardSquid metrics in the host screenSquid proxy detailsSquid proxy list of instancesAccess log monitoring via the OneAgent
  • Product information
  • Release notes

Overview

Monitor your squid proxies via the cache manager counters API.

Get started

Requirements

  • Dynatrace OneAgent
  • Squid manager accessible from localhost
  • Counter action available

You can test that this works by visiting:

http://localhost:3128/squid-internal-mgr/counters

Substitute the protocol or port based on your squid configuration

Monitoring configuration

  • Create a monitoring configuration that targets your squid servers.
Dynatrace
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Extension content

Content typeNumber of items included
screen logs cards
2
metric metadata
52
screen layout
2
screen properties
2
generic relationship
2
screen entities lists
6
screen chart groups
6
dashboards
1
list screen layout
2
generic type
1
screen injections
4

Feature sets

Below is a complete list of the feature sets provided in this version. To ensure a good fit for your needs, individual feature sets can be activated and deactivated by your administrator during configuration.

Feature setsNumber of metrics included
Metric nameMetric keyDescriptionUnit
CPU Timesquid.cpu_time.countAmount of CPU used by squidPercent
Page Faultssquid.page_faults.countNumber of (major) page faultsCount
Select Loopssquid.select_loops.countNumber of times Squid called select( ) or poll( ) in the main I/O loopCount
Swap Files Cleanedsquid.swap.files_cleaned.countNumber of orphaned cache files removed by the periodic cleanup procedureCount
Swap Inssquid.swap.ins.countNumber of objects (swap files) read from diskCount
Swap Outssquid.swap.outs.countNumber of objects (swap files) saved to diskCount
Unlink Requestssquid.unlink.requests.countNumber of unlink requests given to the (optional) unlinkd processCount
Metric nameMetric keyDescriptionUnit
Aborted Requestssquid.aborted_requests.countNumber of aborted requests due to client-side abortsCount
Client HTTP Errorssquid.client_http.errors.countNumber of client transactions that resulted in an errorCount
Client HTTP Hitssquid.client_http.hits.countNumber of cache hits in response to client requestsCount
Client HTTP Requestssquid.client_http.requests.countNumber of HTTP requests received from clientsCount
Client HTTP Hit Bytes Outsquid.client_http.hit_kbytes_out.countAmount of traffic sent to clients in responses that are cache hitsKibiByte
Client HTTP Bytes Insquid.client_http.kbytes_in.countAmount of traffic received from clients in their requestsKibiByte
Client HTTP Bytes Outsquid.client_http.kbytes_out.countAmount of traffic sent to clients in responsesKibiByte
Metric nameMetric keyDescriptionUnit
Cache Digest Bytes Receivedsquid.cd.kbytes_recv.countCache Digest traffic receivedKibiByte
Cache Digest Bytes Sentsquid.cd.kbytes_sent.countCache Digest traffic sentKibiByte
Cache Digest Memorysquid.cd.local_memory.countAmount of memory used by the cache digestKibiByte
Cache Digest Memorysquid.cd.memory.countAmount of memory used by enabling the Cache Digests' featureKibiByte
Cache Digest Messages Receivedsquid.cd.msgs_recv.countNumber of Cache Digest messages receivedCount
Cache Digest Messages Sentsquid.cd.msgs_sent.countNumber of Cache Digest messages sentCount
Cache Digest Times Usedsquid.cd.times_used.countNumber of times Cache Digests resulted in the selection of a neighbor as the next-hop for a cache missCount
Metric nameMetric keyDescriptionUnit
Server Other Errorssquid.server.other.errors.countNumber of Gopher, WAIS, and SSL requests that resulted in an errorCount
Server Other Bytes Insquid.server.other.kbytes_in.countAmount of traffic read from Gopher, WAIS, and SSL serversKibiByte
Server Other Bytes Outsquid.server.other.kbytes_out.countAmount of traffic written to Gopher, WAIS, and SSL serversKibiByte
Server Other Requestssquid.server.other.requests.countNumber of 'other' server-side requests. Currently, the other protocols are Gopher, WAIS, and SSLCount
Metric nameMetric keyDescriptionUnit
Server All Errorssquid.server.all.errors.countNumber of server-side requests (all protocols) that resulted in some kind of errorCount
Server All Bytes Insquid.server.all.kbytes_in.countAmount of traffic read from the server-side for all protocolsKibiByte
Server All Bytes Outsquid.server.all.kbytes_out.countAmount of traffic written to origin servers and/or neighbor caches for server-side requestsKibiByte
Server All Requestssquid.server.all.requests.countNumber of requests forwarded to origin servers (or neighbor caches) for all server-side protocolsCount
Metric nameMetric keyDescriptionUnit
Server FTP Errorssquid.server.ftp.errors.countNumber of requests sent to FTP servers that resulted in an errorCount
Server FTP Bytes Insquid.server.ftp.kbytes_in.countAmount of traffic read from FTP servers, including control channel trafficKibiByte
Server FTP Bytes Outsquid.server.ftp.kbytes_out.countAmount of traffic written to FTP servers, including control channel trafficKibiByte
Server FTP Requestssquid.server.ftp.requests.countNumber of requests sent to FTP serversCount
Metric nameMetric keyDescriptionUnit
Server HTTP Errorssquid.server.http.errors.countNumber of server-side HTTP requests that resulted in an errorCount
Server HTTP Bytes Insquid.server.http.kbytes_in.countAmount of traffic read from HTTP origin servers and neighbor cachesKibiByte
Server HTTP Bytes Outsquid.server.http.kbytes_out.countAmount of traffic written to HTTP origin servers and neighbor cachesKibiByte
Server HTTP Requestssquid.server.http.requests.countNumber of server-side requests to HTTP servers, including neighbor cachesCount
Metric nameMetric keyDescriptionUnit
ICP Bytes Receivedsquid.icp.kbytes_recv.countAmount of traffic received in all ICP messages, including both queries and repliesKibiByte
ICP Bytes Sentsquid.icp.kbytes_sent.countAmount of traffic sent in all ICP messages, including both queries and repliesKibiByte
ICP Packets Receivedsquid.icp.pkts_recv.countNumber of ICP messages received from neighbors, including both queries and repliesCount
ICP Packets Sentsquid.icp.pkts_sent.countNumber of ICP messages sent to neighbors. This includes both queries and replies but doesn't include HTCP messagesCount
ICP Query Bytes Receivedsquid.icp.q_kbytes_recv.countAmount of traffic received from neighbors in ICP queriesKibiByte
ICP Query Bytes Sentsquid.icp.q_kbytes_sent.countAmount of traffic sent to neighbors in ICP queriesKibiByte
ICP Queries Receivedsquid.icp.queries_recv.countNumber of ICP queries received from neighborsCount
ICP Queries Sentsquid.icp.queries_sent.countNumber of ICP queries sent to neighborsCount
ICP Query Timeoutssquid.icp.query_timeouts.countNumber of times that Squid timed out waiting for ICP replies to arriveCount
ICP Reply Bytes Receivedsquid.icp.r_kbytes_recv.countAmount of traffic received from neighbors in ICP repliesKibiByte
ICP Reply Bytes Sentsquid.icp.r_kbytes_sent.countAmount of traffic sent to neighbors in ICP repliesKibiByte
ICP Replies Queuedsquid.icp.replies_queued.countNumber of times Squid queued an ICP message after the initial attempt to send failedCount
ICP Replies Receivedsquid.icp.replies_recv.countNumber of ICP replies received from neighborsCount
ICP Replies Sentsquid.icp.replies_sent.countNumber of ICP replies sent to neighborsCount
ICP Times Usedsquid.icp.times_used.countNumber of times ICP resulted in the selection of a neighbor as the next-hop for a cache missCount

Related to Squid

Extensions logo

Extensions

Manage Dynatrace extensions for hundreds of technologies.

Full version history

To have more information on how to install the downloaded package, please follow the instructions on this page.
ReleaseDate

Full version history

Version 2.0.1

Initial release of the OneAgent squid extension

  • 52 metrics across 8 feature sets
  • A new entity called Squid Proxy, SAME_AS a PROCESS_GROUP_INSTANCE, RUNS_ON a HOST
  • Entity screens and injections to the HOST and PGI screens
  • An overview dashboard for all Squid Proxy instances
Dynatrace Hub
Get data into DynatraceBuild your own app
All (768)Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityDigital ExperienceBusiness Analytics
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

Discover recent additions to Dynatrace

Problems logo

Problems

Analyze abnormal system behavior and performance problems detected by Davis AI.

Logs logo

Logs

Explore all your logs without writing a single query.

Security Investigator logo

Security Investigator

Fast and precise forensics for security and logs on Grail data with DQL queries.

Business Flow logo

Business Flow

Track, analyze, and optimize your critical business processes.

Cost & Carbon Optimization logo

Cost & Carbon Optimization

Track, analyze, and optimize your IT carbon footprint and public cloud costs.

Davis Anomaly Detection logo

Davis Anomaly Detection

Detect anomalies in timeseries using the Davis AI

Analyze your data

Understand your data better with deep insights and clear visualizations.

Notebooks logo

Notebooks

Create powerful, data-driven documents for custom analytics and collaboration.

Dashboards logo

Dashboards

Transform complex data into clear visualizations with custom dashboards.

Automate your processes

Turn data and answers into actions, securely, and at scale.

Workflows logo

Workflows

Automate tasks in your IT landscape, remediate problems, and visualize processes

Jira logo

Jira

Create, query, comment, transition, and resolve Jira tickets within workflows.

Slack logo

Slack

Automate Slack messaging for security incidents, attacks, remediation, and more.

Secure your cloud application

See vulnerabilities and attacks in your environment.

Security Overview logo

Security Overview

Get a comprehensive overview of the security of your applications.

Code-Level Vulnerabilities logo

Code-Level Vulnerabilities

Detect vulnerabilities in your code in real time.

Threats & Exploits logo

Threats & Exploits

Understand, triage, and investigate application security findings and alerts.

Are you looking for something different?

We have hundreds of apps, extensions, and other technologies to customize your environment

Leverage our newest innovations of Dynatrace Saas

Kick-start your app creation

Kick-start your app creation

Whether you’re a beginner or a pro, Dynatrace Developer has the tools and support you need to create incredible apps with minimal effort.
Go to Dynatrace Developer
Upgrading from Dynatrace Managed to SaaS

Upgrading from Dynatrace Managed to SaaS

Drive innovation, speed, and agility in your organization by seamlessly and securely upgrading.
Learn More
Log Management and Analytics

Log Management and Analytics

Innovate faster and more efficiently with unified log management and log analytics for actionable insights and automation.
Learn more