Skip navigation.
spilling the beans

Revision of graphing TM1 data flow from Thu, 2007-03-08 12:03

admins
| |

Attached is a little parser in perl (free) that will create a text file for graphviz (free too) out of your .pro and .rux files.

Then graphviz generates a graph of the data flow in your TM1 server:
data flow
(the image has been cropped and scaled down for display, the original image is actually readable)

Legend:
ellipses = cubes
trapezes = processes
diamond = file/ODBC source

in red cellget
in blue cellput
in green inter-cube rule

1. install perl and graphviz
2. in a shell window execute:
perl genflow.pl \path\to\TM1Folder > flow.dot
dot -Tgif flow.dot > flow.gif

This is still quite experimental but this could become useful to view at a glance all the interactions between your cubes.


Average rating
(2 votes)
AttachmentSize
genflow.pl3.76 KB
genflow1.1.pl4.26 KB