<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Graphs on intranet website in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853583#M777613</link>
    <description>Thank you for the replies and ur time. May I request someone to walk over the whole process if he/she had done it in the recent past. I can understand this is too much but I don't think i can learn these products and use them so easily.&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
    <pubDate>Wed, 30 Aug 2006 20:58:21 GMT</pubDate>
    <dc:creator>KapilRaj</dc:creator>
    <dc:date>2006-08-30T20:58:21Z</dc:date>
    <item>
      <title>Graphs on intranet website</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853579#M777609</link>
      <description>Experts,&lt;BR /&gt;&lt;BR /&gt;I need some help in getting the following requirement met. I know there are number of tools in the market which can do this. I would like to do it thru shell scripts and some utils. ( I can't afford to buy one)&lt;BR /&gt;&lt;BR /&gt;I have a file /tmp/output.sar. There are "x" number of columns for CPU usage of nodes and "y" number of lines for time , basically it is created by sar from diffrent nodes ...&lt;BR /&gt;&lt;BR /&gt;e.g. # cat /tmp/output.sar&lt;BR /&gt;Time node1 node2 node3&lt;BR /&gt;10:00:00 89 34 67&lt;BR /&gt;10:01:00 89 34 67&lt;BR /&gt;10:02:00 89 34 67&lt;BR /&gt;10:03:00 89 34 67&lt;BR /&gt;10:04:00 89 34 67&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;11:00:00 23 34 98&lt;BR /&gt;&lt;BR /&gt;I want to plot a graph "lines" and print the ouput to a jpeg format so that I can display that on my webserver. I tried some basic stuff with gnuplot, xv, blah blah .. But it looks too confusing for me.&lt;BR /&gt;&lt;BR /&gt;Any quick help appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Wed, 30 Aug 2006 11:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853579#M777609</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2006-08-30T11:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs on intranet website</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853580#M777610</link>
      <description>Shalom Kaps,&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://www.itrcstats.info" target="_blank"&gt;http://www.itrcstats.info&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A good example, sql back end, lots of graphs. Alex Lavrov can tell you more on this, I'll poiint him to this thread.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Aug 2006 11:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853580#M777610</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-30T11:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs on intranet website</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853581#M777611</link>
      <description>And may I suggest RRDTOOL too?  &lt;BR /&gt;&lt;BR /&gt;Google for it on the NET and you will its web site (wherever it is hosted right now) as well as some very really good examples...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 12:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853581#M777611</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-08-30T12:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs on intranet website</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853582#M777612</link>
      <description>Hi Kaps,&lt;BR /&gt;&lt;BR /&gt;Gnuplot and ImageMagick will both accomplish this from the command line.&lt;BR /&gt;&lt;BR /&gt;gnuplot-4.0.0&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Development/Tools/gnuplot-4.0.0/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Development/Tools/gnuplot-4.0.0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ImageMagick-6.2.4&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/X11/Viewers/ImageMagick-6.2.4/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/X11/Viewers/ImageMagick-6.2.4/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Wed, 30 Aug 2006 13:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853582#M777612</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-30T13:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs on intranet website</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853583#M777613</link>
      <description>Thank you for the replies and ur time. May I request someone to walk over the whole process if he/she had done it in the recent past. I can understand this is too much but I don't think i can learn these products and use them so easily.&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Wed, 30 Aug 2006 20:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853583#M777613</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2006-08-30T20:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs on intranet website</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853584#M777614</link>
      <description>Hi Kapil,&lt;BR /&gt;&lt;BR /&gt;The easiest ones to learn are Apache+PHP+GD&lt;BR /&gt;I have seen it very easy to learn and less time for implementation.&lt;BR /&gt;Install your Apache and PHP with GD library support. After which you can use image functions to create graphs etc.&lt;BR /&gt;Have a look at the link&lt;BR /&gt;&lt;A href="http://us2.php.net/manual/en/ref.image.php" target="_blank"&gt;http://us2.php.net/manual/en/ref.image.php&lt;/A&gt;&lt;BR /&gt;And let me know if you need further help implementing it.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rajeev&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 21:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/graphs-on-intranet-website/m-p/3853584#M777614</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2006-08-30T21:39:17Z</dc:date>
    </item>
  </channel>
</rss>

