WHM And VM Vps Control Bandwidth Measuring - Huge Difference

Jul 16, 2007

I have VPS account that is controlled my VM management, and VPS runs with WHM/cPanel.

When I login to VM control, it shows that I spent 9.5 Gb of traffic this month. When I check bandwidth in WHM it says 1.2 Gb!

Now, what do you think, which one is correct, and why there is so big difference?

View 1 Replies


ADVERTISEMENT

Measuring Bandwidth Without Control Panel

Jan 3, 2008

I have DirectAdmin on my server but my customers have no need for it. My customers have no need to create databases, new email accounts, new users etc. etc. so I don't see the advantage of having this on my server.

Is not having Directadmin worth the extra performance and administrative chores?

Is there any way to measure and limit bandwidth on a shared hosting server without using a control panel?

How much resources does DirectAdmin use?

I heard it is not as much as CPanel but doesn't it slow down the server a little?

View 2 Replies View Related

What Is The Best For Huge Bandwidth Usage

Oct 26, 2008

I want a new dedicated server that has +3TB bandwidth for the best price and quality

View 14 Replies View Related

Need Huge Space & Bandwidth Hostgator

Nov 6, 2009

i need around 300+GB bandwidth, 20+GB space with 2-5MB of sql database. is it suggestible to take hostgator starting plan (hatchling)?

is hostgator worth that?

View 14 Replies View Related

What Is The Meaning Huge Bandwidth.log File

Jan 24, 2008

I had 18GB bandwidth.log file at /etc/log/ directory? What is the meaning of bandwidth.log file? And what may be reason increasing file size to 18GB, especially in one night.

View 4 Replies View Related

Difference Between Shared And Dedicated Bandwidth

Jun 4, 2008

when you are going to own racks in a data center and it's time to get an amount of bandwidth,Data center offered three choices (commited bandwidth - dedicated bandwidth - shared bandwidth).

i need help from every one here to show me the difference and give me more info about its prices,benefits and the suitable amount in MB.

I used to buy dedicated bandwidth in Europe data centers but the sitiuation is different in USA as the dedicated is more expensive.

View 12 Replies View Related

Difference Between The Servers Data Transfer (Bandwidth) And TV Channel Signal?

Nov 8, 2009

My question is > What is the difference between the Servers Data transfer (Bandwidth) and TV Channel signal?

Why No Company use Satellite to transfer data via servers ? Like TV Channel ? then i think we will have real unlimited Bandwidth,

View 3 Replies View Related

Bandwidth Control In A VPS

Nov 2, 2008

I am going to setup a SSH tunnel or VPN connection through a VPS server, and want to share it with some friends (like 2-3), so I'd need some way to control the monthly bandwidth of each one.

Is there how to do this? Maybe directly with SSH or OpenVPN, or maybe with other software? It's simple like: 50 GB for each one in 1 month. I know it is complicated, because the IP's are dynamic, so maybe through user account? I have no idea on how to do this... Or maybe a analyzing utility, and later a script to block the user?

View 5 Replies View Related

I Can't Control Vps Bandwidth

Aug 30, 2008

Now i'm using vmware 2.0 RC2 to create vps for my customers. But i can't setting their vps bandwidth. Such as 200GB per month or 300GB etc.

View 4 Replies View Related

Bandwidth Accounting In Vps Without Control Panel

Oct 30, 2009

I am looking for ways to bandwidth accounting in a vps without control panel. Anybody know of any tools that can help me to do that?

View 3 Replies View Related

Plesk 12.x / Linux :: Bandwidth Limitation Button Not Showing In Domain Control Panel

Jun 27, 2014

Bandwidth limitation button not showing in domain control panel

I am running Plesk 12.018 on CentOS 6.5. with ~75 domains hosted. All of them are allowed unlimited traffic and have Apache + Nginx installed and configured via Plesk.

Today I need for the first time to set a bandwidth-limitation for a domain, but I can't find a button for controlling it in the domain control panel.

I've checked I've mod_bw installed and have set the permissions for controlling server performance in the custom plan for the specific domain.

View 1 Replies View Related

Measuring Power Comsumption Of New Servers

Apr 9, 2008

We are taking out a quarter cabinet with 2.5amps from a colo company in the UK. I am just trying to figure out our expected usage figures for a few servers we are looking at putting in there. I'm not an electrician and i am struggling with all this amps, watts and volts stuff!

We are looking at running the following setup:
2 x PE2950 III with 1 Quad-Core Xeon E5410
8gb RAM
2 x146GB SAS (15.000 rpm) 3.5-inch Hard Drive 2 S 4 x 73GB SAS (15,000rpm) 3.5 inch Hard Drive 4 S in each server

