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
--------------------------------------------------Mon Aug 24 18:42:01 UTC 2015 | |
12622 Ds 00:00:23 postgres: cluster13 canvas sleep_on_page | |
--------------------------------------------------Mon Aug 24 18:42:03 UTC 2015 | |
--------------------------------------------------Mon Aug 24 18:42:04 UTC 2015 | |
13920 Ds 00:00:17 postgres: cluster13 canvas sleep_on_page | |
15835 Ds 00:00:07 postgres: cluster13 canvas sleep_on_page | |
129991 Ds 00:00:55 postgres: cluster13 canvas sleep_on_page_killable | |
--------------------------------------------------Mon Aug 24 18:42:05 UTC 2015 | |
8752 Ds 00:00:39 postgres: cluster13 canvas sleep_on_page_killable | |
8763 Ds 00:00:47 postgres: cluster13 canvas submit_bio_wait |
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
#!/usr/bin/python2.7 | |
import os | |
import time | |
import json | |
import socket | |
import struct | |
import pickle | |
import subprocess | |
CARBON_HOST = 'localhost' |
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
"kernel" : "ckolivas", | |
"nfactor" : "11", | |
"failover-only" : true, | |
"verbose" : true, | |
"xintensity" : "4,4,4", | |
"gpu-threads" : "2,2,2", | |
"worksize" : "256,256,256", | |
"thread-concurrency" : "6143,6143,6143", | |
"gpu-engine" : "800-1160,800-1160,800-1125", | |
"gpu-fan" : "60-90,60-90,65-90", |
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
"xintensity" : "4", | |
"worksize" : "256", | |
"thread-concurrency" : "6336", | |
"lookup-gap" : "2", | |
"gpu-threads" : "2", | |
"gpu-engine" : "700-975", | |
"gpu-fan" : "60-90", | |
"gpu-memclock" : "1360", | |
"gpu-powertune" : "20", | |
"temp-cutoff" : "95", |
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
"no-submit-stale" : "false", | |
"failover-only" : true, | |
"verbose" : true, | |
"scrypt" : true, | |
"rawintensity" : "5120,5120,5120", | |
"gpu-threads" : "2", | |
"worksize" : "256,256,256", | |
"thread-concurrency" : "6336,6336,6336", | |
"gpu-engine" : "800-1100,800-1100,800-1090", | |
"gpu-fan" : "60-90,60-90,65-90", |
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
"scrypt" : true, | |
"gpu-threads" : "2", | |
"rawintensity" : "5120", | |
"worksize" : "256", | |
"thread-concurrency" : "8191", | |
"lookup-gap" : "2", | |
"gpu-engine" : "800-1075", | |
"gpu-memclock" : "1250", | |
"gpu-powertune" : "20", |
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
# in your ~/.zshrc add these lines: | |
# | |
# source path/to/this/file | |
# precmd() { zsh_prompt } | |
# | |
NONE="%{\e[0m%}" # unsets color to term's fg color | |
K="%{\e[0;30m%}" # black |