Skip to content

Instantly share code, notes, and snippets.

View bcicen's full-sized avatar

bradley bcicen

View GitHub Profile
[server:main]
use = egg:gunicorn#main
host = 0.0.0.0
port = 6543
workers = 20
worker_class = gevent
version=1.7.1
[general]
# What to display in S mode: graph, status, pivoted status
S_func=s
# Which set of variables to display in S (Variables & Status) mode
S_set=general
# Whether to auto-wipe InnoDB deadlocks
auto_wipe_dl=0
<...>-29239 [005] 39913730.826410: funcgraph_exit: + 23.198 us | }
<...>-29582 [004] 39913730.838380: funcgraph_entry: | mce_start_timer() {
<...>-29582 [004] 39913730.838383: funcgraph_entry: 0.429 us | mce_available();
<...>-29582 [004] 39913730.838385: funcgraph_entry: | machine_check_poll() {
<...>-29582 [004] 39913730.838386: funcgraph_entry: | mce_setup() {
<...>-29582 [004] 39913730.838386: funcgraph_entry: 0.200 us | get_seconds();
<...>-29582 [004] 39913730.838388: funcgraph_entry: 0.430 us | native_cpuid();
<...>-29582 [004] 39913730.838389: funcgraph_entry: 0.379 us | native_read_msr_safe();
<...>-29582 [004] 39913730.838390: funcgraph_exit: 4.236 us | }
<...>-29582 [004] 39913730.838391: funcgraph_entry: | mce_rdmsrl() {
FROM ubuntu:precise
RUN touch /root/test_0
RUN touch /root/test_1
RUN touch /root/test_2
RUN touch /root/test_3
RUN touch /root/test_4
RUN touch /root/test_5
RUN touch /root/test_6
RUN touch /root/test_7
"Package[ufw]": !ruby/object:Puppet::Resource::Status
change_count: 0
changed: false
evaluation_time:
events: []
failed: false
file: /etc/puppet/modules/ufw/manifests/init.pp
line: 4
out_of_sync: false
out_of_sync_count: 0
public static $nodes = array
(<% nodes_data.each_pair do |key, value_hash| %>
'<%= key %>' => array
(
'server' => '<%= value_hash['server'] %>',
'port' => '<%= value_hash['port'] %>',
),
<% end %>
);
function dockerhost() {
[ -z "$oldps1" ] || export PS1=$oldps1
export oldps1=$PS1
if [ -z "$1" ];then
unset DOCKER_HOST
else
export DOCKER_HOST="tcp://$1:4243"
export PS1="${PS1:0:-3}(docker-$1)${oldps1:(-2)}"
fi
}
function tsdocker() {
case "$1" in
set)
[ -z "$oldps1" ] || export PS1=$oldps1
export oldps1=$PS1
if [ -z "$2" ];then
unset DOCKER_HOST
else
export DOCKER_HOST="tcp://$2:4243"
export PS1="${PS1:0:-3}(docker-$2)${oldps1:(-2)}"
Sending build context to Docker daemon 9.216 kB
Sending build context to Docker daemon
Step 0 : FROM ubuntu:precise
---> c17f3f519388
Step 1 : ADD test /root/test_0
---> Using cache
---> 69d08aaa9a1a
Step 2 : ADD test /root/test_1
---> Using cache
---> febe3f2c0f1f
Step 0 : FROM scratch
---> 511136ea3c5a
Step 1 : ADD test /root/test_0
---> Using cache
---> dfcf6ddb607f
Step 2 : ADD test /root/test_1
---> Using cache
---> be71a0577d51
Step 3 : ADD test /root/test_2
---> Using cache