I need a linux graphical tool to update some network data on screen in real-time (once or twice per second). RRDTool is very good at storing and graphing my data but afaik it doesn't refresh automatically. I would have to produce a .png every second in a script loop and reload the image file with xview or some other tool.
Is there a linux tool to visualize moving graphs?