Hadoop Visualization
Loading...
5,550
Loading...
Uploader Comments (djw8605)
see all
All Comments (3)
-
@SciPoly It's easy to write something similar. You can monitor the ethernet ports and their ip (it can be easily written in C++/Python with modules) to determine where the packets are going and based on that create a dynamic graph. it doesn't necessarily have to be this visually unless that is what you are going after. As for me, i like simplicity. I hope that helps.
-
Cool how do you generate it, can you give me a link or some more information so I can do it for our cluster too?
Loading...
@SciPoly I added a link to the source in the description.
@dawgp0und That's actually very close to how I do it. Python for a 'collector', and c/c++ for a client visualization. For a network visualization, you can see my other visualization title "Security Visuallization"
djw8605 4 months ago