Commit Graph

2551 Commits

Author SHA1 Message Date
Doug MacEachern 788c125c68 no longer using hpux dlpi 2010-04-15 13:30:20 -07:00
Doug MacEachern 5324c6f235 mv to sigar-stuff 2010-04-15 13:21:47 -07:00
Doug MacEachern 745508e3c0 update eclipse project classpath 2010-04-15 11:18:25 -07:00
Doug MacEachern 5f77c77158 remove unused header 2010-04-15 11:02:19 -07:00
Doug MacEachern c46af75d74 (SIGAR-201) JNIEnv->ExceptionCheck to avoid possible SEGV on OutOfMemoryError 2010-04-15 10:55:09 -07:00
Doug MacEachern 6c1f0a9871 (SIGAR-192) avoid possible stack corruption in Windows proc_env impl 2010-04-14 13:55:57 -07:00
Doug MacEachern 55002f1930 (SIGAR-213) check ENV.ANT_HOME/lib for junit in Main-Class 2010-04-14 13:46:28 -07:00
Doug MacEachern 4227bf6ab9 (SIGAR-214) properly adjust jni.javahome when JAVA_HOME is not set 2010-04-09 09:01:13 -07:00
Doug MacEachern 9ce6361973 cpptasks patches moved to http://github.com/dougm/ant-contrib-cpptasks 2010-04-08 13:50:42 -07:00
Doug MacEachern 9fb759fb17 mv tools/PerfBrowser http://github.com/dougm/csharp-perfbrowser 2010-04-08 13:45:57 -07:00
Doug MacEachern 9dbbcce60a mv exp/ http://github.com/dougm/sigar-stuff 2010-04-08 13:45:42 -07:00
Doug MacEachern b94783b9ad s,env.ANT_HOME/lib,ant.library.dir 2010-04-08 09:41:45 -07:00
Doug MacEachern cd422901c9 (SIGAR-213) remove junit.jar from distribution 2010-04-07 21:23:56 -07:00
Doug MacEachern 7f4a3a3fd4 (SIGAR-188) implement mem actual free/used on HPUX 2010-04-07 13:23:58 -07:00
Doug MacEachern 127099cd34 (SIGAR-188) implement mem actual free/used on AIX 2010-04-07 11:12:00 -07:00
Doug MacEachern d3acf798d5 (SIGAR-188) implement mem actual free/used on OpenBSD and NetBSD 2010-04-05 16:30:15 -07:00
Doug MacEachern 1ba3abd3ab (SIGAR-188) implement mem actual free/used on Solaris 2010-04-05 15:51:47 -07:00
Doug MacEachern 6a0cd93cf5 fix rev-parse when not on a local branch 2010-04-04 10:25:58 -07:00
Doug MacEachern 21a09f23d4 roll our own 'git rev-parse --short HEAD' 2010-04-03 12:41:06 -07:00
Doug MacEachern b1da05dbe0 (SIGAR-212) pass LANG_ENGLISH to FormatMessage in Windows sigar_strerror impl 2010-04-02 15:50:55 -07:00
Doug MacEachern e4fda73a29 (SIGAR-188) implement mem actual free/used on Windows 2010-04-01 17:36:46 -07:00
Trevor Pounds f27542af5b (SIGAR-202)
Change CreateFile() access flags to prevent potential inode calculation
   errors on Windows when tailing a file.

   see: http://forums.hyperic.com/jiveforums/thread.jspa?messageID=30400
2010-04-01 16:37:11 -07:00
Doug MacEachern 29c96e2343 (SIGAR-207) append instance index in Pdh.getInstances() 2010-04-01 14:53:25 -07:00
Doug MacEachern 2dc981dfa8 (SIGAR-207) Add Pdh.getCounterType method 2010-03-31 14:54:25 -07:00
Doug MacEachern 7905904cb6 (SIGAR-207) Add Pdh.getDescription method 2010-03-31 13:17:02 -07:00
Doug MacEachern b2d33467b8 (SIGAR-210) recognize cifs as a network file system 2010-03-31 10:53:48 -07:00
Doug MacEachern fd9acb0004 (SIGAR-211) HPUX file_system_list needs to read /etc/mnttab instead of /etc/fstab 2010-03-30 10:08:17 -08:00
Doug MacEachern e20e2eaa54 add -i (inode format) support to df command 2010-02-09 18:01:34 -08:00
Doug MacEachern a210aa7e23 (SIGAR-205) Vista and higher changed wireless card type to IF_TYPE_IEEE80211 2010-02-05 14:41:35 -08:00
Doug MacEachern feabd736de rid dup in solaris route_list impl 2010-01-18 19:08:49 -08:00
Doug MacEachern eac18a6b4e (SIGAR-181) fill-in sigar_net_route_t.ifname on HPUX 2010-01-17 22:24:50 -08:00
Doug MacEachern d47fd1e3e7 refactor wrapper around get_physical_stat() for reuse 2010-01-17 21:53:28 -08:00
Doug MacEachern 392f6325e0 (SIGAR-196) use pst_processor.psp_cpu_frequency to calculate cpu_info.mhz on HP-UX 11.31+ 2010-01-12 10:53:25 -08:00
Doug MacEachern 3e98f20197 (SIGAR-194) sigar_file_system_t.dev_name on Windows should be the network path for remote drives 2010-01-04 13:48:20 -08:00
Doug MacEachern 46897838f6 (SIGAR-193) Migrate from mach/shared_memory_server.h to mach/shared_region.h on Darwin 2009-12-23 16:16:21 -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 9cc30ca006 (SIGAR-191) fix EventLogRecord.computerName 2009-11-09 16:27:22 -08:00
Doug MacEachern 3e4a408f74 (SIGAR-190) add category to EventLogRecord 2009-11-09 16:17:37 -08:00
Doug MacEachern b1352e2f76 (SIGAR-189) ignore CP_WAIT time on HPUX 2009-11-05 14:02:54 -08:00
Doug MacEachern ce7be03af5 (SIGAR-187) implement proc_exe on AIX 2009-11-03 16:21:11 -08:00
Doug MacEachern a4915e8ed6 (SIGAR-188) implement mem actual free/used on MacOSX 2009-11-03 14:18:54 -08:00
Doug MacEachern 089ba0d93c (SIGAR-188) implement mem actual free/used on FreeBSD 2009-11-02 16:45:11 -08: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 6eef4f7cdc (SIGAR-186) fix Win32.getFileVersion on windows 2000 2009-10-23 14:49:44 -07:00
Doug MacEachern 6b9ac77afa Merge branch 'SIGAR-184' into sigar-1.6 2009-09-30 15:56:17 -07:00
Doug MacEachern 0d3d5e45da hpux pa 64-bit support 2009-09-30 15:46:36 -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