Skip to content

Instantly share code, notes, and snippets.

View willholley's full-sized avatar

Will Holley willholley

  • IBM
  • Somerset, UK
View GitHub Profile
@willholley
willholley / ProfiledSqlClientBatchingBatcher.cs
Created May 30, 2012 15:50
Updated ProfiledSqlClientBatchingBatcher for MvcMiniProfiler to work with NHibernate 3.3.0.4000
using System;
using System.Data;
using System.Data.Common;
using System.Text;
using NHibernate;
using NHibernate.AdoNet;
using NHibernate.AdoNet.Util;
using NHibernate.Exceptions;
using NHibernate.Util;
using StackExchange.Profiling;
@willholley
willholley / exploit
Created August 24, 2012 16:18
exploit
111
@willholley
willholley / _readme.md
Created September 21, 2016 17:38 — forked from nolanlawson/_readme.md
Demo of a PouchDB reproducible test case
@willholley
willholley / gist:57d20864d071e2e8ea2786f90be19097
Created November 22, 2016 10:19
CouchDB - endpoints that may no longer work in CouchDB 2.0
"GET /_config"
"GET /_config/{section}"
"GET /_config/{section}/{key}"
"PUT /_config/{section}/{key}"
"DELETE /_config/{section}/{key}"
"GET /_log"
"POST /_restart"
"GET /_stats"
"POST /{db}/_compact"
"POST /{db}/_compact/{ddoc}"
[global]
direct=1
group_reporting=1
ioengine=libaio
numjobs=16
ramp_time=2s
runtime=60s
size=10G
time_based=1
verify=0
@willholley
willholley / couchdb-all.dashboard.json
Created December 4, 2023 09:08
CouchDB Grafana dashboard
{
"__inputs": [],
"annotations": {
"list": []
},
"description": "CouchDB dashboard leveraging the CouchDB prometheus endpoint",
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"hideControls": false,