P5-masonx-profiler

Jul 20, 2023

Mason per-component profiler

This module prints per-component profiling information to STDERR usually directed to the Apache error log. Its output looks like this

=Mason= 127.0.0.1 - /NoAuth/webrt.css BEGINS 
=Mason= 127.0.0.1 -     /NoAuth/webrt.css 
=Mason= 127.0.0.1 -         /Elements/Callback 
=Mason= 127.0.0.1 -         /Elements/Callback  0.0008
=Mason= 127.0.0.1 -     /NoAuth/webrt.css  0.0072
=Mason= 127.0.0.1 - /NoAuth/webrt.css  ENDS

Each row contains five whitespace-separated fields =Mason=, remote IP address, -, indented component name, and how many seconds did it take to process that component, including all subcomponents called by it.

The beginning and end of the initial request is represented by the special time fields BEGINS and ENDS.



Checkout these related ports:
  • Zope213 - Object-based web application platform Version 2.13
  • Zola - Fast static site generator
  • Zgrab2 - Fast Go application scanner
  • Zerowait-httpd - Lightweight and fast http server
  • Zenphoto - Simpler web photo gallery
  • Zend-framework - Framework for developing PHP web applications
  • Yuicompressor - The Yahoo! JavaScript and CSS Compressor
  • Ytdl - YouTube downloader written in Go
  • Yt-dlp - Command-line program for downloading videos from various platforms
  • Youtube_dl - Program for downloading videos from various services
  • Yourls - Your Own URL Shortener
  • You-get - Dumb downloader that scrapes the web
  • Yaws - Web server for dynamic content written in Erlang
  • Yarr - Yet another rss reader
  • Yarn - Package manager for node, alternative to npm (meta port)