valor
10-05-2005, 06:24 PM
Hi,
I have multiple friends website which are managed by themselves.
So I'm always worry about a week long peak on bandwidth will make my montly cost higher.
Then I thought it would be nice to have an alert each night by e-mail if your bandwidth usage for that day is more than your total allowed bandwidth / 30.
Or better: if your bandwidth usage for that day is more than your free bandwidth / rest_of_days_in_current_month.
First one in pseudocode:
sendalert if ( today_usage > monthly_allowed / 30);
Second one in pseudocode:
sendalert if ( today_usage > free_bandwidth / (30 - current_day_num) );
Anyone else would see this as nice to have?
Regards,
valor
I have multiple friends website which are managed by themselves.
So I'm always worry about a week long peak on bandwidth will make my montly cost higher.
Then I thought it would be nice to have an alert each night by e-mail if your bandwidth usage for that day is more than your total allowed bandwidth / 30.
Or better: if your bandwidth usage for that day is more than your free bandwidth / rest_of_days_in_current_month.
First one in pseudocode:
sendalert if ( today_usage > monthly_allowed / 30);
Second one in pseudocode:
sendalert if ( today_usage > free_bandwidth / (30 - current_day_num) );
Anyone else would see this as nice to have?
Regards,
valor