VPS For Software Testing

Apr 19, 2009

I am currently developing a piece of software that will act as an all purpose control panel for a specific niche. I have coded the vast majority of the control panel already, and want to purchase a cheap (under $25/mo) VPS to test the installation and performance of the control panel.

As a result of me testing various configurations the main feature I am looking for is free (or very cheap) OS reloads.

I want to be working under a CentOS environment, and have a decent amount of CPU that I can use. Disk space and bandwidth are really not an issue, as I am simply testing using this VPS to test the software I am developing.

View 3 Replies


ADVERTISEMENT

Migration Testing

Apr 21, 2009

I am migrating my website to Hostgator, and before I change the DNS entries, I want to make sure that everything displays properly. To do this, I have added an entry into my /etc/hosts file pointing the domain to the new host. If I then ping the domain, the reply comes from the correct IP address. However, if I try to view the website, it is still served by the old host.

I thought it might be a caching issue, but I have checked with wireshark and using curl, and it is definitely connecting to the new IP address, but the server that is returning the pages is still the old one. I've contacted hostgator support, but when they make the changes to their hosts file, it loads correctly. Is this a local problem (my system), or something with their server configuration?

View 14 Replies View Related

Testing New Webserver

Nov 4, 2009

I am looking for some decent tools to test a web server that can run large scale web sites running Windows and Linux.

I am more interested in the underlying hardware at this point to see if the servers them selves are capable of withstanding the loads without choking.

I am most interested in Disk testing and Network testing but the server but of course the server as a whole is important to since cpu and memory bottle neck can affect everything.

View 2 Replies View Related

Testing Scripts

May 17, 2009

I am using Winxp and would like an application to test my cgi scripts.

Is there anything out there to do this?

View 5 Replies View Related

Reboot Testing

Mar 11, 2008

for testing reboots? Basically, the goal is to avoid having a reboot fail leading to support or reinstall costs.

Right now, I'm using qemu -snapshot /dev/hda, but that obviously has limitations.

View 2 Replies View Related

Testing Mod_Evasive

Apr 2, 2007

I have 2 questions here.

1. I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server.

I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the intrusion and block the IP of the server.

If I use the same test.pl script from an external server the requests come in and are viewable in the access log but mod_evasive doesnt block the IP of the external server. Probably is not blocing the ip of the external server because of latency.

Is there a way to modify the test.pl script to make it more agressive and get results when testing from an external server?

Here I'm pasting the code of the test.pl script:

Code:
#!/usr/bin/perl

# test.pl: small script to test mod_dosevasive's effectiveness

use IO::Socket;
use strict;

for(0..100) {
my($response);
my($SOCKET) = new IO::Socket::INET( Proto => "tcp",
PeerAddr=> "test.domain.tld:80");
if (! defined $SOCKET) { die $!; }
print $SOCKET "GET /?$_ HTTP/1.0

";
$response = <$SOCKET>;
print $response;
close($SOCKET);
}

2. Also, I have sendmail installed and on the mod_evasive config I have email address specified on DOSEmailNotify. When testing from the internal server with the test.pl script the server is able to block the ip, put in the hash table but it never sends an email to my email address.

View 0 Replies View Related

Mod Evasive Testing

Mar 20, 2007

I just installed Mod Evasive and I want to fully test it but dont know how. I was planning to use Http Traffic Generator from NsaSoft but I'm afraid the ISP will block my IP space after testing the web site.

What will be the best tool and way to test this module?

View 10 Replies View Related

Load Testing

Oct 8, 2007

We have been doing some research on some colocation facilities lately and a question came up about load testing. I'm wondering what the standard is in regards to load testing a colocation facility.

Are they full load tests? How often are they done? How long are those tests done for?

View 7 Replies View Related

Testing A Certificate

Jun 1, 2007