2 x PE1950 III with 2 x Quad-Core Xeon CPUs X5450 3.0GHz/2x6MB 1333FSB 8GB 677MHz FBD (4x2GB dual rank DIMMs) 1 S 4 x 73GB SAS (10,000rpm) 2.5in Hard Drive in each server

if we will be able to run the above setup with 2.5amps?

View 1 Replies View Related

Measuring TCP Retransmits As A Symptom Of Packet Loss

Jul 6, 2008

a tool that can measure how much packet loss we are having on a given server by looking at the packets being sent from it. I.e, something than looks at all TCP/80 connections and measures how many packets and bytes are being retransmitted vs actual packets and bytes sent.

This documents explains it:

[url]

We need this to measure network performance of different hosts where we have dedicated servers. This would be a good way of measuring performance with the actual data of our users.

Does anyone know of such tool? I.e, something that can say

2532 packets/second - 132 retransmits/second (4.8%)
25.43Mbps/sec total traffic - 24.84 Mbps/sec actual data sent - 0.59Mbps retransmits

Even better if it can then break it out on IP prefixes. like

192.0/16: 0.2% retransmits
192.1/16: 3.2% retransmits
192.2.16: 0.3% retransmits
192.3/16: 22.5% retransmits
192.4/16: 0.3% retransmits

This would be a good indicator of connectivity between the host where the tests are ran and other specific hosts.

View 2 Replies View Related

Apache :: CentOS - Measuring Performance Of Server

Feb 25, 2015

I have centos -7 and apache 2.4.6. I have made one small php scripts and measuring the performance of server.

Average time is around 15 ms for per request. But when adding concurrent requests the average time increase too much high for the request see the below output

ab -n 10000 http://127.0.0.1/1.php

Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 14 17 2.6 15 35
Waiting: 0 1 0.2 1 10
Total: 14 17 2.6 15 35

With Concurrent connections

ab -n 1000 -c 100 http://127.0.0.1/1.php See the processing the mean request time its around 150 ms.

Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 1.1 0 5
Processing: 25 150 24.7 153 213
Waiting: 2 134 25.2 138 194
Total: 29 150 24.1 153 216

ab -n 1000 -c 100 http://127.0.0.1/1.php See the processing the mean request time its around 150 ms when total request is 1000 only.

Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 1.1 0 5
Processing: 25 150 24.7 153 213
Waiting: 2 134 25.2 138 194
Total: 29 150 24.1 153 216

How to configure the Apache so the request time decreas to low ms ???

In Centos -7 Default configuration of MPM Directory also not found ??? checked in httpd.conf and other file also.

View 1 Replies View Related

Huge File To Transfer

Jul 8, 2009

Just moved to a new server, and of course, 10GB doesn't seem that large for a server but for some reason wget is not able to handle the transfer of that backup for me... it transfers about 1MB then tells me "successful transfer..."

The old server is using cPanel, and the new server is just a plain old server that I haven't loaded up yet.

how I can get this full backup over to the new server?

View 11 Replies View Related

Huge Apache Logs

Feb 3, 2008

I'm sure this question has been asked before, but I'm looking for a nice and simply way of breaking up log files into smaller chunks.

I've been running apache2 on a VPS for the past few months and one of the access.log files is now 700mb big... bit of a waste of space. I'm currently just doing:

CustomLog /var/www/logs/domain.com/access.log combined
ErrorLog /var/www/logs/domain.com/error.log

In my apache config.

Is there any easy way of telling apache to just keep the last week or months worth of logs?

View 7 Replies View Related

Apache2 Error Log Huge

May 15, 2008

The error logs on my web server keep growing to stupidly large sizes within a couple of weeks.

when i look through the error logs it seems to be showing exactly the same line but just from diffferent Ip addresses. the line is as follows

