Author Archives: wojtek
Byte sponsors paper submission page for Eurosys 2012
In October 2011 Byte sponsors and hosts the paper submission system of the EuroSys 2012 conference. The EuroSys conference gives the following description of their goal: EuroSys 2012 is organized by EuroSys, the European Chapter of SIGOPS, sponsored by ACM …
A quick note on git merging
There is a local dev-branch with a few changes. We want to have the changes appear on the master branch. There are a few ways to merge this dev-branch it into the master.
New CDN server setup on SQUID
We have just launched a 2.0 version of our Byte Accelerator service also known as Byte CDN. Since Tuesday 13/07 four shiny Dell R410 servers with 16GB RAM are waiting for connections. After some research, we have decided to replace …
Openssl bug in Debian
Gisteravond was het aangekondigt dat er een bug zit in de openssl pakket van Debian. Dit pakket zorgt voor veilige communicatie voor sites die SSL gebruiken. Gelukkig was het voor hackers niet mogelijk om communicatie te afluisteren. Door de bug …
Statistieken “nooit” meer stuk
De site prestatiestatistieken (CPU gebruik) zijn weer in te zien op het Service Panel. Wij hebben het grafiekalgorithme verder geoptimaliseerd zodat het nu veel geheugen-zuiniger is. Verder hebben wij monitoring ingesteld voor het hele statistiekverzamelingproces. Dus geen ‘gaten’ in de …
Site prestatie statiestieken weer bereikbaar
Hoera! Site statistieken zijn weer bereikbaar op het ServicePanel. En het gaat niet om aantaal bezoekrs: die zijn constant bereikbaar en idere hoster heeft het. Wij hebben een aantaal coole meting technieken geimplementeerd om veel over MySQL en Apache processor …
Red alert!
We have just patched the databaseservers and we hope that the cause of the alarms (and broken queries) is now solved.
How to send perl hash over TCP.
I wanted to send a perl structure (lets say a hash) generated on one machine for processing on another machine. Nothing easier! Everything you need is already written. Just put the pieces together: Storable – for serializing structutes (standard module) …
Byte labs straks bereikbaar
Byte Labs met site CPU prestaties zal binnenkort weer bereikbaar zijn op het ServicePanel. Ik ben momenteel bezig met het parsen van apache logs van afgelopen 28 dagen. Dat is bijna 200G logs, dus zal even duren. Het prestatie analyse …
Enhancing MySQL with user statistics
Based on the work done by google we enhanced MySQL with the SHOW USER_STATISTICS; command. It allows us to monitor the following server resources per database user