I've installed a certificate in my server that's certified by a CA, but I want to see what happens when that CA is no longer listed as trusted. In Internet Explorer I click Advanced and de-select "Server Authentication" for my CA. When I go to my site, though, I don't see the usual untrusted warning come up. How do you test this?

what's the difference between the certification authority and publisher sections in Internet Explorer?

View 0 Replies View Related

VPS NODE Stress Testing...

Apr 1, 2009

I want to know if there is a set of tools or a linux distro that I can use to create several Virtual Machines and make them use up all their allocated Memory/CPU to the max to see how much the VPS Node will hold.

I do this on Windows easily as I overclock my PC at home. But in linux, no idea. I need something that will do iterations like Prime95 or SuperPI.

View 1 Replies View Related

Web Server Performance Testing

Jun 15, 2008

Is there a site which will enable me to enter url of my website and it will simulate visitors from multiple locations. It needs to open the page completely, and run for example 10 minutes. Two things I found are host-tracker, but it just gets headers from multiple locations, and does it only once. Another thing is Paessler software which can test exactly what I want (number of visitors for some period of time with full page download) but it must be run from one (my) PC, so I can not test bandwidth from multiple locations. I need combination of these two, anyone knows for something like that on the net?

View 5 Replies View Related

Create Testing Directory

Jan 11, 2008

I have a USB drive with Uniserver, XAMP, and WOS portable webservers installed.

The problem is that I would like to have a "test" directory that is independent of these three servers, but still accessible by typing something like "localhost/test" into the browser, regardless of which package I'm running.

Each server package has its own neat little pros and cons and I'd like to be able to play around with all of them and still have the same common access to the same test directory.

View 3 Replies View Related

Testing Server Security

Jan 4, 2008

Currently working on securing my server and i think I'm doing quite well until I asked myself the question, have I done it right? Is there anyway to actually test how secure my server actually is? I'd rather not just wait and see if someone can hack me to bring to light what I did wrong...I was also thinking of hiring someone to secure my server but then how do I know that they've done anything different to me?

Are there any scripts or programs I can run to test server security?

View 10 Replies View Related

Stress Testing VPSes

Mar 14, 2008

I've been playing with hyperVM lately and was wondering what tools all you computer geeks use to stress test your VPSes.

Right now I'm testing out Xen VPSes, Linux AND Windows.

Can some people recommend some tools to stress test reliability of the VPSes on both linux and windows?

Windows seems a little flaky to me on Xen unless I'm doing something wrong.

Stress tests based on a hosting environment would be perfect.

View 4 Replies View Related

Set Up IIS Locally On Vista For Testing

Oct 14, 2008

I'm moving from my old XP PC to a new PC with Vista (a mistake, but that's a different story).

I'm trying to set up some sites in IIS so that I can develop locally without having to publish to a remote web server.

I've installed IIS7 from the control panel, and am now looking to set up my first site. I've put the site name in, and the path to the site on the computer, but I'm getting an error in the 'bindings' section. I've left all of this empty because I don't know what it means (it didn't ask for any of this in IIS on XP) but when I try to add the site it gives me the following error:

"The binding '*:80:' is assigned to another site. If you assign the same binding to this site, you will only be able to start one of the sites. Are you sure that you want to add this duplicate binding?"

Does anyone know what to do here? I'll need to add about 100 domains to IIS so I want them all to be accessible locally. How do I do this?

View 14 Replies View Related

What Tool Can I Use To Do Hardware Testing

Feb 28, 2008

I recently build a server. I was wondering what tool can i use to test the stability of the hardware and the OS. (Windows2003/CentOS)

View 4 Replies View Related

CPanel DNS Only Setup + Testing

Jul 9, 2008

I've recently setup a vps with cPanel DNS only - to provide more redundancy to my hosting/dns network. (secondary dns solution)

I've set it up so my hosting server synchronises changes on the vps as well.

Since I can't actually get it to list the dns records on the vps via whm, how I can check that the records are on the vps and can be queried correctly.

