community.general/lib/ansible/plugins/callback
Matt Martz 7a89d373ac Perf graphing (#46346)
* csv of memory usage

* Fix var

* Configurable output file

* Add cpu profiling

* Valdiate the existence of cgroup files

* Add guard to prevent exception when trying to reset max memory value

* to_bytes/to_text and docs updates

* Add support for CPU results

* Just track the max, don't log all results, and then calculate max

* Restore cgroup_memory_recap, and move new functionality into cgroup_perf_recap

* Add pid count tracking, restructure to support more profilers

* Add cli tool for graphing cgroup_perf_recap data

* csv_output_dir is a path

* Correct CALLBACK_NAME

* Include uuid in csv data

* fix linting errors

* Bump version_added

* Create helper funciton to create dict from list of keys, with callable default

* Updated notes to include pids

* Print a newline after each section

* Plugin improvements

* Add option to supporess recap display
* Add default for output directory
* Add option to dictate whether or not to write files
* Add JSON-seq output option

* s/uuid/task_uuid

* Use bytes for paths

* Increase polling interval length for pids/memory

* Reduce instance attrs, change how we invoke profilers

* Shorten some line lengths

* Remove more instance attrs

* Fix some typos

* document directory creation, and catch exceptions

* Enable per task file outputs, and filename customization

* s/per_task_file/file_per_task/g
2019-01-08 13:29:22 -05:00
..
__init__.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
actionable.py
cgroup_memory_recap.py
cgroup_perf_recap.py Perf graphing (#46346) 2019-01-08 13:29:22 -05:00
context_demo.py
counter_enabled.py counter_enabled.py - Fix minor typos (#49014) 2018-11-22 05:41:38 -05:00
debug.py
default.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
dense.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
foreman.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
full_skip.py
grafana_annotations.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
hipchat.py
jabber.py
json.py
junit.py Implement test case prefix to filter test cases (#40174) 2018-12-03 18:41:44 +00:00
log_plays.py
logdna.py Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
logentries.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
logstash.py
mail.py
minimal.py
nrdp.py Add support for NRDP notifications (#39297) 2019-01-02 10:15:15 -05:00
null.py
oneline.py
osx_say.py
profile_roles.py
profile_tasks.py
selective.py
skippy.py
slack.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
splunk.py
stderr.py
sumologic.py
syslog_json.py
timer.py
tree.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
unixy.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
yaml.py Diff mode returns yaml diffs in yaml callback plugin (#48794) 2018-11-22 18:03:25 +00:00