Skip to content

Commit 30b95b9

Browse files
committed
point to sigar wiki
1 parent 8a7e53b commit 30b95b9

File tree

1 file changed

+2
-67
lines changed

1 file changed

+2
-67
lines changed

README

Lines changed: 2 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,2 @@
1-
sigar - System Info Gather And Reporter
2-
3-
The Sigar API provides a portable interface for gathering system
4-
information such as:
5-
6-
- system memory, swap, cpu, load average, uptime
7-
8-
- per-process memory, cpu, credential info, state, arguments, environment,
9-
open files
10-
11-
- file system detection and metrics
12-
13-
- network interface configuration info and metrics
14-
15-
The core API is implemented in pure C with bindings currently
16-
implemented for Java, Perl and C#.
17-
18-
The following platforms are currently supported:
19-
20-
- Linux [x86] (2.2, 2.4, 2.6 kernels)
21-
22-
- Linux [amd64] (2.6 kernel)
23-
24-
- Linux [ppc64] (2.6 kernel)
25-
26-
- Win32 [x86] (NT 4.0 sp6, 2000 Pro/Server, 2003 Server, XP)
27-
28-
- Solaris [sparc] (2.6, 7, 8, 9, 10)
29-
30-
- Solaris [x86] (8, 9, 10)
31-
32-
- HP/UX [PA-RISC] (11)
33-
34-
- AIX [PowerPC] (4.3, 5.1, 5.2, 5.3)
35-
36-
- FreeBSD [x86] (4.x, 5.x, 6.x)
37-
38-
- Mac OS X [PowerPC] (10.4)
39-
40-
- Mac OS X [x86] (10.4)
41-
42-
To test drive run the following command:
43-
44-
% java -jar sigar-bin/lib/sigar.jar
45-
sigar> help
46-
47-
The shell and commands are implemented in Java, the source code is
48-
located in examples/java.
49-
50-
Javadocs are located in docs/javadoc.
51-
52-
Perl and C# interfaces are still a work in progress.
53-
54-
To try the Perl examples:
55-
% cd bindings/perl
56-
% perl Makefile.PL && make
57-
% perl -Mblib ../../examples/perl/ifconfig.pl
58-
59-
Mailing lists:
60-
61-
62-
63-
Forums:
64-
http://forums.hyperic.org/
65-
66-
Bugs:
67-
http://jira.hyperic.com/browse/SIGAR
1+
Visit the SIGAR Wiki for documentation, bugs, support, etc.:
2+
http://sigar.hyperic.com/

0 commit comments

Comments
 (0)