Page 4 of 33

Re: ForceX System Monitor 1.21 (Jan-23-2010)

Posted: April 3rd, 2010, 6:21 pm
by Dark_Wizard
ForceX wrote: I'll also be looking into your other suggestions. Thanks so much for your input i relay appreciate it. :)
My pleasure...I can also beta test for x64 as well if you need it.

Re: ForceX System Monitor 1.21 (Jan-23-2010)

Posted: April 4th, 2010, 2:18 am
by ForceX
I got the Drive Meters to change to red at 90% so once i get the changes made to all the different configuration files I'll make a release. I've also included System Up-time under the CPU bars.

I'm still messing around with the Temp's.

Re: ForceX System Monitor 1.3 (April-3-2010)

Posted: April 4th, 2010, 4:11 am
by ForceX
V1.30 is now out.

You can now monitor the System Uptime
Drive meters will now change color to red when a drive reaches 90% full

Thanks to Dark_Wizard & jsmorley for there help..

Re: ForceX System Monitor 1.3 (April-3-2010)

Posted: April 4th, 2010, 10:52 am
by Dark_Wizard
Ok, looks great but you have a bug.

From Drive 3 and higher you are setting the BarColor=#color6# on Green & Red when it should be BarColor=#color11# for green and BarColor=#color12# for red. You may want to consider just adding color11 as red since anyone wanting to change the green it would be plugin wide....just a thought. ;)
I didn't check all the Systems_Monitor.ini but it exists this way in the 8 core section.....

I just checked and it's in all cores that start with 3 drives and higher.....

Re: ForceX System Monitor 1.3 (April-3-2010)

Posted: April 4th, 2010, 2:04 pm
by ForceX
Thaks for the heads up. I'll get a fix right quick

Re: ForceX System Monitor 1.31 (April-4-2010)

Posted: April 4th, 2010, 2:51 pm
by ForceX
V1.31 is out

This is a bug fix release.. Thanks to Dark_Wizard for pointing this out.

The HDD meter bars should now be correctly linked.
Green= #color6#
Red=#color12#

Re: ForceX System Monitor 1.4 (April-4-2010)

Posted: April 4th, 2010, 5:07 pm
by ForceX
V1.4 is now out..

Quickly following the release of 1.31 is 1.4

This version contains everything from previous releases and adds a few new things.

1. System Process Monitor. This lets you see how many processes your system is currently running.
2. Network Total Upload and Download. This lets you see how much you have download and uploaded. You can reset the counter back to 0 by clicking on the Total UL or Total DL.

Re: ForceX System Monitor 1.4 (April-4-2010)

Posted: April 4th, 2010, 5:10 pm
by Benjamin Linus
Excellent update :thumbsu:

Re: ForceX System Monitor 1.4 (April-4-2010)

Posted: April 4th, 2010, 5:15 pm
by maminscris
ForceX wrote:V1.4 is now out..

Quickly following the release of 1.31 is 1.4

This version contains everything from previous releases and adds a few new things.

1. System Process Monitor. This lets you see how many processes your system is currently running.
2. Network Total Upload and Download. This lets you see how much you have download and uploaded. You can reset the counter back to 0 by clicking on the Total UL or Total DL.
great news :beer:
you can add established connections

code for measure

Code: Select all

Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCP
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

Re: ForceX System Monitor 1.4 (April-4-2010)

Posted: April 4th, 2010, 6:02 pm
by ForceX
maminscris,
Established connections is an interesting idea, and one that i never would have thought about. I'll be sure to include that in the future updates.