Recent articles

Wenn die Börsenkurse fallen

Wenn die Börsenkurse fallen,
regt sich Kummer fast bei allen,
aber manche blühen auf:
Ihr Rezept heißt Leerverkauf.
continue reading

IBM Studie zur Zukunft des Computers und des Internets aus dem Jahre 1987

“Bis zum Jahre 2010 wird sich ein gewisses Verständnis dafür entwickelt haben, ob der Computer mehr ist als nur eine Filiale des Gehirns oder ein Intelligenzverstärker. Alles spricht dafür, dass Begriffe wie ,Künstliche Intelligenz’ bis zum Jahre 2010 stark relativiert und auf ihren rein technischen, werkzeughaften Sinn reduziert sind. Eine Symbiose zwischen dem biologischen Gehirn und dem technischen Computer bleibt eine Fiktion.”

end of Buell

what a shame …

Athens

joining a critsit in a large bank in Athens – WebSphere Portal 5.1, WCM, TAM ,TDS, TDI, ESB, db2, etc. Massive performance issues caused by inadequately tuning the environment, lack of system resources – basically returned to default values following tuning guides. Primary intention was to stabilize environment, as well as providing mid- to long term recommendations about how to manage the infrastructure and systems / applications. continue reading

steps to visualize HTTP server logging – part II

gnuplot 2d

edit /etc/apache2/mod_log_config.conf and add a new logformat (plots) – (“mod_log_config.conf” is referenced by “httpd.conf”)

LogFormat “%h %l %u %t \”%r\” %>s %b \ \”%{Referer}i\” \”%{User-Agent}i\”" combined
LogFormat “%h %{%d.%m.%Y:%H:%M:%S}t %D %U” plots

The characteristics of the “%” directives are:

%…h Remote host
%…{format}t time & date
%…D time taken to serve the request, in microseconds.
%…U URL path requested

continue reading