#!/bin/bash

log="/var/log/cocaine-core/cocaine-tskv.log"

timetail -n 10860 -t tskv ${log} | fgrep INFO | /usr/local/bin/unistorage_traffic.py

