Doug MacEachern
|
1c8433cd7d
|
fix possible overflow
|
2007-02-05 20:21:53 +00:00 |
|
Doug MacEachern
|
6eb5f9db0b
|
Add proper thread_cpu impl for OS X
|
2007-01-24 21:43:43 +00:00 |
|
Doug MacEachern
|
7fae53d95d
|
[SIGAR-19] Change cpu time units to milliseconds
|
2006-12-04 18:30:37 +00:00 |
|
Doug MacEachern
|
b0a55983dc
|
[SIGAR-19] change process cpu time units to milliseconds
|
2006-12-04 04:11:59 +00:00 |
|
Doug MacEachern
|
8a28fe5b51
|
[SIGAR-19] change process cpu time units to milliseconds
|
2006-12-04 03:54:29 +00:00 |
|
Doug MacEachern
|
59fddd3f7c
|
change gestalt usage to work on versions < 10.4
|
2006-10-13 04:26:37 +00:00 |
|
Doug MacEachern
|
cd7231a938
|
use snprintf
|
2006-09-30 17:50:23 +00:00 |
|
Doug MacEachern
|
aa4af2806f
|
fixup freebsd vendor_version and vendor_code_name
|
2006-09-30 17:27:10 +00:00 |
|
Doug MacEachern
|
66844ca1d8
|
use snprintf
|
2006-09-30 17:14:39 +00:00 |
|
Doug MacEachern
|
6b9e45eebb
|
fillin freebsd sys_info fields
|
2006-09-30 17:13:10 +00:00 |
|
Doug MacEachern
|
852c61e493
|
use Gestalt for versions in sys_info
|
2006-09-26 13:32:45 +00:00 |
|
Doug MacEachern
|
84b8fff7b1
|
start port of OperatingSystem.java to sigar_sys_info C api
|
2006-09-24 18:23:04 +00:00 |
|
Doug MacEachern
|
d8159a6024
|
attempt to determine cwd from $PWD
|
2006-08-29 01:43:48 +00:00 |
|
Doug MacEachern
|
73aa5252e8
|
add/use kern_proc_args_skip_argv
|
2006-08-29 01:36:42 +00:00 |
|
Doug MacEachern
|
9263b6efcb
|
change kern_proc_args to only copy exe if given a pointer
|
2006-08-29 00:29:41 +00:00 |
|
Doug MacEachern
|
94dd5f8280
|
implement proc_exe.name for darwin
|
2006-08-28 03:52:36 +00:00 |
|
Doug MacEachern
|
5f05b3383d
|
sanity check
|
2006-08-25 21:06:18 +00:00 |
|
Doug MacEachern
|
883cfa1586
|
trim trailing whitespace in proc_args
|
2006-08-25 20:50:47 +00:00 |
|
Doug MacEachern
|
1301c11251
|
use local vars instead of kargs directly in proc_args
|
2006-08-25 20:26:12 +00:00 |
|
Doug MacEachern
|
457212edcb
|
Implement proc_env for Darwin
|
2006-08-25 20:23:56 +00:00 |
|
Doug MacEachern
|
a0a31eb6e3
|
make reusable KERN_PROCARGS2 wrapper function
|
2006-08-25 20:08:17 +00:00 |
|
Doug MacEachern
|
e472dc9d9a
|
add copyright
|
2006-07-15 17:46:36 +00:00 |
|
Doug MacEachern
|
1bd1cbd9f4
|
fix compile warning
|
2006-07-06 00:32:45 +00:00 |
|
Doug MacEachern
|
287af5e947
|
changing hwaddr to sigar_net_address_t
|
2006-07-05 21:12:10 +00:00 |
|
Doug MacEachern
|
a2597443b7
|
unhardcode cpu vendor
|
2006-07-05 19:20:12 +00:00 |
|
Doug MacEachern
|
a58b419690
|
zero ifconfig in net_interface_config_get
|
2006-07-05 18:10:51 +00:00 |
|
Doug MacEachern
|
28c7957ec7
|
convert net_route to use net_address_t
|
2006-07-04 19:30:04 +00:00 |
|
Doug MacEachern
|
972f3855dd
|
convert net_interface_config to use sigar_net_address_t
|
2006-07-04 17:44:13 +00:00 |
|
Doug MacEachern
|
0638e38671
|
store net_connection addresses in binary rather than string
|
2006-07-04 16:44:44 +00:00 |
|
Doug MacEachern
|
13751fe221
|
all platforms use sigar.c:sigar_net_connection_list_get expect linux
|
2006-07-01 19:11:54 +00:00 |
|
Doug MacEachern
|
b1798c3e2f
|
move generic sigar_net_connection_list_get impl to sigar.c
|
2006-07-01 16:47:47 +00:00 |
|
Doug MacEachern
|
bf6984b477
|
implement sigar_net_connection_walk
|
2006-07-01 16:41:14 +00:00 |
|
Doug MacEachern
|
475ddf2428
|
remove mem.shared
|
2006-07-01 02:47:09 +00:00 |
|
Doug MacEachern
|
8355e44d8c
|
cast to prevent possible integer overflow in filesystem_usage
|
2006-05-31 00:59:14 +00:00 |
|
Doug MacEachern
|
cac8fa29a6
|
fix proc_args from breaking on zero-length arg
|
2006-04-23 16:01:08 +00:00 |
|
Doug MacEachern
|
0ea23da2ae
|
change proc_args to break after len is consumed rather than *ptr == \0
|
2006-04-03 17:48:56 +00:00 |
|
Doug MacEachern
|
fae3648010
|
fix proc_args on FreeBSD 6.0
|
2006-04-03 17:27:06 +00:00 |
|
Doug MacEachern
|
4c4a13570b
|
Remove Darwin proc_mem.shared impl
|
2006-03-16 18:36:07 +00:00 |
|
Doug MacEachern
|
335756bdb3
|
add net_interface_stat.speed
|
2006-03-07 01:26:27 +00:00 |
|
Doug MacEachern
|
9f5ad58812
|
add net_interface_stat.speed
|
2006-03-07 01:08:23 +00:00 |
|
Doug MacEachern
|
372c09119d
|
back out last change
|
2006-03-07 00:59:03 +00:00 |
|
Doug MacEachern
|
be0dd1c35e
|
add net_interface_config.speed
|
2006-03-05 02:22:01 +00:00 |
|
Doug MacEachern
|
81a29ba2a2
|
Add net_interface_config.description
|
2006-03-04 22:28:09 +00:00 |
|
Doug MacEachern
|
e63e0ff456
|
remove proc_mem.{rss,vsize}
|
2006-03-04 02:48:58 +00:00 |
|
Doug MacEachern
|
6e74f8455f
|
use HW_MEMSIZE on darwin for mem.total
|
2006-01-06 18:50:05 +00:00 |
|
Doug MacEachern
|
4717f7c8b4
|
use sigar->mach_port
|
2006-01-05 19:53:36 +00:00 |
|
Doug MacEachern
|
b32733daaa
|
fix compile on darwin
|
2006-01-05 19:33:12 +00:00 |
|
Doug MacEachern
|
bebaab7629
|
backout last change. sysctl swap stuff compiled on freebsd4 but doesnt work
|
2006-01-04 23:13:35 +00:00 |
|
Doug MacEachern
|
6cd102f0d7
|
port sysctl version of swap_get to freebsd4
|
2006-01-04 23:01:45 +00:00 |
|
Doug MacEachern
|
988e6e5424
|
EPERM_KMEM will map to SigarPermissionDeniedException
|
2006-01-04 22:46:20 +00:00 |
|