Difference between revisions of "UBC Monitoring"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
m
m (finally figured out how to make external links work (mediawiki documentation is hard to search))
Line 6: Line 6:
 
This script, when run periodically (using cron) will detect changes in the failcnt field of /proc/user_beancounters
 
This script, when run periodically (using cron) will detect changes in the failcnt field of /proc/user_beancounters
  
[[failcnt.py http://img.cs.montana.edu/linux/openvz/failcnt.py]]
+
[http://img.cs.montana.edu/linux/openvz/failcnt.py failcnt.py]
  
  
 
[[Category: Troubleshooting]]
 
[[Category: Troubleshooting]]

Revision as of 02:14, 9 March 2008

Monitoring /proc/user_beancounters to see if any VEs are hitting limits is an important part of managing an OpenVZ installation. VEs that are hitting key limits can have applications malfunction in strange ways that can only be diagnosed by realising that it is a UBC configuration issue.


This script, when run periodically (using cron) will detect changes in the failcnt field of /proc/user_beancounters

failcnt.py