├── LICENSE ├── README.md ├── ceph_log_parser.awk ├── ceph_log_parser.luminous.awk ├── compacting_timing.awk ├── deep-scrub_timing.awk ├── images ├── Histogram.png ├── OSDs.png └── Pools.png ├── iops_histo.sh ├── map_reporters_to_buckets.sh ├── rgw_proc_time.awk ├── rgw_req_timing.sh └── slow_by_osd-pool-type.awk /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/README.md -------------------------------------------------------------------------------- /ceph_log_parser.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/ceph_log_parser.awk -------------------------------------------------------------------------------- /ceph_log_parser.luminous.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/ceph_log_parser.luminous.awk -------------------------------------------------------------------------------- /compacting_timing.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/compacting_timing.awk -------------------------------------------------------------------------------- /deep-scrub_timing.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/deep-scrub_timing.awk -------------------------------------------------------------------------------- /images/Histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/images/Histogram.png -------------------------------------------------------------------------------- /images/OSDs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/images/OSDs.png -------------------------------------------------------------------------------- /images/Pools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/images/Pools.png -------------------------------------------------------------------------------- /iops_histo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/iops_histo.sh -------------------------------------------------------------------------------- /map_reporters_to_buckets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/map_reporters_to_buckets.sh -------------------------------------------------------------------------------- /rgw_proc_time.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/rgw_proc_time.awk -------------------------------------------------------------------------------- /rgw_req_timing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/rgw_req_timing.sh -------------------------------------------------------------------------------- /slow_by_osd-pool-type.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxkidd/ceph-log-parsers/HEAD/slow_by_osd-pool-type.awk --------------------------------------------------------------------------------