source: trunk/lvs/debian/config/etc/ha.d/ldirectord-finger.sh @ 2422

Last change on this file since 2422 was 2408, checked in by quentin, 11 years ago
Bump the memory limit for scripts finger.
  • Property svn:executable set to *
File size: 160 bytes
RevLine 
[1200]1#!/bin/bash
2
[2408]3ulimit -v 102400
[1202]4
[1200]5read line
6line=${line%[:blank:]}
7line=${line%
8}
9
[1374]10/sbin/ipvsadm | awk '! ($1 == "->" && $4 == 0 && $5 == 0 && $6 == 0) { print }'
Note: See TracBrowser for help on using the repository browser.