deltasql 0.950 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News deltasql 0.950 (Default branch)
# 1  
Old 08-19-2008
deltasql 0.950 (Default branch)

Imagedeltasql is a tool to synchronize databases withsource code, which helps to keep databaseevolution under control. While developingmid-sized or big applications, developers makechanges to the data model that go along withchanges to the source code. From time to time,branches of source code are done to stabilize thecode that will go to production. A sort of datamodel branch is also needed. deltasql provides asimple way to collect all scripts that change thedata model and means to handle data modelbranches. The deltasql server runs on Apache andis backed by MySQL.License: GNU General Public License (GPL)Changes:
Project module management was improved with thepossibility to delete modules and less confusingnavigation. User management was improved with thepossibility to delete users for administrators.Error management was improved with bugfixes, moreerror types, and a link to error documentation ifthe format is HTML. XML can be exported foradvanced deltasql clients.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
LATENCYTOP(8)						      System Manager's Manual						     LATENCYTOP(8)

NAME
latencytop - a tool for developers to visualize system latencies SYNOPSIS
latencytop [--unknown] [processes...] DESCRIPTION
This manual page documents briefly the latencytop command. latencytop is a Linux* tool for software developers (both kernel and userspace), aimed at identifying where in the system latency is hap- pening, and what kind of operation/action is causing the latency to happen so that the code can be changed to avoid the worst latency hic- cups. LatencyTOP focuses on the cases where the applications want to run and execute useful code, but there's some resource that's not currently available (and the kernel then blocks the process). This is done both on a system level and on a per process level, so that you can see what's happening to the system, and which process is suffering and/or causing the delays. You can walk the processes by using the cursor keys. If you press s followed by a letter, then only active processes starting with that lettter are displayed and walked. If you press s followed by 0 then that filter is reset. SEE ALSO
powertop(1) The program is more fully described at http://www.latencytop.org AUTHOR
latencytop was written by Arjan van de Ven <arjan@linux.intel.com>. This manual page was written by Giacomo Catenazzi <cate@debian.org>, for the Debian project (but may be used by others). November 9, 2008 LATENCYTOP(8)