Simple Script To [ Check Server Information ]

Nov 9, 2007

does anyone know any simple script such as php script which can check server information such as type processor(s) .. size of memory ..?
or any other simple way I can check it.

this the following paste from WHM for my server. but 'm kinda new to this dedicated server stuff

Quote:

Memory Information
Memory: 2073028k/2096592k available (1884k kernel code, 22672k reserved, 759k data, 188k init, 1179088k highmem)

is that mean 2GB RAM?

Quote:

Current Memory Usage
total used free shared buffers cached
Mem: 2074416 1670208 404208 0 798076 621524
-/+ buffers/cache: 250608 1823808
Swap: 2040212 0 2040212
Total: 4114628 1670208 2444420

View 4 Replies


ADVERTISEMENT

My Information Server

Oct 28, 2007

how may i can understand full information of my server for example my hdd is sata or ide
whats my memory and ... my server is centos

View 11 Replies View Related

Server Information Secret

Mar 24, 2009

Whois for a run when a particular IP it shows the location of the IDC as information.

I wonder what IDC Servers rent that information to the Whois IP can be changed so not knowing where it is being rented.

View 1 Replies View Related

Lower CPU Mhz In WHM, Server Information

Jan 31, 2008

I was checking my server information today on WHM panel and this is what I saw:

Processor #1 Vendor: GenuineIntel
Processor #1 Name: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz
Processor #1 speed: 1596.000 MHz
Processor #1 cache size: 4096 KB

Processor #2 Vendor: GenuineIntel
Processor #2 Name: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz
Processor #2 speed: 2660.000 MHz
Processor #2 cache size: 4096 KB
Why is the Processor #1 speed labeled as 1.6 ghz? Processor #2 speed never goes down no matter how high the load is. Could it be the reason that my server can't handle 4 websites with a cumulative total of 20k unique hits per day?

View 8 Replies View Related

Php Scripts That Can Show The Information Of HW/SW Of The Web Server?

Dec 10, 2008

Is there any php scripts that can show the information of HW/SW of the web server?

View 1 Replies View Related

Setting Up A Simple Server

May 21, 2009

when I get a server it comes with cPanel and I don't have to do much to get it going, but this time I don't need all the bells and whistles. What should I do to get a server with only CentOS to start running a pretty simple web server that just listens on whatever ip? I just want it to run php,mysql, and a web server which I know how to setup already. What I want to know is what else is necessary to setup? Resolvers, the hostname, bind, named, etc?

View 2 Replies View Related

Simple LAMP Server

Nov 20, 2007

to set up a little server that will have LAMP installed on it. All it will do is host a small program that runs on PHP and mySQL and will only be used on an office network with about 50 employees.

How well would this server run if the hardware was rather modest (667Mhz, 128mb RAM, 10GB HDD)?

View 4 Replies View Related

Simple Server Monitor Tool

Sep 3, 2008

Is there a simple server monitor tool that can monitor the status of a server and preferably produce a nice graph?

I am using ubuntu linux 8.04

View 4 Replies View Related

Building A Simple LAMP Dev Server

Jul 18, 2007

I currently dev locally on a cobalt RAQ (ollld!) and would like to upgrade this setup.

I'm looking for a simple way of getting a linux system setup for internal dev work with the basics... mysql, apache, php5, and some kind of version control - subversion / cvs.

Are there any linux liveCDs that I could use to make something like this quite easily?
For our production server we use plesk, so a control panel similar to that for setting up new dev domains would be useful. Open source of couse tho.

View 3 Replies View Related

Plesk 12.x / Linux :: PhpMyAdmin Incorrect Web Server Information

Sep 9, 2014

I deleted Nginx web server and reverse proxy support from Plesk. There is no this service on server, but I still see on the web server informations like nginx/1.6.0 at phpmyadmin page.

View 6 Replies View Related

When Sending Mail To New Server, 550 Relay Not Permitted Is Returned. Simple Fix?

Mar 15, 2006

I've been working on this for some time now, but I'm not sure on how the settings were transfered over to this server. I wish I was there when it was done.

Anyways, we got a new server and we transfered all the accounts to the new one. The old one is gone. When people send emails to their email accounts on the server, this is returned:

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

admin@crewxp.com

Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 9): 550 relay not permitted ....

View 6 Replies View Related

Simple Perl Progam To Save Server Load Every 30 Minutes To A File

Sep 2, 2007

i use the following perl script(created by me) to save server load every 30 minutes to a log file i just keep it running in the background(probably would be more effective using cron)

#!/usr/bin/perl

