Table Of Contents

Vvidget ServerExamples ► Dynamic Examples

Vvidget Server incorporates real-time, dynamic and high-transaction imaging technology. All figures in this manual are made on demand by Vvidget's imaging server called The Peer Visual Server. That server just made the following graph which shows your last 10 minutes of CPU use on your computer:

Note: If the graph does not image then that means the statistics module is disabled in the current configuration.


(Refresh your web browser to see the current time)
Click For A Print Version

If you put this HTML in your web page:

<img src="https://host.domain.com/graph.pvs?1&d&statistics&1&600,300&width=600 height=300>

Where host.domain.com is the DNS name of your computer (such as www.vvi.com), then you can view your computer's CPU usage from anywhere in the world in a web browser.

You can also make calendars of today:

Click For A Print Version

If you put this HTML in your web page:

<img src="http://host.domain.com/graph.pvs?pvs_version=1&image_maker=calendar&image_width=140&image_height=150&image_output_type=2&image_contact=d&start_month=0&start_year=0" width=140 height=150>

Where host.domain.com is the DNS name of your computer (such as www.vvi.com), then you can have updated calendars on your web site.

You can also mark dates (highlighted in yellow), such as the dates 4,6,9,25 as in this example:

by adding a selected_days_of_month key. For example, the calendar above was made with this URL:

<img src="https://www.vvidget.com/graph.pvs?pvs_version=1&image_maker=calendar&image_width=140&image_height=150&image_output_type=2&image_contact=direct&start_month=0&start_year=0&selected_days_of_month=4,6,9,25" width=140 height=150>

If you use the URL then replace localhost with the name of your computer (as usual).

If you want, you can incorporate print calendars into your web site. To make a month for a calendar update the following selections and then click "Make Calendar":

Month:Year:Output Type:Submit:

You can view the source to this page and see the form that made the calendar and then incorporate that into your own web site.

With Graph IDE you can make very detailed information documents. Once you master a particular visual type then if you need to replicate it many times you can let the Peer Visual Server (an optional programmable graphing server) make them on demand for you just like the examples above.

You can also use the preconfigured functionality of the Peer Visual Server included in Vvidget Server to make graphs.



© Copyright 1993-2020 by VVimaging, Inc. (VVI); All Rights Reserved. Please email support@vvi.com with any comments you have concerning this documentation. See Legal for trademark and legal information.