Commit Graph

  • 87b194fbb1 optimize cpu.vm kstat lookups Doug MacEachern 2008-05-28 06:04:58 +0000
  • c0bd0b1830 add cpu.irq for windows Doug MacEachern 2008-05-25 01:45:02 +0000
  • f03b59703e [SIGAR-107] Recognize vzfs as local filesystem type on Linux Doug MacEachern 2008-05-24 21:54:29 +0000
  • e94969339f [SIGAR-71] default to listing cpu cores Doug MacEachern 2008-05-24 21:32:42 +0000
  • 9a1f45cd7b [SIGAR-106] Add cpu irq, soft_irq and steal Doug MacEachern 2008-05-24 15:12:06 +0000
  • e3510e0805 avoid possible Class Not Found: junit/framework/TestCase Doug MacEachern 2008-05-23 05:51:54 +0000
  • ac0c681fb7 [SIGAR-102] check kernel version rather than /proc/diskstats to detect nptl Doug MacEachern 2008-05-16 02:37:21 +0000
  • ab75320e8a [SIGAR-105] recognize vxfs as local filesystem type on all supported platforms Doug MacEachern 2008-05-16 00:33:50 +0000
  • 109c6354bd dont require single process match for fversion Doug MacEachern 2008-05-12 22:07:22 +0000
  • 81a19482a0 add findPids(String) helper Doug MacEachern 2008-05-12 22:06:50 +0000
  • 4f4d950980 change description Doug MacEachern 2008-05-12 05:36:21 +0000
  • a7d05604b8 add windows .res Doug MacEachern 2008-05-12 05:28:07 +0000
  • c81a4bf370 add import Doug MacEachern 2008-05-12 05:25:55 +0000
  • 0fc5a067c8 [SIGAR-104] Add interface to WindowsGetFileVersionInfo function Doug MacEachern 2008-05-12 01:07:00 +0000
  • b7f7b84fc2 [SIGAR-104] Add interface to WindowsGetFileVersionInfo function Doug MacEachern 2008-05-12 00:36:03 +0000
  • 9e9b25bcd5 [SIGAR-103] Recognize jfs and psfs as local filesystem types Doug MacEachern 2008-05-10 03:04:59 +0000
  • ec98ffbc5e mv HAS_NPTL define Doug MacEachern 2008-05-09 04:25:39 +0000
  • ed23cc08e3 [SIGAR-102] do not attempt to filter LinuxThreads in 2.6+ kernels Doug MacEachern 2008-05-09 04:18:17 +0000
  • 74e788d135 allow /proc override Doug MacEachern 2008-05-09 04:06:35 +0000
  • 24c3a239ee [SIGAR-98] fix sigar_proc_env_peb_get not to ReadProcessMemory beyond RegionSize Doug MacEachern 2008-05-06 16:37:25 +0000
  • 2423a9d47c [SIGAR-101] dont try using /usr/ucb/ps unless installed Doug MacEachern 2008-05-03 15:04:18 +0000
  • 57bc553dbf [SIGAR-97] implement proc_exe Doug MacEachern 2008-04-30 03:26:47 +0000
  • e3f6a1bbd7 fix hpux+aix compile Doug MacEachern 2008-04-29 05:57:12 +0000
  • 23090b54b6 fix netbsd skipping inet6 Doug MacEachern 2008-04-27 01:59:44 +0000
  • 606a050e3a remove nlist check Doug MacEachern 2008-04-27 01:49:34 +0000
  • 45c491e859 fixup disk.queue Doug MacEachern 2008-04-27 00:54:22 +0000
  • d3c36bb6b7 fix queue format Doug MacEachern 2008-04-26 23:48:43 +0000
  • 5b4d8a9ea7 fixup disk values Doug MacEachern 2008-04-26 23:33:58 +0000
  • 91287c0598 more disk_init fields Doug MacEachern 2008-04-26 23:32:09 +0000
  • d6a245fa0f [SIGAR-93] fix disk.queue Doug MacEachern 2008-04-26 23:29:22 +0000
  • 9c184c6102 fix queue format Doug MacEachern 2008-04-26 23:28:48 +0000
  • 380fdc4fbb make disk.queue a double, add qtime Doug MacEachern 2008-04-26 23:20:52 +0000
  • 00084a7219 output cores per if > total Doug MacEachern 2008-04-11 18:10:18 +0000
  • d895adc73e rename cpu_info -> info Doug MacEachern 2008-04-11 17:54:08 +0000
  • 51b607866f add cpu_info.cores_per_socket Doug MacEachern 2008-04-11 17:46:36 +0000
  • e4c00a7b92 fix cpu_info list size accounting Doug MacEachern 2008-04-11 17:25:11 +0000
  • dd9575370a fix solaris compile Doug MacEachern 2008-04-11 05:13:18 +0000
  • b1d8e39106 fixup cpu vendor+model Doug MacEachern 2008-04-11 03:48:38 +0000
  • a7a7c13727 remove unread var Doug MacEachern 2008-04-11 03:35:37 +0000
  • ae063a9019 test sockets/cores > 0 Doug MacEachern 2008-04-11 03:33:07 +0000
  • a3364ec38d handle the case where VM guest may have 1 virtual ncpu on multicore hosts Doug MacEachern 2008-04-11 03:28:33 +0000
  • dffb588d0b cpu_core_count works w/ other bsds Doug MacEachern 2008-04-11 03:00:28 +0000
  • 7ddee1ca1a cpuid works for any os w/ gcc + x86|x64 Doug MacEachern 2008-04-11 02:58:44 +0000
  • 7bfcc25b6f netbsd cp_time always 64-bit Doug MacEachern 2008-04-11 02:45:55 +0000
  • ee5d7a6e9f fix sys_info.arch on x64 Doug MacEachern 2008-04-10 21:03:07 +0000
  • d5358ad0c7 fix cpu core logics Doug MacEachern 2008-04-10 20:51:23 +0000
  • 5470d01a73 switch to using sigar_cpuid Doug MacEachern 2008-04-10 20:40:29 +0000
  • aac5fcb703 windows cpuid x64 version Doug MacEachern 2008-04-10 18:39:22 +0000
  • 7c61bc6695 windows version of sigar_cpuid Doug MacEachern 2008-04-10 17:40:27 +0000
  • 5e4f8821cb fix compile Doug MacEachern 2008-04-10 17:38:18 +0000
  • da647fe47e minor cpuid cleanup Doug MacEachern 2008-04-10 17:15:42 +0000
  • a16f868a0b 2008 MSC express/SDK does not include atl Doug MacEachern 2008-04-10 15:50:37 +0000
  • 60e239f461 use standard iptypes.h in modern msvc Doug MacEachern 2008-04-09 23:29:46 +0000
  • 0bf9cef2bd add/use MSC6 version macro Doug MacEachern 2008-04-09 20:58:35 +0000
  • 552f0ede26 fix cpu_info cores+sockets Doug MacEachern 2008-04-09 07:18:38 +0000
  • cb002c8541 windows cpu_info cores+sockets Doug MacEachern 2008-04-09 07:08:03 +0000
  • 2b9c8971e0 move cpuid from os/linux to sigar_util for use on other platforms Doug MacEachern 2008-04-09 06:29:08 +0000
  • 277cf2e68e aix+hpux cpu_info sockets+cores Doug MacEachern 2008-04-09 05:21:46 +0000
  • 0983884395 cpu_info cores+sockets Doug MacEachern 2008-04-09 05:14:10 +0000
  • 56b8e9e6a3 solaris cpu socket+core counts Doug MacEachern 2008-04-09 05:08:52 +0000
  • 187df2f462 add total_cores and total_sockets to sigar_cpu_info_t Doug MacEachern 2008-04-09 04:38:02 +0000
  • 949147d4ba no longer need link.h Doug MacEachern 2008-04-09 03:35:47 +0000
  • eee071783c refactor/simplify cpu core detection Doug MacEachern 2008-04-09 03:16:15 +0000
  • 35d40b01b0 backport to Perl 5.005 Doug MacEachern 2008-04-09 01:30:59 +0000
  • f753b02aec rewind the Link_map to get all loaded modules Doug MacEachern 2008-04-04 18:53:44 +0000
  • 3cf07fbb30 move sigar_dlinfo_modules to util for use with FreeBSD Doug MacEachern 2008-04-04 18:39:42 +0000
  • 51a205920f add assertions Doug MacEachern 2008-04-03 05:06:31 +0000
  • 565c48cca3 fix windows compile Doug MacEachern 2008-04-03 04:58:39 +0000
  • d826684c33 [SIGAR-92] Add memory free and used in percentage units Doug MacEachern 2008-04-03 04:45:28 +0000
  • 31a5f214d3 more Service query tests Doug MacEachern 2008-04-01 23:19:13 +0000
  • 05ae74a5df require Service ptql in sigar_sevices_query Doug MacEachern 2008-04-01 23:18:55 +0000
  • 7579374e47 bring back ServiceConfig.argv Doug MacEachern 2008-03-27 21:06:19 +0000
  • 0b876faf31 remove parseCommandLine Doug MacEachern 2008-03-27 01:07:40 +0000
  • 974f80e18f removing Argv (for the moment) Doug MacEachern 2008-03-27 01:07:17 +0000
  • 4d960ecb0b set ServiceConfig.exe in jni Doug MacEachern 2008-03-27 00:55:40 +0000
  • 5f0f5db9ed assume buffer contains copied path if path == NULL Doug MacEachern 2008-03-27 00:53:06 +0000
  • 5a32b71a2a remove unused import Doug MacEachern 2008-03-27 00:16:24 +0000
  • dd350667ea test Service.getServiceConfigs Doug MacEachern 2008-03-27 00:15:48 +0000
  • f53c99c43e change getServiceConfigs to use ptql Doug MacEachern 2008-03-27 00:15:26 +0000
  • 4edb1fbda8 use sigar_service_exe_get for Service.Exe Doug MacEachern 2008-03-27 00:09:26 +0000
  • af661d2b7d add util to extract exe from QUERY_SERVICE_CONFIG.lpBinaryPathName Doug MacEachern 2008-03-27 00:08:29 +0000
  • b83b819b00 add Service.Exe ptql support Doug MacEachern 2008-03-26 21:42:35 +0000
  • 5df4850bf3 rename PTQL_PID_SERVICE -> PTQL_PID_SERVICE_NAME Doug MacEachern 2008-03-26 21:31:54 +0000
  • 746b9bdddc use strcasestr Doug MacEachern 2008-03-26 21:29:43 +0000
  • 208714be01 add strcasestr util Doug MacEachern 2008-03-26 21:29:17 +0000
  • bf4507f341 add support for case-insensitive matches w/o re Doug MacEachern 2008-03-26 21:20:17 +0000
  • 71fdbb13e2 strcase wrappers Doug MacEachern 2008-03-26 21:17:10 +0000
  • 7d67d135c0 propagate ptql errors Doug MacEachern 2008-03-26 20:47:15 +0000
  • 603b0d548f use sigar_strerror Doug MacEachern 2008-03-26 20:42:16 +0000
  • 5d440dcc14 test getServiceNames Doug MacEachern 2008-03-26 17:47:59 +0000
  • d95ff6f7b8 check Service. first Doug MacEachern 2008-03-26 17:47:40 +0000
  • ff39a06bec add ptql support to Service.getServiceNames Doug MacEachern 2008-03-26 17:28:03 +0000
  • 657e6c5d66 add jsigar_get_sigar util Doug MacEachern 2008-03-26 17:27:09 +0000
  • 3feb988e7e use sigar_services_query Doug MacEachern 2008-03-26 17:06:54 +0000
  • 7a3b9a8fe6 add sigar_services_query function Doug MacEachern 2008-03-26 17:06:32 +0000
  • d98b62dc9e use jsigar_list Doug MacEachern 2008-03-26 16:49:25 +0000
  • 4b77f0f1f4 use jsigar_list Doug MacEachern 2008-03-26 16:46:44 +0000
  • 10505d14cb init_list -> list_init Doug MacEachern 2008-03-26 16:46:21 +0000
  • 3b5c3a85f0 add some reusable List functions Doug MacEachern 2008-03-26 16:44:48 +0000
  • 42459486f7 use callback in service query Doug MacEachern 2008-03-25 21:46:41 +0000