Changeset 1283
- Timestamp:
- 03/19/10 08:27:04 (4 months ago)
- Location:
- trunk/agents
- Files:
-
- 2 added
- 1 modified
-
autonomics/README (added)
-
ubc/README (added)
-
ubc/ubc.c (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/agents/ubc/ubc.c
- Property svn:keywords set to id
r1087 r1283 6 6 Collection of diverse VZ operating parameters and other system vars. 7 7 AUTHOR 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. 9 10 NOTES 10 11 For latest autonomic functions we need to collect one week of data. … … 12 13 quota data. The basic idea is to provide trend information for better 13 14 informed elastic autonomics. 15 16 Starting to work on ticket unxsVZ Trac ticket #120 14 17 */ 15 18 … … 421 424 exit(1); 422 425 } 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. 424 429 sprintf(cCommand,"/usr/bin/du -ks /vz/private/%u/ 2> /dev/null",uContainer); 425 430
