View riakc_pb_preload.config
{mode, max}. | |
{duration, 10}. | |
{report_interval,1}. | |
{concurrent, 10}. | |
{driver, basho_bench_driver_riakc_pb}. | |
{key_generator, {int_to_bin_bigendian, {sequential_int, 10000}}}. |
View iptables_rules.sh
# Modify this file accordingly for your specific requirement. | |
# http://www.thegeekstuff.com | |
# 1. Delete all existing rules | |
iptables -F | |
# 2. Set default chain policies | |
iptables -P INPUT DROP | |
iptables -P FORWARD DROP | |
iptables -P OUTPUT DROP |