Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am priyadarsh on github.
* I am priyadarsh (https://keybase.io/priyadarsh) on keybase.
* I have a public key ASBU8-hwRskZnH1mpUowrniIYjFlmWoR_ErBxCrFzOGZuAo
To claim this, I am signing this object:
@priyadarsh
priyadarsh / influxdb-heap-dump-node1
Created October 23, 2015 06:46
/debug/pprof/heap taken on node1 while writes are happening on node3 in the cluster
# runtime.MemStats
# Alloc = 13388058952
# TotalAlloc = 471210524696
# Sys = 47370559496
# Lookups = 6228
# Mallocs = 4166540523
# Frees = 4023391003
# HeapAlloc = 13388058952
# HeapSys = 45513932800
# HeapIdle = 30143127552
@priyadarsh
priyadarsh / influxdb.conf
Created October 23, 2015 06:00
Conf file for influxdb raft nodes. The configuration is same for all nodes except for the host name
reporting-disabled = true
enterprise-url = "https://enterprise.influxdata.com"
enterprise-token = ""
[meta]
dir = "/data/influxdb/.influxdb/meta"
hostname = "INFLUXDB1"
bind-address = ":8088"
retention-autocreate = true
election-timeout = "1s"
@priyadarsh
priyadarsh / nohup.out
Created October 23, 2015 05:49
nohup.out file contents of the influxdb daemon. Removed some environment specific logs
[tsm1wal] 2015/10/22 03:53:58 memory flush of /data/influxdb/.influxdb/data/travelguru/default/4 with 141013 keys and 328380 total values of 5254080 bytes
[tsm1wal] 2015/10/22 03:54:24 idle flush of /data/influxdb/.influxdb/data/_internal/monitor/1 with 88 keys and 528 total values of 8448 bytes
[tsm1] 2015/10/22 03:54:24 writing new index file /data/influxdb/.influxdb/data/_internal/monitor/1/0000116.tsm1
[tsm1wal] 2015/10/22 03:54:24 /data/influxdb/.influxdb/data/_internal/monitor/1 flush to index took 4.262964ms
[tsm1wal] 2015/10/22 03:55:24 idle flush of /data/influxdb/.influxdb/data/_internal/monitor/1 with 88 keys and 528 total values of 8448 bytes
[tsm1] 2015/10/22 03:55:24 writing new index file /data/influxdb/.influxdb/data/_internal/monitor/1/0000117.tsm1
[tsm1wal] 2015/10/22 03:55:24 /data/influxdb/.influxdb/data/_internal/monitor/1 flush to index took 3.537606ms
[tsm1wal] 2015/10/22 03:56:24 idle flush of /data/influxdb/.influxdb/data/_internal/monitor/1 with 88 keys and 528 total values of 8448 b