processone / tsung

Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
http://www.process-one.net/en/tsung/
GNU General Public License v2.0
2.52k stars 404 forks source link

Graphs: Words Grabled #366

Open dlink opened 4 years ago

dlink commented 4 years ago

Hello,

I recently installed tsung 1.7.0 on Mac OS 10.15.1, with gnuplot 5.2.7_1. I followed installation instructions.

The problem I am having is:

All the words in the graphs are gabled. The letters are written on top of each other, as though the typewriter carriage does not advance but places each letter on top of the last. It makes the graphs unread readable.

Here is a screen shot.

Screen Shot 2019-11-20 at 5 19 04 PM

Thank you for your help resolving this. David Link

andy-liu-9711 commented 4 years ago

@dlink I also encountered the same issue on Mac 10.15.2. Seems like the issue is related to PNG generation of graph report.

The workaround is to pass --img_format svg param to tsung_stats.pl script. Even though the thumbnail images (png format) in the report still have the issue, the raw images (svg in the case) work well, and they can be shown by clicking the thunbnail images.

dlink commented 4 years ago

Thank you, for getting back to me. I will try that, the next time I try Tsung.