Lars
You are free to modify things to your needs or write your own code for
your displaying needs. Note however that vmktree is currently being
rewritten in order to handle VMware Server 1 & 2 and also ESX Server and
a few other products. VMware Server support is not still available in
the beta, but will soon be.
Lars
--
On Tue, Mar 25, 2008 at 04:52:38AM -0700, tmss wrote:
> In the "real time cpu" first graph as % CPU Busy,in that two
> cpu (cpu0,cpu1)shows , how can i identify which one for host machine
> and another one for guest os?.
Both cpu0 and cpu1 in the top graph belongs to the host and shows the
load of both your physical cpus or cores.
The graph(s) below that are numbered are showing the cpu load of your
virtual machines. As there is also other activity on the host, not
caused by virtual machines, the system load might differ from the load
seen generated by the virtual machines. This is fairly similar to what
you see by using the cmomand 'top' in the host os (or from vmktree).
> In which language the code was developed, can i make some
> modification to the existing code and display the graph as my
> requirement. .Actually want the to add and modify the labels and
> legends of the graph.
It's coded in perl and you can find it in
/usr/lib/vmware-mui/apache/cgi-bin/vmk/
> And You previously specified that
> >
> >VMware Server support is not still available in
> >the beta, but will soon be.
> >
>
> What it indicates that?
Not 100% sure what you're meaning by that, but I'm currently writing some new
code that will make VMware Server graphs available from the same vmktree
interface as ESX Server and some other products. This will make it
easier to maintain since we then don't need several branches of the software.
Lars
Please also read the docs found here:
http://oss.oetiker.ch/rrdtool/
https://rrd4j.dev.java.net/
http://osdir.com/ml/db.rrdtool.user/2003-09/msg00095.html
Good luck!
Lars
--
As the Virtual Infrastructure Client is depending on the .NET framework
I would guess that it's developed in C#.
Similarly is the web based infrastructure client based on tomcat and written in
java.
The source code is however not available publicly for any of
these, but it shouldn't be that hard to write something from scratch if
you use the VI SDK:
http://www.vmware.com/support/developer/vc-sdk/
Lars