This file contains 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
"""Tool for profiling Cassandra query performance. | |
Tests are run by profile() multiple times and the 'Read Latency' is | |
extracted using node tool. | |
Usage: | |
#Create the schema using the cassandra-cli. | |
create keyspace query |
This file contains 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
import os, sys, socket, passfd | |
import tornado.httpserver | |
import tornado.ioloop | |
import tornado.web | |
import time | |
class HelloHandler(tornado.web.RequestHandler): | |
def get(self): | |
self.write('hello from pid: %s' % os.getpid()) |
This file contains 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
import os | |
import itertools | |
CHUNK_SIZE = 100 | |
def read_lines_backwards(filename): | |
f = file(filename, 'rb') | |
f.seek(0, os.SEEK_END) | |
left = '' |
This file contains 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
ּ_בּ | |
בּ_בּ | |
טּ_טּ | |
כּ‗כּ | |
לּ_לּ | |
מּ_מּ | |
סּ_סּ | |
תּ_תּ | |
٩(×̯×)۶ | |
٩(̾●̮̮̃̾•̃̾)۶ |
NewerOlder