This project enables Java applications to access detailed information about the host on which the JVM is running. This code was originally developed to run on a billion $ company's Grid System for host detection, and is now being released publicly.
Features
- Detects host CPU info including MHz rating, processor queue depth, idle CPU%, # phys CPUs, # cores per CPU, hyperthreading, # virtual cores per physical core, # total physical cores, # total virtual cores, #total cores.
- Detects host memory info including avail RAM, total RAM, avail swap, and free swap
- Detects host OS info including OS name, OS architecture, and service pack
- Detects misc info such as IP address, uptime, user running JVM, network traffic, and hostname
Categories
LibrariesLicense
Apache License V2.0Follow Java Resource Detector Library
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
Very helpful. Exposes a large number of useful machine metrics that are indispensable to our software. We use it in a distributed system to be able to gather metrics on our compute farm. There are only one or two other libraries similar to it, and this one has the best licensing of them.