Tracx 1.2.0 review
DownloadTracx is a tracing XML language
|
|
Tracx is a tracing XML language. The software was motivated by a system management approach where system configuration information is retrieved via plain remote shell command output and stored in a structured way to XML.
The software is stable and production ready but there is still missing any user guide. Slash is a pretty example for the usage of the dragon parser generator, also available on this page.
Requirements:
To build tracx you need a g++ compiler plus make utility
Supported platforms
tracx has been successfully tested on
Mac OS X
Solaris
FreeBSD
HP-UX
Installation
Run the configure script with the following options
./configure
Run make
./make
This builds the tracx program as a single executable file. You can install
the file with the install command
./make install
What's New in This Release:
An element ADD statement has been added.
There are some cosmetic syntax changes for main block and semaphore declaration.
Exception handling has been improved.
Tracx 1.2.0 keywords