EnglishFrenchSpanish

OnWorks favicon

wulf2html - Online in the Cloud

Run wulf2html in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command wulf2html that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


wulfweb - A script to create an html table of cluster node statistics

SYNOPSIS


wulfweb [-d delay] [-f wulfhosts] [-i include] [-p path] [-t type] [-h] [-v level]
filename

WULFWEB OPTIONS


filename (required) is the name of the web page created (e.g. mycluster.html)
-d delay sets the delay used for both wulflogger and page updates
-f wulfhosts to specify a particular wulfhosts file
-i include file (which must contain html intended to go after <html> and before the
table in the created web page).
-t type to control wulflogger "type" of display.
-h displays help/usage
-v level controls verbosity and debugging output

DESCRIPTION


wulfweb is a script that creates a web page containing an optional inclusion (described in
detail below) followed by an html table formatted to contain automatically updated cluster
statistics collected from xmlsysd's running on the cluster nodes by wulflogger. Note that
wulflogger is therefore required by the wulfweb program.

A typical invocation might be:

$ wulfweb -f /usr/share/wulfweb/wulfhosts -d 60 -t 1 \
-i myheader.html mycluster.html &

to create a page with the header myheader.html in front of the "load averages" table that
auto-refreshes every 60 seconds. The cluster is described in the wulfhosts file (see
wulfstat(1) or wulflogger(1) for details). Run in the background, wulfweb will keep this
page current indefinitely.

INCLUDED FILE


The included file must contain valid html for material that you might wish to precede the
table. It can be empty (or no include file may be given on the command line) in which
case the raw table and the <meta> tag that causes automatic refresh are the sole contents
of the output file.

The included header file can be as fancy as you like, but I'd strongly urge that if you
want to embed the tables in a complex document you consider using php and including the
table in a php-generated page, as otherwise I think you'll find this simple inclusion
mechanism limiting.

Be warned! Check the resulting documents produced carefully for errors! The most that
wulfweb can do is produce the table (hopefully correctly). Obviously it cannot be blamed
for bad html in any inclusion.

The following is an example of a reasonable inclusion that should work:

<html>
<head>
<title>MyCluster Stats</title>
</head>

<body>

<h2>MyCluster Load Average</h2>

<hr>

DISPLAY TYPES


The following display types are supported by wulflogger:

0 - a "vmstat-like" display of stats from all cluster hosts. Probably
the most useful single display.
1 - load average only
2 - memory utilization (similar to running "free" on each host)
3 - network rates
4 - time displays system clocks, uptime, cpu type and clock
5 - pids interface for monitoring running distributed tasks.
6 - pids interface for monitoring running distributed tasks with
full command line displayed.

The pids interface (with or without the full command line displayed) is a bit quirky. It
will generally ignore root-owned tasks, for example, presuming that the tool is intended
to monitor userspace applications. There exist wulfhosts controls for these properties;
eventually they will likely be controllable at the command line of this tool as well.

Use wulf2html online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 2
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 3
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 4
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • 5
    GLPI Themes
    GLPI Themes
    Download release at
    https://github.com/stdonato/glpi-modifications/
    Color themes for GLPI 0.84 and 0.85 New
    Modifications for GLPI This is an
    application that c...
    Download GLPI Themes
  • 6
    SMPlayer
    SMPlayer
    SMPlayer is a free media player for
    Windows and Linux with built-in codecs
    that can also play YouTube videos. One
    of the most interesting features of
    SMPlayer:...
    Download SMPlayer
  • More »

Linux commands

Ad