Skip to content

Instantly share code, notes, and snippets.

@juliusv
Created May 6, 2013 00:05
Show Gist options
  • Save juliusv/d4baa7db4a1e8185614d to your computer and use it in GitHub Desktop.
Save juliusv/d4baa7db4a1e8185614d to your computer and use it in GitHub Desktop.
$ GOGCTRACE=1 ./prometheus -useLocalAssets -configFile=prometheus.conf
gc1(1): 0+0+0 ms, 0 -> 0 MB 24 -> 26 (27-1) objects, 0(0) handoff, 0(0) steal, 0/0/0 yields
prometheus, version cfc3b10 (master)
build user: julius@egardia
build date: 20130506-01:33:39
go version: 1.0.3
leveldb version: 1.9.0
protobuf version: 2.5.0
snappy version: 1.1.0
gc2(1): 0+0+0 ms, 1 -> 1 MB 2312 -> 1509 (2504-995) objects, 0(0) handoff, 0(0) steal, 0/0/0 yields
gc3(1): 14+0+0 ms, 24 -> 24 MB 1543 -> 1527 (2539-1012) objects, 0(0) handoff, 0(0) steal, 0/0/0 yields
2013/05/06 01:59:48 Pool for job prometheus does not exist; creating and starting...
2013/05/06 01:59:48 Pool for job haproxy does not exist; creating and starting...
2013/05/06 01:59:48 Pool for job munin does not exist; creating and starting...
2013/05/06 01:59:48 Pool for job ganglia does not exist; creating and starting...
2013/05/06 01:59:48 Pool for job roles does not exist; creating and starting...
2013/05/06 01:59:48 All EndPoints for service [ MetricsService ] , registered under root path: /api/
2013/05/06 01:59:48 Registerd service: MetricsService endpoint: GET api/query?{expr:string}&{json:string}
2013/05/06 01:59:48 Registerd service: MetricsService endpoint: GET api/query_range?{expr:string}&{end:int64}&{range:int64}&{step:int64}
2013/05/06 01:59:48 Registerd service: MetricsService endpoint: GET api/metrics
2013/05/06 01:59:48 Registerd service: MetricsService endpoint: PUT api/jobs/{jobName:string}/targets
2013/05/06 01:59:48 listening on :9090
scvg0: inuse: 31, idle: 0, sys: 32, released: 0, consumed: 32 (MB)
gc4(1): 14+3+0 ms, 49 -> 31 MB 222770 -> 73891 (224044-150153) objects, 0(0) handoff, 0(0) steal, 0/0/0 yields
gc5(1): 45+11+0 ms, 63 -> 42 MB 615116 -> 166587 (765778-599191) objects, 0(0) handoff, 0(0) steal, 0/0/0 yields
gc6(1): 40+16+0 ms, 85 -> 43 MB 865409 -> 223421 (1465161-1241740) objects, 0(0) handoff, 0(0) steal, 0/0/0 yields
gc7(1): 51+22+1 ms, 86 -> 50 MB 1364321 -> 257749 (2606959-2349210) objects, 0(0) handoff, 0(0) steal, 0/0/0 yields
Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment