Python
4 entries201606 · 08
Getting average response time, call count, Min, Max on a restful api server
There's an api server that handles data traffic from an app I computed the average response time per interface using the apache logs For the hadoop,…
Opensource1 min

201605 · 30
Analyzing log files with Python and Spark (with hadoop)
Installing and running Hadoop, then analyzing files with Spark. Done on OSX, written up in order from configuration to execution.
Opensource2 min
201602 · 17
A simple webserver check with Python
I've been studying python lately, so as practice I made a simple program that checks every 10 seconds whether a webserver is dead.
Python1 min
201602 · 12
Installing Python3 on CentOS 6
Installing Python3 on CentOS 6. Command line to install 3.5.1 on centos 6.
Python1 min