[Sun May 11 07:11:41 2008] [error] [client ###.###.###.###] File does not exist: /var/www/phpmyadmin/tracker

View 5 Replies View Related

Mod_security .. Huge Database Log

Mar 24, 2008

I've been using mod_security for a long time, but apparently I accidentally enabled some kind of log or something that uses mysql. I don't remember it being there before.. but the point is; the database is like 145100k!

Which is HUGE for a database..

How can I disable this stupid log?

View 2 Replies View Related

Huge INBOX File

Jun 23, 2008

I had several user accounts that were pushing their quota. I was digging around in SSH and found that the INBOX file in /home/username/mail was huge even though the user does not keep messages on the server. I deleted this file to free up space and all seems file. A couple seconds later I did check and the file was recreated with new incoming mail.

My question is how do I keep this file from growing out of control? One of the users I had for almost 2 years had an INBOX file of almost 2GB!

Server Details:
VPS running WHM 11.23.2 cPanel 11.23.3-R25623
Redhat 9

View 5 Replies View Related

Huge Site Scalability

Jun 11, 2008

I'm just curious as to what kind of things the huge sites--Youtube, Myspace, etc.--are doing to try to keep scalable. What sites do you guys just hate for failing in this regard, and perhaps most importantly, what are some ways we can prevent downtime?

View 4 Replies View Related

Where Do You Go To Host Huge Websites

Oct 30, 2007

where do you go host HUGE websites, youtube like sites, with HUGE bandwidth usage?

I don't believe people go on host like rackspace, with their 150GB / month packages, unless they want to pay an absurd amount of $$.... so where do these guys go to host? What kind of hosts are these?

View 9 Replies View Related

Logwatch Huge Report

Oct 29, 2007

I have been receivig a huge logwatch report, seems that logwatch is not parsing the /var/log/secure file, but sending the log entries instead of any resume of it. I got thousands of lines like

Cp-Wrap: Pushing "47 GETDISKUSED pvargas lights.com.co" to '/usr/local/cpanel/bin/eximadmin' for UID: 47 : 25 Time(s)
Cp-Wrap: Pushing "47 GETDISKUSED r.perez konecrans.com" to '/usr/local/cpanel/bin/eximadmin' for UID: 47 : 69 Time(s)
Cp-Wrap: Pushing "47 GETDISKUSED r.rodriguez konecrans.com" to '/usr/local/cpanel/bin/eximadmin' for UID: 47 : 114 Time(s)

I have upgraded to the most recent version of Logwatch with default configuration. Any ideas on what could be wrong?

View 4 Replies View Related

MySQL With Huge Database

Nov 26, 2007

ways to improve the database performance in the situation when I have to modify a large table (several million rows), by e.g. adding a column. Currently this would take several hours which is too slow. The bottleneck is disk I/O. I am considering either partitioning the table over several innodb files on several disks, or going to a RAID-5 or RAID-10, it this will give me better write performance.

The database is 130GB large, and the problem table (which I make period changes to) is the largest table on the server. I cannot have downtime of 3 hours each time I make a change and adding blank fields (to be used later, when a new field is needed) is not an option.

Each time I add a column, the cpu goes into high (80%) io wait state for about 3 hours.

I have a hack which would allow me to split the large table into multiple smaller tables based on some criteria (for example, forumID or such). Here are a couple of things but would like to know which is best, and am open to new ideas. The ideas so far:

1. Split the table into 3 or 5 smaller tables each on it's own disk. The disk IO would then not be so bad, and it might only take 1 hour to perform the table change. But this might not work because the changes to the database (as in adding a column) might be serial, meaning only 1 disk is being written to at a time. (Then again, maybe it will work if I launch 3 different scripts, one to update each table at once).

2. Do RAID 5 or 10, and have 3 or 5 disks. This again might not help at all because of the above issue with MySQL writing serially.

I am using latest MySQL 5.0.45 with InnoDB engine on Debian etch Linux

View 4 Replies View Related

Huge Memory Usage By One Domain

Dec 11, 2008

I have one domain where is hosted a lot of subdomains,and for some reason it constantly have 4% cpu usage and 33% mem usage.Since that domain is inactive,could be that usage beacuse of addon domains but it simply not presented correctly in whm?

View 4 Replies View Related

Building A Huge Proxy Network

Sep 21, 2008

I have done my research, befriend a few super proxy webmasters, and learned everything I need to know about being successful in the proxy business. So I am selling almost all my websites to fund this huge project. I will also be flipping proxies from time to time to fund the project even more. This will be a year long project and will be my full time job sooner or later. My goal is to have 1,000 proxy sites.

So with this knowledge, my questions are the following;

1) Which hosting plan should I get right now "Reseller" or "VPS"?

2) Which one would be more profitable in the short term?

View 7 Replies View Related

Huge Spike Server Load Of 192 O.O

Jul 8, 2007

Just few mins ago, my site went down so I went to check up through putty, and when i put Top this is what i got:

