https://github.com/gregturn/toolbox
Collection of scripts used to do my job
https://github.com/gregturn/toolbox
Last synced: 9 days ago
JSON representation
Collection of scripts used to do my job
- Host: GitHub
- URL: https://github.com/gregturn/toolbox
- Owner: gregturn
- License: other
- Created: 2011-08-03T21:33:26.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-05T16:41:47.000Z (over 14 years ago)
- Last Synced: 2025-12-08T00:06:24.235Z (6 months ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
README
=============================================================================
Copyright 2011 Greg L. Turnquist
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
=============================================================================
This is my toolbox. I use it to collect scripts that help me do my job. Use them responsibly. If you destroy your own system, it is your responsibility.
bandwidth-limiter
===================
This script is used to turn on/turn off bandwidth limitations on a box using ipfw. This is useful for testing certain web application
such as reproducing timeouts and making sure the app works at slow speeds.
Because ipfw interacts with the kernel, you will probably have to run it as root, or run it using sudo.
sudo ./bandwidth-limiter --start
sudo ./bandwidth-limiter --list
sudo ./bandwidth-limiter --stop