- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Capacity planning reports
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 02:48 AM
тАО04-22-2004 02:48 AM
I would like to generate html reports without manual intervention. It should contains graphs and text.
I was thinking of something like :
1) weekly use adv export to select summary data of e.g. cpu usage (compressed by day with /interval)
2) use this summary data to generate graphs usable in html (or whatever that is generally browsable).
Did anyone see/use freeware to do such a thing ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 03:41 AM
тАО04-22-2004 03:41 AM
Re: Capacity planning reports
you might want to have a look at T4 for such
purposes. See
http://h71000.www7.hp.com/openvms/products/t4/index.html
I am not sure about the base T4 kit, but the one that comes with the SHC discussed here recently also has a tool that generates automatically graphs and HTML pages with the results.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 06:00 PM
тАО04-22-2004 06:00 PM
Re: Capacity planning reports
CSV is fine for manualy creating graph in e.g. Excel. But I would like to generate a document (html) that uses graphs automatically generated based upon CSV files. So, my problem is not to get the CSV files but to convert them to graphs automatically.
I tried Javascript graphs but they are simply too slow.
An acceptable solution would be to convert .ps files of performance advisor to .bmp or so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 06:59 PM
тАО04-22-2004 06:59 PM
Re: Capacity planning reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 07:18 PM
тАО04-22-2004 07:18 PM
Re: Capacity planning reports
Where do I find it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2004 07:44 PM
тАО04-22-2004 07:44 PM
Re: Capacity planning reports
you can use .CSV from T4 to MRTG and RRDTOOL http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ as automatic graph generator in htlm. If you prefer PHP, try PHPLOT tool http://www.phplot.com/ .
These tools generate a dynamic graph-pictures to html pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2004 04:17 AM
тАО04-23-2004 04:17 AM
Re: Capacity planning reports
I am not sure if csvpng is available for separate download, it is definitly available as part of the SHC kit (as I mentioned earlier ;-)
Other possible solutions to turn csv data to graphs:
Gnuplot, Xmgr, Perl (specifically with the Chart http://search.cpan.org/~chartgrp/Chart-2.3/
Chart::Plot
http://search.cpan.org/~smorton/Chart-Plot-0.11/
and GD
http://search.cpan.org/~lds/GD-2.12/
)
modules. Note that Chart::Plot and GD are preinstalled if you use the Perl from the latest Freeware CD.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2004 05:35 AM
тАО04-23-2004 05:35 AM
SolutionThe tabular and performance reports were easier, as they come out as .TXT files which can be pointed to by the .HTML and displayed directly by the web browser.
An automated DCL procedure generated all possible DECps graphs and reports on a periodic basis and placed them where the .HTML expected them. (One trick here is that DECps will not produce a graph for which the data is zero; to handle these cases, for each graph, I first copied over a file I called ZERO.PS that just contained a warning that the graph data was zero, ran DECps, and purged the "zero" version of the .PS file if DECps had data and thus created one.)
I've attached the set of DCL procedures and ZERO.* files I used to create DECps graphs and reports, as an example. Cut them apart as indicated, and have fun.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2004 09:24 PM
тАО04-26-2004 09:24 PM
Re: Capacity planning reports
http://wasd.vsm.com.au/wasd/hyperspixx201.zip
before. Very quick&simple to setup and manage, (good for me) and produces pretty pictures (good for the management :-)
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2004 07:50 PM
тАО04-27-2004 07:50 PM
Re: Capacity planning reports
In the mean time, I did exactly the same thing as you did.
I installed ghostscript to convert .ps to .jpeg (not very easy with the doc that is included). The result can indeed be used by html.
I will ftp them to the pc where they can be included in word document. Very sadly but everyone wants word documents instead of html. My 97 version of word is however not able to edit the html page correctly (I was hoping to generate an html document and to do edit with word in the browser. But the images are ignored).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2004 03:10 AM
тАО04-28-2004 03:10 AM
Re: Capacity planning reports
Just one remark : is performance advisor able to generate a graph with simply %cpu used ? Now I always have the subelements and managers don't understand that. I would also like a graph of total disk space available ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 05:00 AM
тАО05-04-2004 05:00 AM
Re: Capacity planning reports
I don't know the command-line name for this graph off-hand, but via the GUI interface the graph under Display Top --> Top Physical Processors --> Busy may be suitable, particularly if you use a stacked graph on an SMP box. Or try a custom graph: Display Custom --> System Metrics and graph the metric named CPU_TOTAL. A stacked custom graph of Display Custom --> Processor Metrics by Physical CPU ID... --> P_BUSY might also do the job.
> I would also like a graph of total disk space available ... <
Try the graph Display Top --> Top Disk Volumes --> Percent Used Space (or Percent Free Space). This generates a graph of the 6 disks with the highest percentage of used (or free) space. If you need all of the disks on one graph, take a look at th pie chart instead -- it has all disks on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 09:03 PM
тАО05-05-2004 09:03 PM
Re: Capacity planning reports
Indeed a lot is possible with the custom graphs. I now create only custom graphs because I have more control on the graph.
I changed to file type PNG. The result is a lot more compact and the graphs are of better quality.
1 problem left : when I use Ghostscript to convert ps to png, it generates a graph for a page, t.i. with a lot of white space surrounding it.
Has anyone an idea of how to trim this whitespace (using VMS tools only, in batch).
Wim
(also had to fight with PSDC versions but that's another story)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2004 08:43 AM
тАО07-22-2004 08:43 AM
Re: Capacity planning reports
thanks
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2004 08:48 PM
тАО07-22-2004 08:48 PM
Re: Capacity planning reports
csvpng_alpha.exe is in the shct4.exe self-extracting archive in the .PCSI kit.