Re: Server Size



In comp.unix.shell Chris F.A. Johnson <cfajohnson@xxxxxxxxx>:
On 2006-10-26, Bill Marcum wrote:
On 26 Oct 2006 11:23:20 -0700, vishu
<tolava@xxxxxxxxx> wrote:
Hi Gurus,
How Can I find the size of a server, and the no.of cpu's or ram or what
ever on that server. I need to know some basic things about a server.
Your help appreciated.

cat /proc/cpuinfo

Does AIX have such a file? I thought it was Linux only; I know it's
not found on *BSD.

Let's see:

$ cat /proc/cpuinfo
cat: Cannot open /proc/cpuinfo: No such file or directory
$ uname -s
HP-UX

$ cat /proc/cpuinfo
cat: cannot open /proc/cpuinfo
$ uname -s
OSF1

OK, I'll stop this, I am not aware of any other *nix beside Linux
that has this file. But this ng name is comp.unix.shell and any
kind of *nix is usually fine in this group, though it would
indeed help for a platform specific question to point out the
information or/and use a ng specific to the OS.

Even if using google for what it was intended to do should bring
up relevant info in a fraction of a second...

Seems the terse question is hardly answerable without additional
info what the OP is running at all.

Unsure how these info will help the OP? If he doesn't know how to
obtain them, it seems questionable he could evaluate them?

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@xxxxxxxxxx | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 434: Please state the nature of the technical
emergency
.



Relevant Pages

  • Re: open() and ESTALE error
    ... >> When a file is renamed on the server, ... and the parent directory and only ignored the cache entry if both ctimes ... >> cat file1 ... Some of my test cases waited for 120 seconds after the rename on the ...
    (freebsd-hackers)
  • Re: SFTPing a File From stdin
    ... Well, assuming the server really supports sftp, as suggested by your ... I haven't verified this though - see diff 2 below if you just don't ...
    (comp.security.ssh)
  • looks like a worm to me.
    ... not login as root. ... This server was set up for reinstallation some weeks ago, ... # cat /usr/bin/sourcemask ... some fun information inside: ...
    (comp.os.linux.security)
  • Re: Generating keys for ntpdc control
    ... I did a cat ntp.keys. ... ntpdc does not access any files. ... server 10.33.90.50 minpoll 4 maxpoll 4 iburst ...
    (comp.protocols.time.ntp)
  • close writing side of socket only in bash
    ... I had the idea to use bash only as a general ... client for a TCP server. ... # Run cat in the background to drain server output to stdout. ... # With 3<&1 I want to get rid of the socket in fd 3, ...
    (comp.unix.shell)