Skip to content

Instantly share code, notes, and snippets.

View tipabu's full-sized avatar

Tim Burke tipabu

  • San Francisco, CA
View GitHub Profile
@tipabu
tipabu / .gitignore
Last active October 16, 2020 19:35 — forked from clayg/.gitignore
Troll the disks for async_pendings and gather some stats
/*.json
@tipabu
tipabu / healthcheck_stats.py
Last active October 9, 2020 23:39 — forked from clayg/healthcheck_stats.py
keep an eye on things
import argparse
import sys
import subprocess
from swift.common.utils import get_logger
from threading import Thread
import time
import socket
import os
import ssl