<?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: program in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/program/m-p/2780279#M78869</link>
    <description>1) start with 'uname -m', and then look at /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;2) uname -r&lt;BR /&gt;3) bit of uptime parsing.. look at 'cut', or 'awk'.  As to where you're gonna get the seconds from, I'm not sure..</description>
    <pubDate>Tue, 06 Aug 2002 06:45:34 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2002-08-06T06:45:34Z</dc:date>
    <item>
      <title>program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/program/m-p/2780278#M78868</link>
      <description>i wanted to write a default version of program to report the behavior of the linux kernel by inspecting kernel state.i want the program to print the following  values on stdout.&lt;BR /&gt;1 cpu type and model of the pc&lt;BR /&gt;2.kernel version&lt;BR /&gt;3.amount of time since the system the system was last booted, in the form  4days 10hrs 20 minutes 32 seconds formatted 04:10:20:32...</description>
      <pubDate>Tue, 06 Aug 2002 06:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/program/m-p/2780278#M78868</guid>
      <dc:creator>karunesh reddy</dc:creator>
      <dc:date>2002-08-06T06:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/program/m-p/2780279#M78869</link>
      <description>1) start with 'uname -m', and then look at /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;2) uname -r&lt;BR /&gt;3) bit of uptime parsing.. look at 'cut', or 'awk'.  As to where you're gonna get the seconds from, I'm not sure..</description>
      <pubDate>Tue, 06 Aug 2002 06:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/program/m-p/2780279#M78869</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-08-06T06:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/program/m-p/2780280#M78870</link>
      <description>uname -r shows the kernel version&lt;BR /&gt;uname -v shows the last boot time in the format you want. For instance, on my system, &lt;BR /&gt;uname -v returns&lt;BR /&gt;#1 Mon Jun 10 15:31:48 EDT 2002&lt;BR /&gt;cat /proc/cpuinfo &lt;BR /&gt;returns a bunch of information on the cpu. &lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 06 Aug 2002 23:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/program/m-p/2780280#M78870</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-08-06T23:17:44Z</dc:date>
    </item>
  </channel>
</rss>

