I apologize we don't have mucn in the way of useful documentation as of yet. Below is the database structure we used in MySQL. PACSPulse Performance monitoring tool off an archive looking at performance bottlenecks at archive, workstation, and network interfaces Table Structure # phpMyAdmin MySQL-Dump CREATE TABLE pacspulse ( timestamp datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, txrx char(2) NOT NULL, nameMod varchar(64) NOT NULL, ip varchar(15) NOT NULL, rate float DEFAULT '0' NOT NULL, size float DEFAULT '0' NOT NULL, numObj int(11) DEFAULT '0' NOT NULL, typeMod varchar(7) NOT NULL, numAssoc int(11) DEFAULT '0' NOT NULL, typeAssoc varchar(8) NOT NULL, timeip varchar(40) NOT NULL, UNIQUE timeip (timeip) );