Changeset 1283

Show
Ignore:
Timestamp:
03/19/10 08:27:04 (4 months ago)
Author:
Gary
Message:

unxsVZ agents dir informational update.

Location:
trunk/agents
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/agents/ubc/ubc.c

    • Property svn:keywords set to id
    r1087 r1283  
    66        Collection of diverse VZ operating parameters and other system vars. 
    77AUTHOR 
    8         Gary Wallis for Unxiservice (C) 2008-2009. GPL2 License applies. 
     8        Gary Wallis for Unxiservice, LLC. (C) 2008-2010. 
     9        GPLv2 License applies. See LICENSE file. 
    910NOTES 
    1011        For latest autonomic functions we need to collect one week of data. 
     
    1213        quota data. The basic idea is to provide trend information for better 
    1314        informed elastic autonomics. 
     15 
     16        Starting to work on ticket unxsVZ Trac ticket #120 
    1417*/ 
    1518 
     
    421424                exit(1); 
    422425        } 
    423                  
     426         
     427        //We need to replace this du command with somehting else much faster 
     428        //like reading from some system file directly du data.   
    424429        sprintf(cCommand,"/usr/bin/du -ks /vz/private/%u/ 2> /dev/null",uContainer); 
    425430