Skip to content
/ oshi Public
forked from oshi/oshi

Native Operating System and Hardware Information

License

Notifications You must be signed in to change notification settings

ltsxs/oshi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSHI

Oshi is a free JNA-based (native) operating system information library for Java. It doesn't require any additional native DLLs and aims to provide a cross-platform implementation to retrieve system information, such as version, memory, CPU, disk, etc.

Download

Where are we?

Oshi is a very young project. We'd like you to contribute a *nix port. Read the project intro.

Sample Output

Here's sample test output:

Microsoft Windows 7
2 CPU(s):
 Intel(R) Core(TM)2 Duo CPU T7300  @ 2.00GHz
 Intel(R) Core(TM)2 Duo CPU T7300  @ 2.00GHz
Memory: 532.1 MB/2.0 GB

How is this different from ...

  • Sigar: Sigar is GPL. Oshi is distributed under the MIT license. Oshi also uses JNA and doesn't require a native DLL to be installed.

About

Native Operating System and Hardware Information

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%