When I tell it to manually synchronise the records from my hosting server, it reloads bind on both servers with no errors.

View 3 Replies View Related

Testing Provider's Network

Jan 1, 2008

how you test your provider's network. What things do you look for? I hear terms like latency, and I see people posting their trace routes, but I just don't know what information you are trying to obtain from these tests. What other tests do you run, and what are you looking for?

View 1 Replies View Related

Mod_Evasive - Testing Remotely

Apr 10, 2007

I have 2 questions here.

1. I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server.

I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the intrusion and block the IP of the server.

If I use the same test.pl script from an external server the requests come in and are viewable in the access log but mod_evasive doesnt block the IP of the external server.

Probably is not blocing the ip of the external server because of latency.

Is there a way to modify the test.pl script to make it more agressive and get results when testing from an external server?

Here I'm pasting the code of the test.pl script:

Quote:

#!/usr/bin/perl

# test.pl: small script to test mod_dosevasive's effectiveness

use IO:ocket;
use strict;

for(0..100) {
my($response);
my($SOCKET) = new IO:ocket::INET( Proto => "tcp",
PeerAddr=> "test.domain.tld:80");
if (! defined $SOCKET) { die $!; }
print $SOCKET "GET /?$_ HTTP/1.0

";
$response = <$SOCKET>;
print $response;
close($SOCKET);
}

2. Also, I have sendmail installed and on the mod_evasive config I have email address specified on DOSEmailNotify. When testing from the internal server with the test.pl script the server is able to block the ip, put in the hash table but it never sends an email to my email address.

View 0 Replies View Related

Testing Subdomain Traffic

Aug 1, 2008

way to see the subdomains people have been visiting of a new domain I've bought.

I know this domain gets a bunch of traffic to subdomains as I've parked it at sedo for a short time but they dont give you any details of hits.

View 6 Replies View Related

Real World Testing

Feb 25, 2007

We have recently moved to a new datacenter and I was wondering if anyone on these forums could provide their experiences with "real-world" testing.

Upon move-in, we had a few issues. Obviously now the executives in the organization I work for are looking for justification for moving to the new colo.

software, or an online service that will stress test our current setup? Obviously I have MRTG, Awstats, and a few other of the most well known polling packages installed and working correctly, but what does everyone else use for stress testing?

View 8 Replies View Related

Server Memory Testing

Oct 26, 2007

I'm running a Fedora box and am getting these kinds of messages in /var/log/messages:

Oct 26 13:41:20 tx kernel: Unable to handle kernel NULL pointer dereference at virtual address 0000000c

I have a feeling this is a memory error and am looking for a way to confirm this.

I found a package called memtest86+ (via yum) but have never used it. Have any of you used this program in the past and if so what are the steps? Does the server have to be shut down? Are there other programs out there to accomplish what I am trying to do?

View 2 Replies View Related

SMTP Throughput Testing

Sep 18, 2007

I am trying to migrate from desktop anti spam to a server antispam solution (using Exchange 2003 Enterprise)

I do not want to give out names, but I tried one solution from a advertised company and it put my mail throughput down to one message every ~3 seconds which built up a ever growing queue.

The reason I beleive is that DNS lookup was trying for each message in turn instead of running simultaniously which slowed it down.

Anyway, I am basically looking for a mail bomb with statistics!

I want to be able to instantly send ~50 messages to my smtp server, and see how long it takes to get through the queue.

View 2 Replies View Related

Mod_Evasive - Testing Remotely

Apr 11, 2007

I have 2 questions here.

1. I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server.

I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the intrusion and block the IP of the server.

If I use the same test.pl script from an external server the requests come in and are viewable in the access log but mod_evasive doesnt block the IP of the external server. Probably is not blocing the ip of the external server because of latency.

Is there a way to modify the test.pl script to make it more agressive and get results when testing from an external server?

Here I'm pasting the code of the test.pl script:

