You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
(927) |
Apr
(419) |
May
(352) |
Jun
(431) |
Jul
(463) |
Aug
(345) |
Sep
(304) |
Oct
(596) |
Nov
(466) |
Dec
(414) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(348) |
Feb
(313) |
Mar
(665) |
Apr
(688) |
May
(434) |
Jun
(311) |
Jul
(540) |
Aug
(554) |
Sep
(467) |
Oct
(341) |
Nov
(365) |
Dec
(272) |
2009 |
Jan
(386) |
Feb
(293) |
Mar
(279) |
Apr
(239) |
May
(229) |
Jun
(199) |
Jul
(186) |
Aug
(111) |
Sep
(196) |
Oct
(146) |
Nov
(116) |
Dec
(140) |
2010 |
Jan
(170) |
Feb
(159) |
Mar
(151) |
Apr
(161) |
May
(90) |
Jun
(56) |
Jul
(28) |
Aug
(22) |
Sep
(5) |
Oct
|
Nov
(23) |
Dec
(12) |
2011 |
Jan
(8) |
Feb
(8) |
Mar
(22) |
Apr
(24) |
May
(4) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2012 |
Jan
(5) |
Feb
(1) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Thiago F. de M. <sig...@hy...> - 2010-11-17 07:15:58
|
Hi, Some time ago I stopped to package Sigar to Debian but I had to stop because some problems in my job. Now I started again :) I need some help with Java bindings. I have just a few experience with Java development. I have a question: What are the files necessaries to someone use the java bindings in java develpment? All those .class and .jar? If you want to see how is it going: $ dget http://dl.dropbox.com/u/817671/packages/sigar_1.7.0%7Egit20100907-1.dsc A error about signature will be showed, no problem $ dpkg-source -x sigar_1.7.0%7Egit20100907-1.dsc Then see the debian Folder the files rules and control. If you want to generate the package, out of debian folder: $ debuild Thanks! |
From: uywfhoi <uwh...@ya...> - 2010-11-17 07:15:46
|
GMs shouldn't be surprised to see healers who are not happy with the new healing model stop playing by the [url=http://www.storeingame.com/]WOW Gold[/url]. By the reverse token, there might be some new players who will love the new healing model and will thrive on it. The ultimate end goal is to make healing as fun as possible for as many different players where could [url=http://www.zyy.com/]Buy WOW Gold[/url]. If there is a wider appeal, then there are bound to be more healers! Are we going to see the implementation of a healing rotation during raids? Is this going to be "fun" for healers? We have very available stock of WOW [url=http://www.gobuycheaprsgold.com]RS Gold[/url] on most of the servers and we can deliver your WOW gold on the order in a short while. The idea of a healing "rotation" isn't unheard of.That trend came from DPS players, who would use a precise sequence of spells in order to maximize [url=http://www.storeingame.com/level/World-of-Warcraft-EU/power-leveling/]WOW Power Leveling[/url] DPS. |
From: sturat1972 <stu...@gm...> - 2010-11-17 07:15:00
|
I am also interested in whether the license was moved from GPL to Apache 2.0. Is there a formal answer available to this? The support page (http://support.hyperic.com/display/SIGAR/Home) still states GPL. |
From: HypericAdmin55 <paa...@gm...> - 2010-11-17 07:14:41
|
I would like Hyperic to make a call to external web service when it receives an alert instead of sending an email notification. Is there a plugin to do that or is there a way to trap email notification and make a web service call? Thanks |
From: angler <mil...@ya...> - 2010-11-17 07:14:16
|
Can the sigar get the handles count of a process? |
From: angler <mil...@ya...> - 2010-11-17 07:14:16
|
Siager.getProcFd.getTotal() |
From: Kenny <Ks...@co...> - 2010-11-17 07:12:35
|
I'm willing to calculate the percentages. I have the basic numbers: idle total sys user For each cpu, and I can get those for each process. But the calculation that made sense in my head (idle/total) doesn't make for a correct percentage. Any help? This isn't a ruby specific question. |
From: Kenny <Ks...@co...> - 2010-11-17 07:12:32
|
All I'm trying to do is get 'top' information using ruby - overall CPU usage and CPU usage per process as percentages. The cpuprec API does not seem to be exposed or usable. Any help? Thanks, Kenny |
From: ogdfjhpa <ear...@ya...> - 2010-11-17 07:11:49
|
Overly, I know exactly how you feel which may seem weird since I run a guild of 1,200+ and love to stream my adventures. I go through periods of extreme social activity and times when I just want to play the [url=http://www.storeingame.com/]WOW Gold[/url] game I love without having to be "up" for other people. It's not them, it's me. Of course, I've already ousted myself as clinically different, so I have an excuse WOW [url=http://www.storeingame.com/Final-Fantasy-Gil/]Final Fantasy Gil[/url] kinda. But this is really a common problem, even among those more extroverted than we are. Everyone wants a little social downtime which is why an Invisible status for Real ID would be so popular. This leads me to an important question of where is it to [url=http://www.zyy.com/]Buy WOW Gold[/url]. |
From: steampowered <aso...@fa...> - 2010-11-17 07:11:17
|
Hello, I'm trying to monitor disk I/O using the Sigar library in a Java program. This is primarily on Windows 64-bit (although I would be running this on Linux as well). I had a couple of questions on the usage 1. Using sigar.getDiskUsage(fs), I'm able to get Reads, Writes, Write Bytes, Read Bytes on a Windows machine for a drive (service time is not returned). Is there a way to get the idle time percentage for the disk using Sigar? 2. Is it possible to use Sigar to monitor the I/O of a given process? It appears that the disk usage only looks at the FileSystem. Any comments/suggestions appreciated. Thanks in advance |
From: Andrew M. <and...@uk...> - 2010-11-16 10:45:42
|
Subject says it all. -Andrew Marlow |
From: Andrew M. <and...@uk...> - 2010-11-15 10:08:51
|
I have just come across SIGAR in my search for portable code that gathers various performance/system monitoring values. It looks like a great API and I am pleased that there are several language bindings. However, I don't see one for C++. I realise that there is a C library and that C can be called from C++ but I was hoping for the kind of class abstractions that sigar has for java but for C++. Are there any plans in this direction please? Regards, Andrew Marlow |
From: ElliottDavid <Be...@in...> - 2010-11-02 05:28:51
|
Hi, We would like to monitor dongles which support a C API. Is this possible with SIGAR? If yes, how is it done? Thanks |
From: <no...@gi...> - 2010-09-20 19:50:58
|
Branch: refs/heads/master Home: http://github.com/hyperic/hqapi Commit: f6be39f62c97f8149cc08e6d162cda833a23ed32 http://github.com/hyperic/hqapi/commit/f6be39f62c97f8149cc08e6d162cda833a23ed32 Author: Ryan Morgan <rm...@hy...> Date: 2010-08-20 (Fri, 20 Aug 2010) Changed paths: M .gitignore Log Message: ----------- Ignore IntelliJ files. Commit: 14e16c83183243d877d53934924c41441249aa39 http://github.com/hyperic/hqapi/commit/14e16c83183243d877d53934924c41441249aa39 Author: Jennifer Hickey <jen...@sp...> Date: 2010-09-13 (Mon, 13 Sep 2010) Changed paths: M hqapi1-client/pom.xml M hqapi1-integration-tests/pom.xml M hqapi1-plugin/pom.xml M hqapi1/pom.xml M pom.xml Log Message: ----------- [maven-release-plugin] prepare release 4.0.0.M2 Commit: 2e86a5abedaa2611c9f83dc098a3d8d32fc0f15f http://github.com/hyperic/hqapi/commit/2e86a5abedaa2611c9f83dc098a3d8d32fc0f15f Author: Jennifer Hickey <jen...@sp...> Date: 2010-09-13 (Mon, 13 Sep 2010) Changed paths: M hqapi1-client/pom.xml M hqapi1-integration-tests/pom.xml M hqapi1-plugin/pom.xml M hqapi1/pom.xml M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration |
From: <no...@gi...> - 2010-09-13 20:01:29
|
Branch: refs/heads/master Home: http://github.com/hyperic/hqapi Commit: 2e86a5abedaa2611c9f83dc098a3d8d32fc0f15f http://github.com/hyperic/hqapi/commit/2e86a5abedaa2611c9f83dc098a3d8d32fc0f15f Author: Jennifer Hickey <jen...@sp...> Date: 2010-09-13 (Mon, 13 Sep 2010) Changed paths: M hqapi1-client/pom.xml M hqapi1-integration-tests/pom.xml M hqapi1-plugin/pom.xml M hqapi1/pom.xml M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration |
From: <no...@gi...> - 2010-09-13 20:01:26
|
Branch: refs/heads/master Home: http://github.com/hyperic/hqapi Commit: 14e16c83183243d877d53934924c41441249aa39 http://github.com/hyperic/hqapi/commit/14e16c83183243d877d53934924c41441249aa39 Author: Jennifer Hickey <jen...@sp...> Date: 2010-09-13 (Mon, 13 Sep 2010) Changed paths: M hqapi1-client/pom.xml M hqapi1-integration-tests/pom.xml M hqapi1-plugin/pom.xml M hqapi1/pom.xml M pom.xml Log Message: ----------- [maven-release-plugin] prepare release 4.0.0.M2 |
From: <no...@gi...> - 2010-09-13 16:54:46
|
Branch: refs/heads/evolution Home: http://github.com/hyperic/hqapi Commit: 9a989259c9d1db99835be2dafa525dc8451efa49 http://github.com/hyperic/hqapi/commit/9a989259c9d1db99835be2dafa525dc8451efa49 Author: Jennifer Hickey <jen...@sp...> Date: 2010-09-13 (Mon, 13 Sep 2010) Changed paths: M hqapi1-client/pom.xml M hqapi1-integration-tests/pom.xml M hqapi1-plugin/pom.xml M hqapi1/pom.xml M pom.xml Log Message: ----------- [maven-release-plugin] prepare release 4.0.0.M2 |
From: <no...@gi...> - 2010-09-13 16:31:38
|
Branch: refs/heads/master Home: http://github.com/hyperic/hqapi Commit: f6be39f62c97f8149cc08e6d162cda833a23ed32 http://github.com/hyperic/hqapi/commit/f6be39f62c97f8149cc08e6d162cda833a23ed32 Author: Ryan Morgan <rm...@hy...> Date: 2010-08-20 (Fri, 20 Aug 2010) Changed paths: M .gitignore Log Message: ----------- Ignore IntelliJ files. |
From: Lei <le...@db...> - 2010-08-30 08:58:25
|
Hi, every one! When I use sigar in the platform solaris 10, there is an exception occur: Org.hyperic.sigar.sigarException: Too many open files at org.hyperic.sigar.Sigar.getWhoList(Native Method) I need help. Appreciate for your help! |
From: jrallen9 <jus...@te...> - 2010-08-23 16:22:54
|
Did you mean 1.6.4? The link provided doesn't have a download for 1.6.4 if so. |
From: jrallen9 <jus...@te...> - 2010-08-23 16:22:26
|
Effectively you have several cascading exceptions. The first one is: java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Sigar.getCpuListNative() The reason for this is that the JVM has not loaded the dylib you specified. There are a number of reasons for this problem. I would have to see your source code and determine how you load the dylib and how you instantiate the Sigar object before you make the call to getCpuList(). In general you might try: System.load("./lib/libsigar-universal64-macosx.dylib"); Sigar session = new Sigar(); CpuPerc[] cpuPercent = session.getCpuPercList(); The above path needs to be where you have the dylib located in your filesystem. An example it might be "/opt/mySigarApp/lib/libsigar-universal64-macosx.dylib" Try creating a basic console program to get this functionality down then copy the working code over to your Charting program. Good Luck, Justin Allen |
From: jrallen9 <jus...@te...> - 2010-08-23 16:21:56
|
You can put it just about anywhere in the file system if you want to use the System.load method to load the dll or so. Here is an example of loading from a lib directory located in your project or runtime directory: String executionPath = (new File("")).getAbsolutePath(); System.load(executionPath + "/lib/libsigar-x86-linux.so"); Hope this helps. |
From: <no...@gi...> - 2010-08-20 17:43:36
|
Branch: refs/heads/evolution Home: http://github.com/hyperic/hqapi Commit: 01ea6fec299f9ef3b45e5f9608d268c11e2b9406 http://github.com/hyperic/hqapi/commit/01ea6fec299f9ef3b45e5f9608d268c11e2b9406 Author: Ryan Morgan <rm...@hy...> Date: 2010-08-20 (Fri, 20 Aug 2010) Changed paths: M .gitignore Log Message: ----------- Ignore .iws files. Commit: f6be39f62c97f8149cc08e6d162cda833a23ed32 http://github.com/hyperic/hqapi/commit/f6be39f62c97f8149cc08e6d162cda833a23ed32 Author: Ryan Morgan <rm...@hy...> Date: 2010-08-20 (Fri, 20 Aug 2010) Changed paths: M .gitignore Log Message: ----------- Ignore IntelliJ files. |
From: <no...@gi...> - 2010-08-20 17:27:48
|
Branch: refs/heads/evolution Home: http://github.com/hyperic/hqapi Commit: 9fc81c3697937a029abf93a87482171a12f412e1 http://github.com/hyperic/hqapi/commit/9fc81c3697937a029abf93a87482171a12f412e1 Author: Ryan Morgan <rm...@hy...> Date: 2010-08-20 (Fri, 20 Aug 2010) Changed paths: M ChangeLog M hqapi1-plugin/src/main/groovy/app/AlertdefinitionController.groovy M hqapi1/src/main/java/org/hyperic/hq/hqapi1/AlertDefinitionBuilder.java M hqapi1/src/main/java/org/hyperic/hq/hqapi1/tools/AlertDefinitionCommand.java A src/org/hyperic/hq/hqapi1/test/AlertDefinitionSyncEmailAction_test.java Log Message: ----------- Merge branch 'master' into evolution |
From: <no...@gi...> - 2010-08-20 17:27:34
|
Branch: refs/heads/master Home: http://github.com/hyperic/hqapi Commit: 01ea6fec299f9ef3b45e5f9608d268c11e2b9406 http://github.com/hyperic/hqapi/commit/01ea6fec299f9ef3b45e5f9608d268c11e2b9406 Author: Ryan Morgan <rm...@hy...> Date: 2010-08-20 (Fri, 20 Aug 2010) Changed paths: M .gitignore Log Message: ----------- Ignore .iws files. |