aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2008-01-01 16:49:11 +0000
committerGreg Lewis <glewis@FreeBSD.org>2008-01-01 16:49:11 +0000
commit898de35926c08f10510227c4c674885ea85216a2 (patch)
tree5cd24061de5ba393c1720544163ee62ce9552938 /x11-toolkits
parente87a553e679198535def6811bd05a995043aafd1 (diff)
downloadports-898de35926c08f10510227c4c674885ea85216a2.tar.gz
ports-898de35926c08f10510227c4c674885ea85216a2.zip
. Implement or fix more of the OS specific statistics gathering functions.
This allows jconsole to show valid statistics for the following OperatingSystem MBean statistics (some of these statistics are also shown in the Summary and VM tab of jconsole): TotalSwapSpaceSize, FreeSwapSpaceSize, FreePhysicalMemorySize and TotalPhysicalMemorySize. Note that MaxFileDescriptorCount has always been correct as far as I can tell. . Also, implement the function for ProcessCpuTime using a non-deprecated function (getrusage(2) rather than times(3)). These changes are restricted to 6.x and higher and have only been tested on 6.x (where they appear to work correctly). The changes are not valid for 4.x. Their validity on 5.x and 7.x is unknown (testing welcome). The PR is not fully addressed by these changes since CommittedVirtualMemorySize and OpenFileDescriptorCount remain bogus. Suggestions on how to get these without using kvm(3) would be appreciated. PR: 118735
Notes
Notes: svn path=/head/; revision=204814
Diffstat (limited to 'x11-toolkits')
0 files changed, 0 insertions, 0 deletions