Commit Graph

  • 13d1d102f8 add some log helpers Doug MacEachern 2004-07-05 22:23:03 +0000
  • 4310cba4c7 for hardware model Doug MacEachern 2004-07-02 23:02:04 +0000
  • 408fae9b1a aix needs to link against libodm and libcfg to use ODM Doug MacEachern 2004-07-02 22:56:33 +0000
  • 3575b1319f add routine to get hardware model using ODM Doug MacEachern 2004-07-02 22:55:59 +0000
  • ad495656ee fix tyop Doug MacEachern 2004-07-02 16:12:52 +0000
  • 8a9bb2b7c9 add detection for newer cpu models not included in the 4.3 systemcfg.h Doug MacEachern 2004-07-02 16:09:58 +0000
  • ebc80f9357 adjust model name Doug MacEachern 2004-07-02 02:52:51 +0000
  • 5934d4bfc4 more cpu model name fixups Doug MacEachern 2004-07-02 02:46:37 +0000
  • 060bf3b805 more cleanup of the cpu model name Doug MacEachern 2004-07-02 02:12:29 +0000
  • f2c8a004c1 some cpu models for reference Doug MacEachern 2004-07-02 02:08:55 +0000
  • 1b8ad7de8f trim leading whitespace regardless of (R) Doug MacEachern 2004-07-02 01:38:17 +0000
  • f56206bbca remove cpu vendor name from model name Doug MacEachern 2004-07-02 01:37:01 +0000
  • 2168c3b578 adjust cpu model name Doug MacEachern 2004-07-02 01:27:04 +0000
  • 77b2883e1e prefer ProcessorNameString to Indentifier for cpu model name Doug MacEachern 2004-07-02 01:26:45 +0000
  • 4df7191361 add function to cleanup cpu model name Doug MacEachern 2004-07-02 01:25:35 +0000
  • a1ffc9132a fixup cpu vendor Doug MacEachern 2004-07-01 22:07:12 +0000
  • b10a1a0c9e fix cpu_list for older linux kernels Doug MacEachern 2004-07-01 21:57:26 +0000
  • 6caf990fc8 add dir where sigar.jar lives to search path Doug MacEachern 2004-07-01 01:09:23 +0000
  • 5df1139c53 use sigar.jar as a file to test with Doug MacEachern 2004-07-01 01:03:04 +0000
  • a2c655476c use super.println so redirection works Doug MacEachern 2004-07-01 00:53:38 +0000
  • 1de970d911 older /proc/stat w/o cpu\d Doug MacEachern 2004-07-01 00:44:32 +0000
  • 1bbf237912 fix compile error w/ older gcc Doug MacEachern 2004-07-01 00:41:03 +0000
  • 08db86db3a add command to view process modules Doug MacEachern 2004-06-30 22:44:55 +0000
  • ddc2874791 fix winnt flag Doug MacEachern 2004-06-30 22:43:48 +0000
  • 1c32c2acc9 fix off-by-one bug in proc_args Doug MacEachern 2004-06-30 21:20:19 +0000
  • 771742caf9 fix dir_stat_get, was missing the first file Doug MacEachern 2004-06-30 00:37:46 +0000
  • 018f634896 proc_modules impl Doug MacEachern 2004-06-29 02:23:58 +0000
  • 2672fc8219 include lib/*.jar in the dist Doug MacEachern 2004-06-23 06:06:53 +0000
  • 8e65e1e10e bump version Doug MacEachern 2004-06-23 05:33:51 +0000
  • f0b267957a NT does not have a Processor _Total perf counter instance Doug MacEachern 2004-06-23 05:21:13 +0000
  • 263b68ba53 better cpu vendor guess if x86 Doug MacEachern 2004-06-23 02:32:38 +0000
  • 300094d65d also remove 'Authentic' if vendor is AMD Doug MacEachern 2004-06-23 01:10:40 +0000
  • cb27ce6b1f change cpu_info vendor to 'Intel' instead of 'GenuineIntel' Doug MacEachern 2004-06-23 01:00:51 +0000
  • 903fabc3e4 remove malloc casts Doug MacEachern 2004-06-22 23:44:46 +0000
  • f51b9f1cbb remove unused get_ncpus function. add is_ht_enabled function. merge times of logical processors in cpu_list_get Doug MacEachern 2004-06-22 20:52:04 +0000
  • 97472cb48e stub proc_modules_get Doug MacEachern 2004-06-22 19:40:37 +0000
  • 903c369671 dont hardcode 2 logical processors if ht_enabled Doug MacEachern 2004-06-22 19:22:50 +0000
  • 003d416408 fix get_perf_object error handling. morg experienced an ERROR_BUSY which crashed the agent, this is properly handled now. Doug MacEachern 2004-06-22 17:51:38 +0000
  • a23ff178db add winnt flag and use it in proc_modules Doug MacEachern 2004-06-22 17:15:10 +0000
  • bfff8bc922 test ProcModules Doug MacEachern 2004-06-22 06:14:33 +0000
  • d034a2a16e add getProcModules Doug MacEachern 2004-06-22 06:14:12 +0000
  • efed7c955f proc_modules wrapper Doug MacEachern 2004-06-22 06:13:26 +0000
  • aeeb51e25c proc_modules impl Doug MacEachern 2004-06-22 06:12:51 +0000
  • 3fd81bf749 decls for new proc_modules functions Doug MacEachern 2004-06-22 06:11:38 +0000
  • fc5bf90b3c test bogus queries too Doug MacEachern 2004-06-22 02:27:51 +0000
  • 18c8735ce3 catch ArrayIndexOutOfBoundsException and NumberFormatException Doug MacEachern 2004-06-22 02:27:32 +0000
  • 6ff4fa8435 use IS_WIN32 constant from SigarLoader Doug MacEachern 2004-06-22 02:06:35 +0000
  • dbcc74c199 test reuse Doug MacEachern 2004-06-22 01:30:42 +0000
  • e964155cd6 fix cpu_list bug Doug MacEachern 2004-06-22 01:29:47 +0000
  • f4f3fa05fb bump version number Doug MacEachern 2004-06-21 23:20:33 +0000
  • c1429b68b8 use SynchronizedSigar for getInstance Doug MacEachern 2004-06-21 23:16:02 +0000
  • 4898e1abe8 Safely share a single Sigar instance between multiple threads Doug MacEachern 2004-06-21 23:13:30 +0000
  • bca4203db1 change SynchronizedSigarProxyCache.getInstance to construct the Sigar instance itself Doug MacEachern 2004-06-21 22:49:40 +0000
  • dffe0da855 Initial revision Doug MacEachern 2004-06-21 22:37:04 +0000
  • 1a7957fb1e New repository initialized by cvs2svn. (no author) 2004-06-21 22:36:48 +0000