how to convert .top file to .dot file?
"Chao Yu \(ychao\)" <[email protected]> Wed, 29 Nov 2006 06:37:01 +0800
| Newsgroups | gmane.network.toolmakers |
|---|---|
| Message-ID | <08F33A783894784A876AA0C8F3E1B49001E64269@xmb-hkg-412.apac.cisco.com> |
Hi, expert,
how to convert .top file to .dot file? I try top2dot, seems does not
work. maybe I my command is wrong "cat net.top | ./top2dot.awk >net.dot"
=20
[root@pinot-2 top2dot]# more net.dot
graph group {
edge [color=3Dred,fontsize=10,fontcolor=3Dred];
node [fontsize=10,height=3D0.1,width=3D0.1,shape=3Dellipse];
=20
};
thanks
regs/Chao Yu