top - 09:49:35 up 5 days, 14:41, 2 users, load average: 192.59, 109.31, 62.29
Tasks: 299 total, 3 running, 296 sleeping, 0 stopped, 0 zombie
Cpu(s): 4.0% us, 5.3% sy, 0.0% ni, 0.0% id, 88.7% wa, 0.3% hi, 1.7% si
Mem: 1009272k total, 1001268k used, 8004k free, 124k buffers
Swap: 3919840k total, 1518816k used, 2401024k free, 14676k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
14263 apache 17 0 201m 9m 3788 D 1.0 1.0 0:04.74 httpd
16772 apache 17 0 152m 13m 5340 R 1.0 1.4 0:00.82 httpd
16881 apache 16 0 155m 14m 5368 D 1.0 1.4 0:00.52 httpd
16767 apache 16 0 154m 14m 5352 D 0.7 1.4 0:00.48 httpd
16864 apache 16 0 155m 15m 5364 D 0.7 1.6 0:00.80 httpd
16874 apache 17 0 155m 14m 5416 D 0.7 1.4 0:00.60 httpd
8900 apache 17 0 200m 12m 3844 D 0.3 1.3 0:10.60 httpd
13680 apache 17 0 202m 10m 3944 D 0.3 1.0 0:06.05 httpd
14687 apache 17 0 202m 11m 4060 D 0.3 1.2 0:06.12 httpd
14838 apache 16 0 206m 16m 5624 D 0.3 1.6 0:08.19 httpd
15858 apache 17 0 152m 13m 5452 D 0.3 1.4 0:01.39 httpd
16593 apache 17 0 150m 9180 3664 D 0.3 0.9 0:00.49 httpd
16668 apache 17 0 200m 7304 3496 D 0.3 0.7 0:00.72 httpd
16703 apache 17 0 149m 7208 3192 D 0.3 0.7 0:00.61 httpd
16750 apache 17 0 151m 14m 5268 D 0.3 1.5 0:00.81 httpd
16855 apache 17 0 200m 6616 3480 D 0.3 0.7 0:00.68 httpd
16863 apache 17 0 156m 13m 5500 D 0.3 1.3 0:00.61 httpd

But after few mins, the server load went down to 5 What could've caused the huge server overload problem?

Server spec:
64 3500+
1Gb of Ram

View 9 Replies View Related

RapidSSL / GeoTrust Are HUGE SCAMS

Mar 13, 2007

A While back I found a great deal for SSL certficates so I purchased a bulk package of about 10 of them and used several of them at the time. Now when I went back to use the rest of my pre-purchased SSL certificates (more than a year later), the "contracts" have apparently EXPIRED and the money that was put into those contracts has been frozen along with the contracts! WHAT THE F#$@!

That is such BS! When you pay money for something you should get something in return.

What have I learned... That to me seems extremely manipulative of RapidSSL and Geotrust...

I WILL NEVER PURCHASE AN SSL FROM Rapid SSL or Geo Trust AGAIN! and I hope this post inspires others to select one of the many other certificate sellers out there that are more upfront about their business.

I have contacted both of them and both are telling me that they cannot help me.

Now that I am looking for a new SSL provider can someone give me a good respectable company.

View 12 Replies View Related

Huge Serverloads But Top Command Does Not Show It

Nov 8, 2007

server has huge serverloads of 25+ at random. When I login as root and type the top -s command, the highest cpu usage is less than 5%. The total is less than 50%. Yet my serverload can reach as high as 80.

I also get the "lfd: High 5 minute load average alert " email, but that also does not show what process uses such high resources.

How can the hugh serverload be seen and expained?

View 4 Replies View Related

Huge DDos Attack - Botnet

Feb 1, 2007

i am getting a huge DDoS attack in one of my servers they are botnets attacks came from Turkey's ip block where the computers have dynamic ips and every ip sends 1 packet 48 Byte and closing the connection To 80 22 110 25 ports so the machine became
unaccessiable because of the syn attack what would you advice do you advice cisco pix series or layeredtechs ddos protection PIX 501 Cisco PIX 501 Cisco PIX 501 - 1 Server Only - $99 Monthly Charge - $49 Set Up 99.0 i can buy this there are 1834 banned ips by the software firewall i am thinking is this cisco pix can handle a such attack

View 14 Replies View Related

Huge Outgoing Data On Port 53

Jul 4, 2007

My Ip is being blocked by datacenter for the reason what a huge amount of OUTGOING data on port 53.

How do i close port 53 from SSH? I am now inside the datacenter

I understand port 53 is DNS Server and usually it is for incoming.. so what are these huge amount of outgoing is about?

View 14 Replies View Related

ThePlanet Houston Datacenter 1 & 2 Having Huge Issues

Mar 26, 2008

Has anyone else been having big latency issues with ThePlanet (EV1 Houston 1 or 2) datacenter?

I called and they said they are having issues which was causing slow connection. If this was the case there would be at least some threads going on in here about it. Anyone else can confirm?

View 14 Replies View Related







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