Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@jeremiahsnapp jeremiahsnapp released this 31 Aug 15:23

This release makes chef-load a blind load tester. This means it will gracefully ignore API errors instead of trying to mimic what a real chef client would do. Resolves issue #12.

Logs all API requests to a file specified by the config file's log_file setting.

Prints an API request profile when chef-load receives a USR1 signal and when it is terminated.

This all makes for much cleaner output during normal operation as you can see in the API Request Profile section of the README.

The -profile-logs option reads the specified chef-load log files and prints an API request profile.

This also fixes a regression introduced in 2.2.0 and reported in issue #13.