8000 GitHub - baron42bba/cf-profile: Perl script for parsing output of verbose run for cf-agent and create execution tree with timings.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Perl script for parsing output of verbose run for cf-agent and create execution tree with timings.

Notifications You must be signed in to change notification settings

baron42bba/cf-profile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

cf-profile

This simple perl script is aimed at giving more information about cf-agent runs. It draws out a execution tree together with timings and classes augmented so that you can see clearly the order of execution together with what part of your policy cf-agent is spending most time on.

For version < 3.5.0:

# cf-agent -v | ./cf-profile.pl -a 

For version >= 3.5.0:

# cf-agent -v --legacy-output | ./cf-profile.pl -a

Requires Perl module Time::HiRes.

About

Perl script for parsing output of verbose run for cf-agent and create execution tree with timings.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%
0