while(1) {
$w = `w`;
#print $w;
$w =~ /load average: (.+)
/;
$log = $1;
my ($sec, $min, $hour, $mday, $mon, $year) = localtime;
my $rightnow = sprintf("%04d-%02d-%02d %02d:%02d:%02d ", $year + 1900, $mon + 1, $mday, $hour, $min, $sec);
$log = $rightnow . ": " . $log ."
";
open (OUTFILE, ">>top_logfile.txt");
print OUTFILE "$log
";
close (OUTFILE);
#sleep for 30 minutes
sleep(1800);
}

View 11 Replies View Related

How To Check IP If It Can See My Server

Apr 10, 2009

I have one client who cannot see my server and all domains on it. I;ve checked if his IP is block or not and I didn't see his IP on the apf deny host file. How to you check IP if it can see my server? I just want to make sure before calling the ISP.

View 3 Replies View Related

How To Check Connections To My Server

Jun 24, 2009

There use to be a thread on here but because of the wht hack, it didn't get saved...so now I can't go back to it.

It was a command in ssh that printed out a number of connections. Like 12,000 or something.

View 4 Replies View Related

HDD Check On Dedicated Server

Apr 1, 2009

What is the best way to check the HDD on new Dedicated server?

I would like to see if there is a bad sectors, etc.

fsck? or ? what is the full command that would do the job the best.

OS is Centos.

View 7 Replies View Related

Check Server For Dos Attack

May 17, 2009

How can check server for dos/ddos/syn attack?

Because my server load is high, perfromance is low, but i dont have any high process.

View 5 Replies View Related

Check Domains With Different IPs On Same Server

Jun 17, 2009

I'm not sure where to ask this but probably this section is the closest. I'm sorry if I use the wrong section.

Anyway I was wondering about checking using a reverse ip address tool which is available for free on the internet.

It seems that anyone can just check other domains which share the same IP address on a server.

However, I have a question.

Is it possible for anyone to check other domains which have different and unique IP addresses (for each domain) BUT all reside on a same server?

(meaning the person who is searching this only checks using one IP address/domain name to find out other domain names that reside on the SAME server)

Is there a 'free tool' out there that is capable of checking this?

View 2 Replies View Related

How Can I Check Out Server Stability?

Sep 15, 2009

How can I check out server stability of the hosting company?

I mean hostingsource company, their servers seem nice for me and I'd like to know more of their reliability and scalability.

View 12 Replies View Related

How To Check Ports In Server

May 16, 2008

i have problem with ports in server

how may i check ports?

for example 37549,53377,17235 and ...

i want know this ports are AVAILABLE or no

View 7 Replies View Related

How Can I Check Uptime On My Server

Aug 31, 2007

How can I check uptime or how to check downtime on my server?My members told me that they can not login to my site and it shows: Page can not found or Sever not found.

View 14 Replies View Related

Batch Name Server Check

Dec 31, 2007

i want to check in a batch if my client's domain changed name server or not. Are there are tools / script available for that?

View 5 Replies View Related

Check My Server Speed

Jul 3, 2007

I have two servers one from hostmysite and other one is from 15minute server, I would like to know which one is faster, I have a dedicated server from 15minuteserver, but sometime I get slow speed I am not really sure which one is faster.

test two Ips and let me know.

76.12.21.39
216.118.117.165

View 9 Replies View Related

How To Check My Server Security

Sep 1, 2007

i have a dedicated server , some one else made the security for me, how could to be sure of its security? how could to be sure of all php functions contain risk are closed or disabled? how could to be sure of there are not any security gap?

way to understand and implement the steps.

View 5 Replies View Related

What To Check When Server Hang

Sep 3, 2007

One of my server hang w/o obvious reason. What is the checklist to adhere when troubleshooting? It is running on FreeBSD

View 5 Replies View Related

Check If IP Is Blacklisted On Server

Jan 4, 2007

One of our customers has reporting not being able to access any sites hosted on our server. He is using a cable connection with a static IP number . He is able to access all other web sites on the Internet, he just can't access the ones hosted on our network.

Do you have any ideas on why this could be occuring, or if there is something on the server which could have blacklisted his static IP, preventing him access.

View 2 Replies View Related

How To Check The Type Of HD In Your Server

Mar 13, 2007

I recently purchased a new server. It is supposed to have a 250G SATA II HD.

However, I have my suspicion that it could be a SCSI HD (not that it's bad, but I just want to check).

Is there a SSH command that tells you the type of HD on your server?

I tried fdisk -| , but it doesn't really say whether it's a SATA2 or SCSI

View 6 Replies View Related

Could I Check If Any Rsync Setting On My Server?

Apr 6, 2009

my server is centos,

i want to know the rsync setting,

could i check if any rsync setting on my server?

View 3 Replies View Related

How To Check Service On Windows Server

Jul 15, 2009

What's best software for check services under windows server and alert when anything work wrong ?

View 7 Replies View Related

How To Check The Security Of A Server Online

Jun 1, 2009

any free tools or affordable tool online to check if a server is secure enough?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved