graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#DC143C" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "access_handler" -- "log_parser" [label=" 161 ", penwidth="10", color="#DC143CFF"]; "log_parser" -- "reputation_lists_parser" [label=" 136 ", penwidth="8", color="#DC143CDB"]; "reputation_lists_parser" -- "timer" [label=" 110 ", penwidth="6", color="#DC143CB7"]; "custom_resource" -- "helper" [label=" 92 ", penwidth="5", color="#DC143CA5"]; "helper" -- "reputation_lists_parser" [label=" 90 ", penwidth="5", color="#DC143CA5"]; "access_handler" -- "reputation_lists_parser" [label=" 86 ", penwidth="5", color="#DC143CA5"]; "helper" -- "timer" [label=" 78 ", penwidth="4", color="#DC143C93"]; "custom_resource" -- "timer" [label=" 78 ", penwidth="4", color="#DC143C93"]; "custom_resource" -- "reputation_lists_parser" [label=" 60 ", penwidth="3", color="#DC143C82"]; }