Adam Stokes
7041d070f1
- Update list network interfaces win32 variant
...
Some utilities such as netsh require a friendly name when doing
any administrative tasks such as stop/start network interfaces.
Currently sigar list network interfaces as 'ethX, lo, laX'. This
is fine for read only purposes but in order to make further use
of the network interfaces on windows we need a friendlyname or at
least the interface description.
2011-04-11 11:26:33 -07:00
Doug MacEachern
8016dbe364
GPL v2 license -> Apache 2 license
...
(grit-generated)
2010-04-28 15:08:39 -07:00
Doug MacEachern
4fe3feb198
Merge branch 'sigar-1.6'
...
Conflicts:
bindings/java/src/org/hyperic/sigar/jmx/SigarCpu.java
bindings/java/src/org/hyperic/sigar/jmx/SigarCpuInfo.java
bindings/java/src/org/hyperic/sigar/jmx/SigarCpuPerc.java
bindings/java/src/org/hyperic/sigar/jmx/SigarLoadAverage.java
bindings/java/src/org/hyperic/sigar/jmx/SigarMem.java
bindings/java/src/org/hyperic/sigar/jmx/SigarSwap.java
bindings/ruby/examples/cpu_info.rb
bindings/ruby/examples/df.rb
bindings/ruby/examples/free.rb
bindings/ruby/examples/ifconfig.rb
bindings/ruby/examples/netstat.rb
bindings/ruby/examples/pargs.rb
bindings/ruby/examples/penv.rb
bindings/ruby/examples/who.rb
2010-04-28 15:03:12 -07:00
Doug MacEachern
73f9b8cf84
GPL v2 license -> Apache 2 license
...
(grit-generated)
2010-04-28 14:57:11 -07:00
Doug MacEachern
b5cf0dbef4
(SIGAR-199) add arp decls
2010-01-18 19:09:10 -08:00
Matthew Kent
7496b795e4
Merge branch 'master' into SIGAR-172
2009-08-13 23:41:53 -07:00
Matthew Kent
4fdcee3635
Tweaking based on feedback: default_interface gets a more appropriate name and
...
sigar_get_default_gateway now gathers both pieces of information.
2009-08-13 23:38:45 -07:00
Doug MacEachern
326d6085a2
Merge commit 'mdkent/SIGAR-178'
2009-08-13 15:34:37 -07:00
Doug MacEachern
f69a3c10e5
Merge commit 'mdkent/SIGAR-173'
2009-08-13 14:34:41 -07:00
Matthew Kent
09f3418c1a
Add linux collection of cpu min/max.
...
Make cpu mhz default the current mhz.
2009-08-12 23:43:35 -07:00
Matthew Kent
83996dda13
Add per interface support for tx_queue_len, Linux only.
...
Update the ifconfig example output.
2009-08-09 15:20:25 -07:00
Matthew Kent
d9f37b39a4
Collect the default interface as part of net_info_get.
2009-08-09 02:13:45 -07:00
Matthew Kent
cfae297d9b
Add IFF_DYNAMIC support for Linux.
...
Support in the ruby binding.
2009-08-08 14:44:58 -07:00
Matthew Kent
4d19f54b94
Finish support for IFF_SLAVE and add IFF_MASTER.
...
Support both in ruby binding.
2009-08-04 22:27:13 -07:00
Doug MacEachern
0da8e9d95f
prefix|scope .= 6
2009-07-25 08:09:53 -07:00
Doug MacEachern
9d50d859bf
add IPV6_ADDR constants
2009-07-25 07:39:42 -07:00
Doug MacEachern
0e763c13e2
stub net_interface_config ipv6 support
2009-07-24 17:13:19 -07:00
Doug MacEachern
16786fb95f
[SIGAR-118] change file_system dev and dir names to length PATH_MAX
2008-08-12 00:48:54 +00:00
Doug MacEachern
836a725c86
add version description
2008-08-12 00:05:03 +00:00
Doug MacEachern
34333d64e8
include svn revision in version properties
2008-08-10 18:59:53 +00:00
Doug MacEachern
51dd062f7e
[SIGAR-106] rename cpu steal -> stolen
2008-05-28 18:14:00 +00:00
Doug MacEachern
9a1f45cd7b
[SIGAR-106] Add cpu irq, soft_irq and steal
2008-05-24 15:12:06 +00:00
Doug MacEachern
380fdc4fbb
make disk.queue a double, add qtime
2008-04-26 23:20:52 +00:00
Doug MacEachern
51b607866f
add cpu_info.cores_per_socket
2008-04-11 17:46:36 +00:00
Doug MacEachern
187df2f462
add total_cores and total_sockets to sigar_cpu_info_t
2008-04-09 04:38:02 +00:00
Doug MacEachern
d826684c33
[SIGAR-92] Add memory free and used in percentage units
2008-04-03 04:45:28 +00:00
Doug MacEachern
f51eac00b2
[SIGAR-86] Add options field to sigar_file_system_t
2008-02-11 04:07:31 +00:00
Doug MacEachern
f02c9bbe1a
add printf format for sigar_uint64_t
2007-11-04 18:30:03 +00:00
Doug MacEachern
5d0057b8cc
move SIGAR_64BIT decl to sigar.h
2007-11-04 18:26:53 +00:00
Doug MacEachern
382dcba038
add disk service_time field
2007-11-03 23:01:20 +00:00
Doug MacEachern
8ff408bb44
add proc_stat.threads
2007-10-20 12:49:37 +00:00
Doug MacEachern
4d7e7a3bd7
re-org sigar_disk_usage_t struct
2007-10-13 21:56:18 +00:00
Doug MacEachern
07e4db1d14
add sigar_disk_usage_get
2007-10-13 21:27:26 +00:00
Doug MacEachern
5e47762150
reorg disk metrics for use with raw device
2007-10-10 03:14:01 +00:00
Doug MacEachern
a7eb05fd63
move disk fields to end of struct
2007-10-10 02:57:21 +00:00
Doug MacEachern
f37c435ede
add disk rtime and wtime
2007-10-10 02:43:40 +00:00
Doug MacEachern
8fb0941eca
add file_system_usage.disk_time
2007-10-09 21:48:50 +00:00
Doug MacEachern
75f2f90b07
add NULL_HWADDR constant
2007-09-03 16:48:58 +00:00
Doug MacEachern
eec869f6d7
add tcp.in_errs
2007-08-08 06:11:20 +00:00
Doug MacEachern
bde8f07e8b
s/nfsstat/nfs/g
2007-08-08 05:40:58 +00:00
Doug MacEachern
f8c583fbc8
remove _stat from sigar_tcp names
2007-08-08 05:34:21 +00:00
Doug MacEachern
7e0b4af3ca
Remove useless tcpMaxConn
2007-08-08 05:05:16 +00:00
Doug MacEachern
58b300996b
[SIGAR-64] stub nfs functions
2007-07-26 06:30:29 +00:00
Doug MacEachern
ba1d44fe17
[SIGAR-62] stub swap.page_{in,out}
2007-07-20 18:02:21 +00:00
Doug MacEachern
fe76b8fe7d
stub tcp_stat function
2007-07-14 16:01:58 +00:00
Doug MacEachern
67275223f3
move more utils to sigar_format.[ch]
2007-05-19 03:50:27 +00:00
Doug MacEachern
f037037b0a
move string format utils to sigar_format.[ch]
2007-05-19 03:40:12 +00:00
Doug MacEachern
6e51d8ac7b
add sigar_file_system_ping util
2007-05-17 06:12:54 +00:00
Doug MacEachern
9a04924df3
fold java CurrentProcessSummary metric into sigar_proc_stat_t
2007-04-14 22:28:25 +00:00
Doug MacEachern
66fe4fee09
format nit
2007-04-06 13:39:25 +00:00