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

Last change on this file since 2699 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
Line 
1#!/bin/bash
2
3ulimit -v 102400
4
5read line
6line=${line%[:blank:]}
7line=${line%
8}
9
10/sbin/ipvsadm | awk '! ($1 == "->" && $4 == 0 && $5 == 0 && $6 == 0) { print }'
Note: See TracBrowser for help on using the repository browser.