Commit Graph

1445 Commits

Author SHA1 Message Date
Jan Kneschke 5d222575ef added lua bindings
added lua bindings for the majority of sigar functions
  look at sigar-test.lua on how to use it
2009-08-13 20:04:50 +02:00
Matthew Kent dcddb5f642 Untested stab at cpu mhz min/max support for Darwin. 2009-08-12 23:43: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
Doug MacEachern 5c8d1edbae add IFF_DYNAMIC to NetFlags 2009-08-12 10:13:13 -07:00
Doug MacEachern 22c1b065dd add IFF_MASTER to NetFlags 2009-08-12 10:11:36 -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
Doug MacEachern c007175b21 update .gitignore 2009-08-05 17:24:28 -07:00
Doug MacEachern c6e8679079 include src/os/*.cpp 2009-08-05 17:22:08 -07:00
Doug MacEachern 7ccd02ef91 Merge branch 'sigar-1.6' 2009-08-05 17:12:48 -07:00
Doug MacEachern 5fb1bcdb15 include src/os/*.cpp 2009-08-05 13:47:13 -07:00
Doug MacEachern c78c5fe899 Merge commit 'mdkent/SIGAR-170' 2009-08-05 06:57:22 -07:00
Matthew Kent 4e206baa61 Make ruby ifconfig example output a bit closer to net-tools default - only
showing interfaces that are up and suppressing the output of unconfigured ip
addresses.
2009-08-04 23:00:07 -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 0cc4f6e8bb fix ruby win32 compile 2009-08-03 10:12:03 -07:00
Doug MacEachern 2733b90ee8 fix ruby compile on solaris 2009-07-30 11:35:28 -07:00
Doug MacEachern f55e619bcd output string version of scope6 2009-07-29 16:08:48 -07:00
Doug MacEachern 6d35ab65b3 output string version of scope6 2009-07-29 16:08:42 -07:00
Doug MacEachern e2bb79ca1c add net_scope_to_string ruby wrapper 2009-07-29 16:08:16 -07:00
Doug MacEachern ffd7609c12 add net_scope_to_string java wrapper 2009-07-29 16:07:52 -07:00
Doug MacEachern 64fd05c615 Merge commit 'mdkent/SIGAR-167' 2009-07-29 15:45:21 -07:00
Doug MacEachern a7797c7675 Merge commit 'mdkent/SIGAR-166' 2009-07-29 15:35:27 -07:00
Matthew Kent 807aa955c1 No stats for aliased devices. 2009-07-28 23:18:11 -07:00
Matthew Kent 1347d44c78 Add logging ability to ruby bindings via Logger or Proc.
Heavily inspired by the Java implementation.
2009-07-28 22:54:16 -07:00
Doug MacEachern 1c7020c553 add inet6 addr 2009-07-25 08:13:44 -07:00
Doug MacEachern 0da8e9d95f prefix|scope .= 6 2009-07-25 08:09:53 -07:00
Doug MacEachern 6cb7d6b398 test NetInterfaceConfig.getAddress6 2009-07-24 17:56:20 -07:00
Doug MacEachern 1b28f2a4e3 add ipv6 fields 2009-07-24 17:38:13 -07:00
Doug MacEachern 380297ea2e add ipv6 fields to NetInterfaceConfig 2009-07-24 17:18:30 -07:00
Doug MacEachern ce06f86292 ruby version of Version.java 2009-07-18 21:56:44 -07:00
Doug MacEachern 5d572585b0 add sigar version constants 2009-07-18 21:56:44 -07:00
Doug MacEachern d1622a808d generate sigar_version.c 2009-07-18 21:56:44 -07:00
Doug MacEachern 3e7254f3f7 filter args in version_file 2009-07-18 21:56:44 -07:00
Doug MacEachern 78150c0d9b whitespace fixes 2009-07-18 21:56:44 -07:00
Doug MacEachern 5320b7bf2a -MSigarBuild -e version_file 2009-07-18 21:56:44 -07:00
Doug MacEachern dc2d72f66b move sub archname to SigarBuild.pm 2009-07-18 21:56:43 -07:00
Doug MacEachern 6f9a8423fb Perl impl of version_file 2009-07-18 21:56:43 -07:00
Doug MacEachern cff9291fc2 update version.properties location 2009-07-18 21:56:43 -07:00
Doug MacEachern ad961111c7 mv version.properties to top-level 2009-07-18 21:56:43 -07:00
Doug MacEachern 1039b12396 remove pdh.dll (only used on NT 4.0) 2009-07-14 17:22:11 -07:00
Doug MacEachern d4ac7f1ecf bump version to 1.6.4 2009-07-13 15:18:20 -07:00
Doug MacEachern ba6404560e Merge branch 'sigar-1.6' 2009-07-08 16:02:17 -07:00
Doug MacEachern 7d483e3982 Humidor test 2009-07-08 15:59:24 -07:00
Doug MacEachern ce39c1ad1e support for caller constructed Sigar object 2009-07-08 15:28:49 -07:00
Jon Travis 22e9e06b9d (SIGAR-150) Wrapper class to synchronize Sigar method invocation
Signed-off-by: Doug MacEachern <dougm@hyperic.com>
2009-07-08 14:56:11 -07:00
Doug MacEachern a9533e619d Merge branch 'sigar-1.6' 2009-07-07 15:36:50 -07:00
Doug MacEachern 3f3a070045 add getNetServicesName to SigarProxy interface 2009-07-07 15:36:37 -07:00
Doug MacEachern 621f9ccb61 Merge branch 'sigar-1.6' of git@github.com:hyperic/sigar into sigar-1.6 2009-06-30 16:11:28 -07:00
Doug MacEachern 4c165819a3 Merge branch 'sigar-1.6'
Conflicts:
	bindings/java/hyperic_jni/src/org/hyperic/jni/ArchNameTask.java
2009-06-30 16:08:50 -07:00
Doug MacEachern 4f223cc4d6 (SIGAR-152) Add support for 31-bit s390 builds 2009-06-30 16:01:57 -07:00
Doug MacEachern 118a3e71fa Ruby example of route cmd 2009-06-29 17:21:03 -07:00
Doug MacEachern 38e2e85132 add RTF constants 2009-06-29 17:20:19 -07:00
Doug MacEachern 22c0d9e356 experimental erlang driver 2009-06-14 21:29:08 -07:00
Doug MacEachern 0cecd10a4d Merge branch 'sigar-1.6' 2009-06-06 08:38:46 -07:00
Doug MacEachern b3abdd5a53 (SIGAR-151) Add Modules support to PTQL 2009-06-06 08:38:06 -07:00
Doug MacEachern 5ac96fb803 make SigarProxyCached.invoke synchronized 2009-05-15 16:58:33 -07:00
Doug MacEachern d3ceb14ff7 Merge branch 'master' of git@github.com:hyperic/sigar 2009-05-14 08:37:50 -07:00
Doug MacEachern 289f024956 add 64-bit compile/link flags for AIX 2009-05-13 17:24:13 -07:00
Doug MacEachern 5e4d11f6ce snapshot @c14dc0f: use '-qversion' for identifier, fixes 64-bit xlc_r compile on AIX 2009-05-13 17:24:01 -07:00
Doug MacEachern 4c5873885e require libperfstat on aix 2009-05-13 17:23:49 -07:00
Doug MacEachern 90b2ade95e add 64-bit compile/link flags for AIX 2009-05-13 16:54:49 -07:00
Doug MacEachern 2643818a45 snapshot @c14dc0f: use '-qversion' for identifier, fixes 64-bit xlc_r compile on AIX 2009-05-13 16:54:13 -07:00
Doug MacEachern f5881726fd test unregisterMBean 2009-04-29 18:08:55 -07:00
Doug MacEachern 806ee088d7 support no arg SigarRegistry constructor 2009-04-29 17:58:39 -07:00
Doug MacEachern 074d20d7b6 switch from Dynamic to Standard MBean 2009-04-29 17:41:46 -07:00
Doug MacEachern 7157234182 extend ReflectedMBean 2009-04-29 16:35:51 -07:00
Doug MacEachern b004072d48 Object wrapper of double[] Sigar.getLoadAverage() for use in bean patterns (JMX) 2009-04-29 16:32:36 -07:00
Doug MacEachern 448b595e30 only SigarRegistry needs to implement MBeanRegistration 2009-04-29 15:16:17 -07:00
Doug MacEachern 25241fcc7a remove generated comments 2009-04-29 15:02:11 -07:00
Doug MacEachern f6e85761d2 SigarProxy must implement InvocationHandler 2009-04-29 14:55:47 -07:00
Doug MacEachern ad8325e616 remove MBeanConstructorInfo 2009-04-29 14:42:42 -07:00
Doug MacEachern b3603f4489 SigarProcess.close only applies to SigarProcess(void) constructor 2009-04-29 14:34:40 -07:00
Doug MacEachern bf361a1732 make SigarProxyCached.invoke synchronized 2009-04-29 13:09:15 -07:00
Doug MacEachern 1c87169bdb leave SigarProxy impl to the caller 2009-04-29 12:58:45 -07:00
Doug MacEachern 0eb3672642 add mx -jconsole option 2009-04-29 12:19:40 -07:00
Doug MacEachern 6ef73dcbcb use SigarVersion bean 2009-04-29 10:56:14 -07:00
Doug MacEachern 0a1a3de69f use SigarVersion bean 2009-04-29 10:53:07 -07:00
Doug MacEachern 96ca3970e1 add SigarVersion getter 2009-04-29 10:51:55 -07:00
Doug MacEachern a84788f1a0 encapsulate version attributes 2009-04-29 10:51:32 -07:00
Doug MacEachern 3e0e08f088 rename SigarVersion -> Version 2009-04-29 10:17:58 -07:00
Doug MacEachern ec3fbe993c remove unused code 2009-04-29 10:04:59 -07:00
Doug MacEachern 19d9e00787 python/setup.py now builds all sigar srcs 2009-04-04 19:15:36 -07:00
Doug MacEachern 7f8bfd8195 support build dir other than '.' 2009-04-04 19:07:32 -07:00
Doug MacEachern 68cf08cf4d (SIGAR-141) sigar.jar location is not required to find native library 2009-03-27 15:07:56 -07:00
Doug MacEachern 9eade5d21a (SIGAR-141) sigar.jar location is not required to find native library 2009-03-27 15:07:32 -07:00
Doug MacEachern 4333771fc3 fix compile against ruby 1.9 2009-03-25 20:10:19 -07:00
Doug MacEachern eb05ff0760 fix compile against ruby 1.8.4 2009-03-25 14:58:06 -07:00
Doug MacEachern 6819b18af6 dont require pdh.dll on NT 4.0 2009-03-25 14:13:56 -07:00
Doug MacEachern 646fc226ea remove pdh.dll (only used on NT 4.0) 2009-03-25 13:46:24 -07:00
Doug MacEachern f7b590cf27 ruby ptql_re_impl 2009-03-16 20:04:33 -07:00
Doug MacEachern 026d560a09 support optional ptql param in proc_list 2009-03-15 23:20:45 -07:00
Doug MacEachern e6d9239844 add proc_list ruby wrapper 2009-03-15 12:47:08 -07:00
Doug MacEachern 4bd7310f9a add ptql support to proc methods 2009-03-15 12:33:54 -07:00
Doug MacEachern 880a24ad30 bump version 2009-02-28 08:15:20 -08:00
Doug MacEachern 1bd4f0e074 use ArchNameTask to configure darwin sdk 2009-02-25 21:35:54 -08:00
Doug MacEachern 839010d6c9 use SIGAR_INET6_ADDRSTRLEN 2009-02-24 19:47:41 -08:00
Doug MacEachern 24bf84a310 import File::Copy 2009-02-24 19:40:25 -08:00
Doug MacEachern 9935c592f6 avoid sigar.o/Sigar.o clash on case insensitive filesystems 2009-02-24 19:34:56 -08:00
Doug MacEachern 349b7caaf6 use SigarBuild.pm 2009-02-24 19:07:51 -08:00
Doug MacEachern b2a1f5cbd5 sharable build utils 2009-02-24 19:07:32 -08:00
Doug MacEachern 59c7c1d975 ignore perl build files 2009-02-24 19:06:23 -08:00
Doug MacEachern aa605fcde1 make distclean incase of nfs shared dir 2009-02-16 17:53:10 -08:00
Doug MacEachern 36f7289082 fix for ruby 1.8.4 2009-02-16 17:36:53 -08:00
Doug MacEachern 52c3bb0191 fix for mswin64 2009-02-16 13:50:25 -08:00
Doug MacEachern d99e55c9eb Merge branch 'gem' 2009-02-16 10:51:07 -08:00
Doug MacEachern 60e96f28b7 add ruby gemspec 2009-02-16 10:50:31 -08:00
Doug MacEachern 3d437dc78d catch file_system_usage exceptions 2009-02-15 20:23:45 -08:00
Doug MacEachern 9e2576f7d6 need ftools for File.copy on windows 2009-02-15 20:15:22 -08:00
Doug MacEachern 606940eba2 ruby 1.9 fix fix 2009-02-15 20:09:42 -08:00
Doug MacEachern 9c759f0185 hpux extconf 2009-02-15 19:55:57 -08:00
Doug MacEachern 68525d650c fixes for ruby 1.9 2009-02-15 19:51:40 -08:00
Doug MacEachern 9835ea40c7 dont need ftools 2009-02-15 19:48:22 -08:00
Doug MacEachern 9932201d2e require libperfstat on aix 2009-02-15 19:02:25 -08:00
Doug MacEachern 7a648166f1 add aix libs 2009-02-15 16:08:15 -08:00
Doug MacEachern 7cfb3b0570 ruby/extconf.rb now builds all sigar srcs 2009-02-15 15:21:59 -08:00
Doug MacEachern 301ce06deb cpptasks patches moved to http://github.com/dougm/ant-contrib-cpptasks 2009-02-14 07:00:52 -08:00
Doug MacEachern ae289d3d41 (SIGAR-134) use UNICODE in EventLog wrapper 2009-02-12 16:37:29 -08:00
Doug MacEachern 39af88f8c5 (SIGAR-134) use UNICODE in EventLog wrapper 2009-02-12 16:32:36 -08:00
Doug MacEachern 7ef48da327 dos2unix 2009-02-09 14:21:00 -08:00
Doug MacEachern 7a5288278c dos2unix 2009-02-09 14:15:49 -08:00
Doug MacEachern 168c14e0ff dos2unix 2009-02-09 14:12:02 -08:00
Doug MacEachern e1f64cfe2d dos2unix 2009-02-09 14:11:16 -08:00
Doug MacEachern d573932902 Merge branch 'sigar-1.6-dos2unix' 2009-02-09 13:57:44 -08:00
Doug MacEachern 2e3c302f4f dos2unix 2009-02-09 13:28:00 -08:00
Doug MacEachern b55603f2a5 bump version 2009-02-07 04:23:19 -08:00
Doug MacEachern bca7314718 .gitignore 2009-02-06 16:14:13 -08:00
Doug MacEachern f0ef330989 .gitignore 2009-02-06 16:13:07 -08:00
Doug MacEachern bf342bc9cf fix git rev-parse 2009-02-06 16:07:21 -08:00
Doug MacEachern eab907beb1 fix git rev-parse 2009-02-06 15:52:06 -08:00
Doug MacEachern 3a9d6b7024 remove invalid assertion 2009-02-06 14:32:02 -08:00
Doug MacEachern 95dcc68c57 no need for libarch in generated sigar_version.c 2009-02-06 13:54:23 -08:00
Doug MacEachern 5df4c608b4 s/SVN/SCM/ 2009-02-06 13:53:59 -08:00
Doug MacEachern 143e8fb6bd check for git revision 2009-02-06 13:53:47 -08:00
Doug MacEachern e787667e91 cp r157 from http://svn.hyperic.org/projects/hyperic_jni 2009-02-06 13:53:30 -08:00
Doug MacEachern 08cfdfef6e update copyright.year 2009-02-06 13:52:47 -08:00
Doug MacEachern a7495637a9 [SIGAR-133] use InputStream.skip (bytes) instead of Reader.skip (chars) in onChange 2009-02-06 13:52:33 -08:00
Doug MacEachern be5f4930a7 handle processes that may have gone away 2009-02-06 13:45:44 -08:00
Doug MacEachern 06f4770bf0 bump version 2009-02-06 13:45:11 -08:00
Doug MacEachern 68559e2d24 remove invalid assertion 2009-01-21 13:43:21 +00:00
Doug MacEachern 8aa5b486e8 no need for libarch in generated sigar_version.c 2009-01-19 19:35:18 +00:00
Doug MacEachern 8d63124b47 s/SVN/SCM/ 2009-01-18 04:02:44 +00:00
Doug MacEachern b6f891c926 check for git revision 2009-01-18 04:00:07 +00:00
Doug MacEachern 641f42540b cp r157 from http://svn.hyperic.org/projects/hyperic_jni 2009-01-18 03:08:44 +00:00
Doug MacEachern 9a270ec91e update copyright.year 2009-01-13 19:06:23 +00:00
Doug MacEachern 6c390d494a [SIGAR-133] use InputStream.skip (bytes) instead of Reader.skip (chars) in onChange 2009-01-09 05:41:52 +00:00
Doug MacEachern 5a602a0a06 handle case of process going away 2009-01-08 04:41:21 +00:00
Doug MacEachern bdd27d6f36 handle processes that may have gone away 2008-11-26 01:08:02 +00:00
Doug MacEachern c68246e8e1 bump version 2008-11-20 15:41:16 +00:00
Doug MacEachern acefffcde4 add ProcStat MBean 2008-10-23 22:35:27 +00:00
Doug MacEachern 06945a8e31 test SigarProcessMBean 2008-10-18 23:37:21 +00:00
Doug MacEachern 6b46d63201 return NOTIMPL if ProcFd fails 2008-10-18 23:36:30 +00:00
Doug MacEachern 2bc3a6ce2a getObjectName method for SigarProcess 2008-10-18 23:31:03 +00:00
Doug MacEachern 27a8d74436 support pid other than self 2008-10-18 22:41:17 +00:00
Doug MacEachern befbdf13d2 remove main method 2008-10-18 22:34:28 +00:00
Doug MacEachern ddebab492b allow junit.mx override 2008-10-09 07:08:43 +00:00
Doug MacEachern ed7562c0c7 use SigarInvokerJMX.PROP_TYPE 2008-10-09 06:38:11 +00:00
Doug MacEachern c7b398b53a add query support 2008-10-09 06:36:46 +00:00
Doug MacEachern 63478f28ff add aggregate Cpu mbeans 2008-10-09 06:22:46 +00:00
Doug MacEachern 7985dea967 will be reusing CpuInfo 2008-10-09 06:15:02 +00:00
Doug MacEachern 1c75927eca convert Cpu*List to ReflectedMBeans 2008-10-09 06:13:05 +00:00
Doug MacEachern c409cb469f handle List type MBeanClassName 2008-10-09 06:06:58 +00:00
Doug MacEachern 7ff83f9ba9 use SigarInvokerJMX 2008-10-09 05:55:17 +00:00
Doug MacEachern 14fc064709 prefer Name attribute to Arg 2008-10-09 05:54:35 +00:00
Doug MacEachern f3abf92787 make setType public 2008-10-09 05:53:31 +00:00
Doug MacEachern 8240ca58d4 test getAttribute 2008-10-09 05:53:13 +00:00
Doug MacEachern 9756e558fc print MBean ObjectName 2008-10-09 04:45:36 +00:00
Doug MacEachern 5deb0a0c97 add NetInfo MBean 2008-10-08 14:11:17 +00:00
Doug MacEachern dd471219c4 catch NoClassDefFoundError on 1.4 jre 2008-10-04 19:06:23 +00:00
Doug MacEachern 29b9d5ada1 add -Dcom.sun.management.jmxremote for TestMx 2008-10-04 18:57:03 +00:00
Doug MacEachern cedc189061 test MBean registration 2008-10-04 16:55:42 +00:00
Doug MacEachern bd94719a4a regigster NetInterface beans 2008-10-04 16:38:24 +00:00
Doug MacEachern 273a7aad96 register FileSystem beans 2008-10-04 01:31:16 +00:00
Doug MacEachern e2616dbac1 support additional static attributes 2008-10-04 00:58:08 +00:00
Doug MacEachern ceec932585 support arguments 2008-10-04 00:29:44 +00:00
Doug MacEachern 6f7b2751f2 renames 2008-10-03 22:56:51 +00:00
Doug MacEachern d7e835fa4f use ReflectedMBean for Swap and Mem 2008-10-03 22:46:40 +00:00
Doug MacEachern 2868942667 generic reflection based MBean impl 2008-10-03 22:45:16 +00:00
Doug MacEachern 857e4f0450 simplify MBean registration 2008-10-03 21:20:17 +00:00
Doug MacEachern e6bb9c7f7e pull invoke and setAttribute methods up to superclass 2008-10-03 20:59:58 +00:00
Doug MacEachern e0b67cf3fa add version attributes 2008-10-03 15:48:56 +00:00
Doug MacEachern 913f1ca5a6 mx cmd for testing MBeans 2008-10-03 01:27:01 +00:00
Doug MacEachern 25522f31c8 different case between XP (Eventlog) and 2008 (EventLog) 2008-09-26 20:36:56 +00:00
Doug MacEachern 2f11286b5f remove unused import 2008-09-26 19:19:26 +00:00
Doug MacEachern eeb3f26ad4 [SIGAR-121] Add Service.Pid PTQL support 2008-09-25 17:54:22 +00:00
Doug MacEachern 80ef448f8c list service pid 2008-09-19 16:09:06 +00:00
Doug MacEachern 26f2977533 FileSystemUsage values in Kbytes 2008-09-16 04:27:38 +00:00
Doug MacEachern b3b194e97b add CpuPerc def 2008-09-14 00:17:44 +00:00
Doug MacEachern f2c9cc9d61 include ptql and log in dist headers 2008-09-14 00:01:06 +00:00
Doug MacEachern b1890e438d dont include ant and mx4j jars in dist 2008-09-13 23:50:18 +00:00
Doug MacEachern 4424c48981 add cpu_perc typemap 2008-09-13 17:12:23 +00:00
Doug MacEachern a6b5f3f30b check getNumberOfRecords != 0 before calling getOldestRecord 2008-09-13 01:37:19 +00:00
Doug MacEachern 61327b9034 [SIGAR-120] Support WoW registry reflection 2008-09-12 05:14:40 +00:00
Doug MacEachern 7ac30e778a Tomcat6, to test 32-bit on 64-bit 2008-09-12 03:48:36 +00:00
Doug MacEachern 9b4dd7b263 possible for subkeys/values not to exist 2008-09-12 00:48:03 +00:00
Doug MacEachern 29d57da8a9 add another test for software values 2008-09-12 00:40:11 +00:00
Doug MacEachern 898e933070 add some getValue tests 2008-09-12 00:19:57 +00:00
Doug MacEachern 19a76d5fa1 output boottime when testing Uptime 2008-09-09 00:09:59 +00:00
Doug MacEachern 4f4805ffd1 bump version 2008-09-08 23:17:52 +00:00
Doug MacEachern 0cbf1411d2 include sys/time.h except on FreeBSD 7 2008-09-07 15:17:23 +00:00