proc_mem.page_faults for darwin

This commit is contained in:
Doug MacEachern 2005-11-28 17:50:43 +00:00
parent a6f687a894
commit 1e307231d7
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
2005-11-23 Doug MacEachern <dougm@hyperic.net>
* Add sigar_proc_mem page fault metrics for AIX, HPUX, Linux,
Solaris and Win32
* Add sigar_proc_mem page fault metrics for AIX, Darwin, HPUX,
Linux, Solaris and Win32
2005-11-22 Doug MacEachern <dougm@hyperic.net>
* Add sigar_proc_state.processor for AIX, HPUX, Linux and

View File

@ -273,7 +273,7 @@ my %classes = (
{
name => 'page_faults', type => 'Long',
desc => 'Total number of page faults',
plat => 'AHLSW'
plat => 'ADHLSW'
},
],
ProcCred => [