Quote:

#!/usr/bin/perl

# test.pl: small script to test mod_dosevasive's effectiveness

use IO:Socket;
use strict;

for(0..100) {
my($response);
my($SOCKET) = new IO:Socket::INET( Proto => "tcp",
PeerAddr=> "test.domain.tld:80");
if (! defined $SOCKET) { die $!; }
print $SOCKET "GET /?$_ HTTP/1.0

";
$response = <$SOCKET>;
print $response;
close($SOCKET);
}

2. Also, I have sendmail installed and on the mod_evasive config I have email address specified on DOSEmailNotify. When testing from the internal server with the test.pl script the server is able to block the ip, put in the hash table but it never sends an email to my email address.

View 0 Replies View Related

Stress Testing A PHP Application

Apr 12, 2007

Was wondering if anyone has any knowledge of stress testing a site? We have a PHP application (Apache + Mysql) that searches a database and displays a screen of results.

Each screen is different per user. We might have something like a few thousand people at any one time coming to the site and using it, so I was wondering how people normally go about testing for load, cpu, memory usage etc?

View 4 Replies View Related

ImagiMagick Simple Testing Script

Apr 3, 2009

I bought a webhost from hosting provider. But ImageMagick does not work. Hosting provider said ImageMagick is installed.

But ImageMagick still do not work! I think it is not installed properly [url]

So, I need any simple test script to test ImageMagick if it works or not. I need real visual evidence for hosting provider to tell him that Imagimagick is not properly installed. I looked through this site but didn't see any test script.

View 14 Replies View Related

Apache Mode PHP Software Testing

Mar 30, 2009

For the purpose of software testing, I'm looking for the cheapest possible web host which provides:PHP 5 in apache mode, without suPHP (this is primarily what I'd like to test -- I already have a host with suPHP) PHP's ftp extension MySQL

either fopen URL wrappers enabled or CURL (or both)

I don't care if it doesn't support domain names, has 50% uptime, is really slow and has a 100mb monthly transfer cap. Just need to check that new releases of my scripts work right on it. (Setting up an FTP server on my desktop seems too much trouble and unnecessary danger.)

View 14 Replies View Related

Testing Host Download Speeds

Mar 5, 2009

I have seen that most hosting companies will post a download link with a file for speed testing purposes. I understand that I can download this and watch the speed, etc.
What is the best way to do a download test?

For instance if I just download the file to my machine I am concerned that I am not doing a good test. I am using firefox on XP and while the download is running it shows a speed that goes up and down. I am not sure if that is a realtime number or a cumulative number based on the total download to date. If it is cumulative then I guess I would just watch the number towards the end of the download to get an idea of the speed.

View 9 Replies View Related

Online Email Antivirus Testing

Jun 6, 2009

I remembered that there is an online email anti virus test that allow you to send virus forms of eicar and tally the information.

View 1 Replies View Related

Testing Email Server Antivirus

Oct 27, 2007

I remembered there used to be a site, where you can key in your email address and have all varieties of Eicar send to you for the testing of your email anti virus. Can't remember whats the url. Anyone?

View 4 Replies View Related

Cisco! Trying To Produce Lantencies For Testing

Jul 16, 2009

What I am trying to do is two controled tests.

1) Introduce a 250ms latency on a network from a source IP only.

2) Introduce a 5000ms latency on a network from a source IP only.

Optionally I would go for introducing the latency to all inbound, outbound traffic without the source IP restriction.

Network layout is as follows.

Cisco ASA5550/VPN Module Firewall with two

4506 switches behind it, one for Public VLAN one for Internal VLAN, multiple hosts connected to each switch both Windows and Linux.

Is there a way to introduce these latencies for testing purposes by some sort of Firewall or switch configuration?

I know I can use Cisco's NIST Net WAN emulation software but that is per host and would prefer to do this accross the entire network at one time.

View 1 Replies View Related







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