in reply to Re: How to PRINT CGI html table to a PNG file
in thread How to PRINT CGI html table to a PNG file

<iframe src="Sys_Load.cgi"></iframe>

Hi, Your above code made my life easier.

Anyway, I changed it in following way since I think without border is better. Pls hv a look at.

<iframe src = "Sys_Load.cgi" style="border:none;"></iframe>

>> Unless what you are doing is a homework problem, perhaps you should consider looking for existing solutions for building a dashboard with machine usage statistics.

I do need server statistics. How can build a dashboard. Where can I hv docs for it?

What about these?

https://metacpan.org/pod/GD::Dashboard

https://metacpan.org/release/GD-Dashboard

Or do you have some others docs. Pls share

Replies are listed 'Best First'.
Re^3: How to PRINT CGI html table to a PNG file
by aitap (Curate) on Aug 23, 2018 at 07:54 UTC

    Yes, that's one of the ways to disable the border. This usage is fine.

    Speaking of existing monitoring solutions, take a look at Munin. It generates an HTML page with plots and it's even written in Perl.