首页 > 其他 > 详细

sigar

时间:2014-02-20 07:37:25      阅读:363      评论:0      收藏:0      [点我收藏+]

http://sourceforge.net/projects/sigar/files/sigar/1.6/hyperic-sigar-1.6.4.zip/download下载sigar,

参照了http://www.cnblogs.com/bdzwater/p/3205304.html,公司电脑运行不了,

 java.lang.UnsatisfiedLinkError: getCpuInfoList

。。。

(其实可以参照http://blog.sina.com.cn/s/blog_83fcad250101hib7.html解决问题)

 

我本机却是没有任何问题: (我本机也没做任何特殊处理。。)

 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
CPU个数:2
CPU的总量:2093
获得CPU的卖主:Intel
CPU的类别:Pentium(R) CPU B950 @ 2.10GHz
缓冲存储器数量:-1
**************
CPU的总量:2093
获得CPU的卖主:Intel
CPU的类别:Pentium(R) CPU B950 @ 2.10GHz
缓冲存储器数量:-1
**************
用户使用率:14.0%
系统使用率:4.8%
当前等待率:0.0%
Nice :0.0%
当前空闲率:81.1%
总的使用率:18.8%
**************
用户使用率:28.0%
系统使用率:6.2%
当前等待率:0.0%
Nice :0.0%
当前空闲率:65.7%
总的使用率:34.2%
**************
用户使用率:24.8%
系统使用率:0.0%
当前等待率:0.0%
Nice :0.0%
当前空闲率:75.1%
总的使用率:24.8%
**************
内存总量:3.89G
当前内存使用量:2.43G
当前内存剩余量:1.46G
交换区总量:7.77G
当前交换区使用量:2.98G
当前交换区剩余量:4.79G
 
~~~~~~~~~0~~~~~~~~~
获取设备getDevice() = console
获得主机getHost() = NT AUTHORITY
获取的时间getTime() = 0
获取用户getUser() = LOCAL SERVICE
 
~~~~~~~~~1~~~~~~~~~
获取设备getDevice() = console
获得主机getHost() = NT AUTHORITY
获取的时间getTime() = 0
获取用户getUser() = NETWORK SERVICE
 
~~~~~~~~~2~~~~~~~~~
获取设备getDevice() = console
获得主机getHost() = WINDOWS-LUOK
获取的时间getTime() = 1392643060
获取用户getUser() = Administrator
 
~~~~~~~~~3~~~~~~~~~
获取设备getDevice() = console
获得主机getHost() = NT AUTHORITY
获取的时间getTime() = 0
获取用户getUser() = SYSTEM
 
~~~~~~~~~~0~~~~~~~~~~
fs.getDevName() = C:\
fs.getDirName() = C:\
fs.getFlags() = 0
fs.getSysTypeName() = NTFS
fs.getTypeName() = local
fs.getType() = 2
 Total = 40.00G
 Free = 2.57G
 Avail = 2.57G
 Used = 37.43G
 Usage = 94.00%
 DiskReads = 231535
 DiskWrites = 281130
 
~~~~~~~~~~1~~~~~~~~~~
fs.getDevName() = D:\
fs.getDirName() = D:\
fs.getFlags() = 0
fs.getSysTypeName() = NTFS
fs.getTypeName() = local
fs.getType() = 2
 Total = 86.01G
 Free = 20.53G
 Avail = 20.53G
 Used = 65.48G
 Usage = 77.00%
 DiskReads = 59030
 DiskWrites = 3732
 
~~~~~~~~~~2~~~~~~~~~~
fs.getDevName() = F:\
fs.getDirName() = F:\
fs.getFlags() = 0
fs.getSysTypeName() = NTFS
fs.getTypeName() = local
fs.getType() = 2
 Total = 86.06G
 Free = 37.70G
 Avail = 37.70G
 Used = 48.37G
 Usage = 57.00%
 DiskReads = 23136
 DiskWrites = 2840
 
~~~~~~~~~~3~~~~~~~~~~
fs.getDevName() = G:\
fs.getDirName() = G:\
fs.getFlags() = 0
fs.getSysTypeName() = cdrom
fs.getTypeName() = cdrom
fs.getType() = 5
OS.getArch() = x64
OS.getCpuEndian() = little
OS.getDataModel() = 64
OS.getDescription() = Microsoft Windows 7
OS.getMachine() =
OS.getName() = Win32
OS.getPatchLevel() = Service Pack 1
OS.getVendor() = Microsoft
OS.getVendorCodeName() = Vienna
OS.getVendorName() = Windows 7
OS.getVendorVersion() = 7
OS.getVersion() = 6.1

sigar

原文:http://www.cnblogs.com/FlyAway2013/p/3556616.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!