Commit Graph

1335 Commits

Author SHA1 Message Date
Doug MacEachern fd8274153c s/rbsigar/sigar/g 2010-01-17 19:00:26 -08:00
Doug MacEachern 57513b2d0a use helper 2010-01-17 19:00:26 -08:00
Doug MacEachern 1c049cfd33 start ruby port of java unit tests 2010-01-17 19:00:26 -08:00
Doug MacEachern 1e2f84f631 add FTYPE_* constants 2010-01-17 19:00:26 -08:00
Doug MacEachern b2dd835f79 add loadavg binding 2010-01-17 19:00:26 -08:00
Doug MacEachern f721376fc4 add cpu_list binding 2010-01-17 19:00:26 -08:00
Doug MacEachern 1cb651d0e3 add ruby proc_port binding 2009-12-14 16:19:09 -08:00
Doug MacEachern 581143f74c add -D_CRT_SECURE_NO_DEPRECATE if win32 2009-11-18 13:26:52 -08:00
Doug MacEachern 2893440374 commands.getoutput does not work on win32, switch to popen 2009-11-18 13:26:33 -08:00
Doug MacEachern 818de4a64c Merge branch 'sigar-1.6' 2009-11-09 16:47:54 -08:00
Doug MacEachern 035a097325 only display event code in toString as the Event Viewer does 2009-11-09 16:45:06 -08:00
Doug MacEachern e86a150a8d 'N/A' for null user in EventLogRecord.toString 2009-11-09 16:34:31 -08:00
Doug MacEachern 32512cde90 include the same fields as Event Viewer in EventLogRecord.toString 2009-11-09 16:30:47 -08:00
Doug MacEachern 7cc2308fc8 Merge branch 'sigar-1.6' 2009-11-09 16:27:46 -08:00
Doug MacEachern 9cc30ca006 (SIGAR-191) fix EventLogRecord.computerName 2009-11-09 16:27:22 -08:00
Doug MacEachern f6be3e759e Merge branch 'sigar-1.6' 2009-11-09 16:18:25 -08:00
Doug MacEachern 3e4a408f74 (SIGAR-190) add category to EventLogRecord 2009-11-09 16:17:37 -08:00
Doug MacEachern dec7508ed1 Merge branch 'sigar-1.6' 2009-10-23 14:59:07 -07:00
Doug MacEachern a96bd1bc04 Pdh test adjustments for windows 2000 2009-10-23 14:52:51 -07:00
Doug MacEachern 32040563ce (SIGAR-185) fix RegistryKey open on windows 2000 2009-10-23 14:50:29 -07:00
Doug MacEachern b43ead331d Merge branch 'sigar-1.6' 2009-09-30 15:56:44 -07:00
Doug MacEachern 0d3d5e45da hpux pa 64-bit support 2009-09-30 15:46:36 -07:00
Doug MacEachern 0a9ed4aa00 Merge branch 'sigar-1.6' 2009-09-17 11:48:43 -07:00
Doug MacEachern 55167b6ebe 64-bit MacOSX 10.6 sdk does not support ppc64, switch from universal build to i386 only 2009-09-17 11:48:31 -07:00
Doug MacEachern d55a1fb20e Merge branch 'sigar-1.6' 2009-09-08 21:50:35 -07:00
Doug MacEachern cb1f3dafe7 fix MacOSX10.6.sdk build issues 2009-09-08 21:50:10 -07:00
Doug MacEachern 315c8474d9 fix Mac SDK selection 2009-09-02 17:48:38 -07:00
Doug MacEachern 6500952e5b use ArchNameTask to configure darwin sdk 2009-09-02 17:48:19 -07:00
Matthew Kent abda75748b Add an example of net_info usage. 2009-08-23 23:26:55 -07:00
Matthew Kent 49bc336919 (SIGAR-180) Expose sigar_fqdn_get in the ruby binding. 2009-08-23 23:24:50 -07:00
Monty Taylor 4608cde968 Don't try to build lua if we don't ask for it. 2009-08-22 10:23:15 -07:00
Doug MacEachern 713e91d59a Merge commit 'weigon/lua' 2009-08-18 21:22:40 -07:00
Doug MacEachern a3260dc2fc fix Mac SDK selection 2009-08-18 13:20:17 -07:00
Doug MacEachern ff5aa70493 output NetInfo.getDefaultGatewayInterface 2009-08-15 06:11:02 -07: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 085218e3fb add win32 comsupp and wbemuuid libs 2009-08-13 16:35:08 -07:00
Doug MacEachern 245e563857 .cpp -> .o 2009-08-13 16:34:11 -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
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