Skip to content

Instantly share code, notes, and snippets.

{
"title": "Apache and Tomcat Logs",
"services": {
"query": {
"list": {
"0": {
"query": "apache !tomcat !static",
"alias": "",
"color": "#7EB26D",
"id": 0,
@clohfink
clohfink / cassandra_cfstats_histogram.py
Last active December 20, 2015 03:59 — forked from Kami/cassandra_cfstats_histogram.py
Changed to just make bar graph. With large values histogram version takes multiple GB of ram
#!/usr/bin/env python
# Licensed to Tomaz Muraus under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# Tomaz muraus licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#