This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bitrot-origin-image | |
REPO BASE_IMAGE_UUID ORIGIN NAME | |
binder fd2cc906-8938-11e3-beab-4359c665ac99 [email protected] | |
manta-madtom fd2cc906-8938-11e3-beab-4359c665ac99 [email protected] | |
manta-marlin fd2cc906-8938-11e3-beab-4359c665ac99 [email protected] | |
manta-marlin-dashboard fd2cc906-8938-11e3-beab-4359c665ac99 [email protected] | |
manta-medusa fd2cc906-8938-11e3-beab-4359c665ac99 [email protected] | |
manta-mola fd2cc906-8938-11e3-beab-4359c665ac99 [email protected] | |
manta-wrasse fd2cc906-8938-11e3-beab-4359c665ac99 [email protected] | |
sdc-amon fd2cc906-8938-11e3-beab-4359c665ac99 [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@832caf05 (buckets-mdapi) /opt/smartdc/buckets-mdapi]$ ./bin/schema-manager | |
INFO: Running "/usr/sbin/mdata-get SAPI_URL" ... | |
Jan 03 21:54:16.006 INFO sapi_url:http://sapi.nightly-2.joyent.us, build-id: 0.1.0 | |
INFO: Running "/usr/bin/zonename" ... | |
Jan 03 21:54:16.275 INFO pnode argument to buckets-mdplacement:tcp://1.buckets-mdapi.nightly.joyent.us:2030, build-id: 0.1.0 | |
Jan 03 21:54:16.275 INFO buckets-mdplacement endpoint:buckets-mdplacement.nightly.joyent.us:2020, build-id: 0.1.0 | |
Jan 03 21:54:16.298 DEBG starting decoherence task, interval 300 seconds, component: CueballConnectionPool, build-id: 0.1.0 | |
Jan 03 21:54:16.298 DEBG starting connection health task, interval 30 seconds, component: CueballConnectionPool, build-id: 0.1.0 | |
Jan 03 21:54:16.298 DEBG run() method entered, component: ManateePrimaryResolver, build-id: 0.1.0 | |
Jan 03 21:54:16.303 INFO run(): starting runtime, component: ManateePrimaryResolver, build-id: 0.1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[15:39:40 trentm@bluesteel:~/pristine/python-manta (master)] | |
$ make cutarelease | |
manta/version.py ver is: 3.0.0 | |
CHANGES.md ver is: 3.0.0 | |
[[ -z `git status --short` ]] # If this fails, the working dir is dirty. | |
** Are you sure you want to tag and publish [email protected] to pypi? | |
** Enter to continue, Ctrl+C to abort. | |
ver=3.0.0 && \ | |
date=2019-02-07 && \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@build3:~/go/src/github.com/grafana/grafana]$ ./bin/grafana-server cfg:app_mode=development | |
INFO[08-31|19:28:27] Starting Grafana logger=server version=5.3.0-pre1 commit=d668a922e compiled=2018-08-30T09:56:52+0000 | |
INFO[08-31|19:28:27] Config loaded from logger=settings file=/root/go/src/github.com/grafana/grafana/conf/defaults.ini | |
INFO[08-31|19:28:27] Config overridden from command line logger=settings arg="app_mode=development" | |
INFO[08-31|19:28:27] Path Home logger=settings path=/root/go/src/github.com/grafana/grafana | |
INFO[08-31|19:28:27] Path Data logger=settings path=/root/go/src/github.com/grafana/grafana/data | |
INFO[08-31|19:28:27] Path Logs logger=settings path=/root/go/src/github.com/grafana/grafana/data/log | |
INFO[08-31|19:28:27] Path Plugins logger=settings path=/root/go/src/github.com/grafana/grafana/data/plugins | |
INFO[08-31|19:28 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@build3:~/go/src/github.com/grafana/grafana]$ ptree | |
757243 /sbin/init | |
757268 /lib/svc/bin/svc.startd | |
757803 /usr/lib/saf/sac -t 300 | |
757809 /usr/lib/saf/ttymon | |
757814 /usr/lib/saf/ttymon -g -d /dev/console -l console -m ldterm,ttcompat -h -p buil | |
757270 /lib/svc/bin/svc.configd | |
757335 /lib/inet/ipmgmtd | |
757566 /usr/lib/pfexecd | |
757609 /usr/sbin/nscd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ for i in `seq 1 10`; do sleep 0.3; (curl -i localhost:8080/slow &) ; done | |
HTTP/1.1 503 Service Unavailable | |
Content-Type: application/json | |
Content-Length: 64 | |
x-request-id: 629905ae-83a0-407c-b055-52efc57e6430 | |
Date: Fri, 02 Mar 2018 22:23:07 GMT | |
Connection: keep-alive | |
{"code":"ServiceUnavailableError","message":"request throttled"}HTTP/1.1 503 Service Unavailable | |
Content-Type: application/json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This Source Code Form is subject to the terms of the Mozilla Public | |
# License, v. 2.0. If a copy of the MPL was not distributed with this | |
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
# | |
# | |
# Copyright 2016 Joyent, Inc. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ben = require('ben'); | |
var servers = []; | |
for (var i = 0; i < 1000; i++) { | |
servers.push({"uuid": "blah", "hostname": "blah", "vms": {"foo": "blah"}}); | |
} | |
var forMs = ben(function () { | |
var filteredServers = []; | |
for (var i = 0; i < servers.length; i++) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@blackduck0:~/tmp/q# ls */package.json | grep -v sdc-headnode | grep -v sdc-amon | cut -d/ -f1 | |
aperture-config | |
binder | |
cloud-tycoon | |
electric-moray | |
eng | |
keyapi | |
mahi | |
manatee | |
manta-mackerel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ok 41 [2016-02-23T19:45:28.419Z] createMachine | |
ok 42 [2016-02-23T19:45:28.419Z] createMachine 201 statusCode | |
ok 43 [2016-02-23T19:45:28.419Z] createMachine Location header | |
ok 44 [2016-02-23T19:45:28.419Z] createMachine body: 7d609b77-7821-459d-894f-637f9d5a3e05 | |
ok 45 [2016-02-23T19:45:28.420Z] headers ok | |
ok 46 [2016-02-23T19:45:28.420Z] headers allow-origin | |
ok 47 [2016-02-23T19:45:28.420Z] headers allow-methods | |
ok 48 [2016-02-23T19:45:28.421Z] headers date | |
ok 49 [2016-02-23T19:45:28.421Z] headers request-id | |
ok 50 [2016-02-23T19:45:28.422Z] headers response time |
NewerOlder