目次

llprof version 0.3 Documentation

About

System Requirements

Profiling module

Profile Server

Profile viewer

Diectories

How to Use Profiling Module

Build scripts for each language available. Use this, or refer this and compile manually.

Profiling Module for Python

Profiling Module for Ruby

(Example of rdoc + this profiler)

$ export RUBYOPT="-r rrprof"
$ rdoc

Profiling Server

List of Environment Variables

Profiling Module

Variable Name
LLPROF_PROFILE_TARGET_NAME Profile Target Name (Shows on viewer)
LLPROF_CM_HOST Connect target host name [Client Mode]
LLPROF_CM_PORT Connect target port [Client Mode]
LLPROF_CM_INTERVAL Interval retrying connect(seconds) [Client Mode]

For pyllprof only

Variable Name
LLPROF_STARTUP Set CCT toot to Program's Entry point

webmon

Variable Name
WEBMON_SINGLE Integrated CCT Mode
WEBMON_INTERVAL Interval of getting profiling information from Profileing Modules.