Difference between revisions of "Traffic and Disk Space"

From HE FAQ
Jump to: navigation, search
(What exactly does "traffic included" mean?)
(What methods do you use to determine storage usage?)
Line 6: Line 6:
 
== What methods do you use to determine storage usage? ==
 
== What methods do you use to determine storage usage? ==
  
We determine storage usage by a daily average of the combined total size of an account's home directory and mail file(s).
+
We determine storage usage by a daily average of the combined total size of an account's home directory and mail files.
 
+
  
 
== How do I determine how much hard drive space my account is using? ==
 
== How do I determine how much hard drive space my account is using? ==

Revision as of 15:30, 18 May 2010

This information only pertains to Hurricane Electric's Shared Web Hosting package. There may be different information in our other categories.

What exactly does "traffic included" mean?

If you have a home page with 10 k of text each time somebody looks at it and causes the server to transfer the file over the Internet it generates 10 k of traffic. If you had 100,000 visitors to your web page you would have 1 gigabyte of traffic.

What methods do you use to determine storage usage?

We determine storage usage by a daily average of the combined total size of an account's home directory and mail files.

How do I determine how much hard drive space my account is using?

The size of your home directory in bytes can be determined by logging onto the server using ssh and at the shell prompt typing:

du -sb /home/username

Make sure to substitute your account name for where it says "username".


What methods do you use to determine traffic usage?

We determine web traffic usage by extracting information from the access_log files generated by the HTTP daemon. We determine FTP traffic usage from the FTP xferlog file generated by the FTP daemon.


What do I do if I'd like additional hard drive space?

You can use additional space as you need it. We will charge you based upon your average space consumed throughout the month.


Does each additional MB carry the same traffic limit?

Traffic is separate from storage. If you use additional storage it does not change your traffic total or increase the amount of traffic included free. So the answer is no, you don't get extra free traffic because you have a giant web site.


Is ssh included in traffic?

No. You can use ssh as necessary to configure your account, but as this is not included in your traffic for the month we can't allow you to conduct a large number of simultaneous ssh sessions without prior arrangement to pay for the additional bandwidth consumed.