The Sigar API provides a portable interface for gathering system information such as:
- System memory, swap, cpu, load average, uptime, logins
- Per-process memory, cpu, credential info, state, arguments, environment, open files
- File system detection and metrics
- Network interface detection, configuration info and metrics
- TCP and UDP connection tables
- Network route table
This information is available in most operating systems, but each OS has their own way(s) providing it.
SIGAR provides developers with one API to access this information regardless of the underlying platform.
The core API is implemented in pure C with bindings currently implemented for Java, Perl, Ruby, Python, Erlang, PHP and C#.
官方地址:
http://sigar.hyperic.com/
分享到:
相关推荐
Sigar(System Information Gatherer and Reporter)是一款强大的跨平台系统监控工具,由Hyperic公司开发,现已成为开源项目。在“hyperic-sigar-1.6.4.rar”这个压缩包中,包含了Sigar库的不同版本,用于支持不同的...
在"hyperic-sigar-1.6.4"这个版本中,我们能够获取到适用于不同操作系统环境的系统监控功能。 首先,我们来看一下Sigar的核心功能。它支持多种操作系统,包括但不限于Windows、Linux、Unix、Mac OS X等。通过其提供...
Hyperic Sigar(System Information Gatherer and Reporter)是一款开源的跨平台系统监控工具,由Hyperic公司开发,后来成为SpringSource的一部分,现在是VMware公司的一员。它提供了一个统一的接口来获取各种操作...
开源工具包 SIGAR System Information Gatherer And Reporter 即 系统信息收集和报告 官方站点: http: support hyperic com display SIGAR Home;jsessionid A9705887A07D20BBAC9A96500BC60822 SIGAR 官方站点 ...
Hyperic Sigar(System Information Gatherer and Reporter)是一款强大的跨平台系统监控工具,它提供了丰富的API,用于获取操作系统和应用程序的详细状态信息。在Java环境中,我们可以利用Sigar库来获取JDK所在的...
Sigar(System Information Gatherer AndReporter),是一个开源的工具,提供了跨平台的系统信息收集的API,核心由C语言实现的。 可以收集的信息包括: 1, CPU信息,包括基本信息(vendor、model、mhz、cacheSize...
"sigar-1.6.4.jar" 是一个Java库,用于监视Linux和Windows操作系统的资源使用情况。这个工具提供了一种跨平台的方式来获取和分析系统级别的信息,如CPU利用率、内存消耗、网络活动以及磁盘I/O。下面将详细讨论相关...
Sigar(System Information Gatherer and Reporter)是一个跨平台的库,用于收集和查询操作系统和硬件级别的信息。在Java环境中,Sigar提供了一种简单而统一的API,允许开发者轻松地获取关于CPU、内存、硬盘以及其他...
Sigar(System Information Gatherer and Reporter)是一款强大的跨平台系统信息收集工具,主要由Hyperic公司开发,用于获取操作系统和网络设备的各种性能数据。在"sigar-1.6.4"版本中,我们能够看到它提供的功能和...
Sigar(System Information Gatherer And Reporter),是一个开源的工具,提供了跨平台的系统信息收集的API,核心由C语言实现的。 Sigar资料地址:https://support.hyperic.com/display/SIGAR/Home Sigar提供了一...
Sigar(System Information Gatherer and Reporter)是由Hyperic公司开发的一个跨平台的系统管理库,它提供了丰富的API接口,使得开发者能方便地获取到各种操作系统级别的信息。 Sigar库支持多种操作系统,包括...
Sigar(System Information Gatherer and Reporter)是一款强大的跨平台系统监控工具,由Hyperic公司开发,现已成为开源项目。它提供了丰富的API,使得开发者能够轻松地获取到各种操作系统级别的信息,如内存使用、...