From 7f8d2e8cd6e0fdab82182df909292bfcd5f813ef Mon Sep 17 00:00:00 2001 From: deveth0 Date: Wed, 5 Sep 2012 01:00:03 +0300 Subject: [PATCH] Fixed bug which only displays the first 5 zones --- plugins/system/zones_cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/system/zones_cpu b/plugins/system/zones_cpu index 0ebe77d4..003d6d1a 100755 --- a/plugins/system/zones_cpu +++ b/plugins/system/zones_cpu @@ -4,7 +4,7 @@ #%# capabilities=autoconf PRSTAT=/usr/bin/prstat -PRSTAT_OPTS="-Z 1 1" +PRSTAT_OPTS="-Z -n 1,99 1 1" if [ "$1" = 'autoconf' ]; then if [ -f $PRSTAT ]; then