
We have been finding the generated html of our logs to be very useful. We generate them after one of our CI jobs that deploy an OpenStack cloud using RDO. RDO is a community of people using and deploying OpenStack on CentOS, Fedora, and RHEL. [1] Our artifact server keeps our logs and artifacts compressed, and upon access decompresses, parses, and renders them in a browser. In the case of the html files generated by generate_page.sh, since the the open/close html tags are not present it does not set the MIME type correctly and we don't render correctly. An example of this is here: [2] [1] https://www.rdoproject.org/ [2] https://thirdparty-logs.rdoproject.org/jenkins-tripleo-quickstart-periodic-newton-delorean-ha_192gb-17/undercloud/var/log/extra/dstat.html.gz
dstat_graph
Graph on top of dstat, because we love UI <3
dstat graph is a light standalone javascript application that nicely format and display the output of dstat (https://github.com/gianpaj/dstat).
Description
Languages
HTML
97.5%
JavaScript
2.3%
Shell
0.1%