<?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: System Billing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723385#M63633</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just wann to trace how much time [in minutes] a system is been used by a particular unix login  . And also system utilization [in minutes] per process.</description>
    <pubDate>Tue, 14 May 2002 12:57:02 GMT</pubDate>
    <dc:creator>SSP_1</dc:creator>
    <dc:date>2002-05-14T12:57:02Z</dc:date>
    <item>
      <title>System Billing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723382#M63630</link>
      <description>Hi,&lt;BR /&gt;I have a production box. There is a oracle 8.1.7 instance installed on to it and it consists of some modules eg. HR, Finance, MATC. If I have to bill these module leaders , how to do it? What I know is we can start system accounting . So with system accounting enabled, can I acquire logs of 1)Total time system used by a particular unix login, 2) Total time a process was utilizing the system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 14 May 2002 12:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723382#M63630</guid>
      <dc:creator>SSP_1</dc:creator>
      <dc:date>2002-05-14T12:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: System Billing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723383#M63631</link>
      <description>&lt;BR /&gt;Process accounting will give you the info you seek, but at the cost of a small overhead to system performance and you will need plenty of diskspace to hold the logs which will grow rapidly.&lt;BR /&gt;&lt;BR /&gt;Anyway, how are you going to differentiate between HR, Finance etc ? Do they connect via different TCP ports ? or do they use the same Oracle listener port (which means you can differentiate this way). Does each application connect to a different database ? if so this makes your accounting/billing easier. If not you will probably have to do the accounting from withing the database - which means your DBA will have to do it.&lt;BR /&gt;</description>
      <pubDate>Tue, 14 May 2002 12:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723383#M63631</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-05-14T12:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: System Billing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723384#M63632</link>
      <description>Hi Shripad&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I was involved in a similar exrcise and we devloped some salient rules to develop an internal billing system for differnt depts in terms of CPU usage and Disk Usage etc etc.&lt;BR /&gt;The guidelines look something like this.&lt;BR /&gt;&lt;BR /&gt;1. Uptime in terms of system availablity .&lt;BR /&gt;2. Enable Process accounting for the Users and then print report in terms of systems usage actual cpu time usage, disk Usage.&lt;BR /&gt;3. Disable direct logins to Oracle , MIS etc and have the user su to them , thus maintian a sulog which shows how long a person used the system.&lt;BR /&gt;4. Database uptime reports.&lt;BR /&gt;5. No. of activations , bills sent &lt;BR /&gt;&lt;BR /&gt;etc etc&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Tue, 14 May 2002 12:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723384#M63632</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-14T12:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: System Billing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723385#M63633</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just wann to trace how much time [in minutes] a system is been used by a particular unix login  . And also system utilization [in minutes] per process.</description>
      <pubDate>Tue, 14 May 2002 12:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723385#M63633</guid>
      <dc:creator>SSP_1</dc:creator>
      <dc:date>2002-05-14T12:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: System Billing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723386#M63634</link>
      <description>&lt;BR /&gt;Then all you need to do is switch on process accounting. This will log all processes, when they start, end, and run/cpu time.</description>
      <pubDate>Tue, 14 May 2002 13:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723386#M63634</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-05-14T13:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: System Billing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723387#M63635</link>
      <description>Hi,&lt;BR /&gt;Besides the point maybe, but we use MeasureWare for this purpose. Very easy to define which processes belong where ...&lt;BR /&gt;The "other" part is divided between the groups based on the usage we can define (which is maybe not fair, but that's life :-).&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 14 May 2002 13:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-billing/m-p/2723387#M63635</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-05-14T13:01:53Z</dc:date>
    </item>
  </channel>
</rss>

