Last active
December 28, 2015 21:59
-
-
Save keisatou/7567987 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Server starter | |
# | |
# Server::Starter | |
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#14 | |
# | |
# Performance | |
# | |
# Measure performance (Profiling) | |
## Devel::NYTProf | |
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#26 | |
http://gihyo.jp/dev/serial/01/perl-hackers-hub/001702 | |
# | |
# Plack::Middleware::* | |
# | |
# Logging | |
## Plack::Middleware::AxsLog | |
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#9 | |
# ReverseProxy | |
## Plack::Middleware::ReverseProxy | |
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#11 | |
http://blog.nomadscafe.jp/2012/01/plackmiddlewarereverseproxy.html | |
http://blog.nomadscafe.jp/2012/12/plackmiddlewarereverseproxy-ip.html | |
# Monitoring | |
## Plack::Middleware::ServerStatus::Lite | |
Monitors total number of worker processes (for Prefork server) | |
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#17 | |
# Troublesooting | |
## Plack::Middleware::MemoryUsage | |
Investigate on memory leak. Shows Memory Usage per pakcage. | |
http://dl.dropboxusercontent.com/u/224433/plackcon/index.html#24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment