anyone out there nice enough to write me code for coolmon?


Recommended Posts

ive been tryin to get mine to work for a while now, but ive sort of given up. If anyone could write me a code that included proc usage, memory total/used/free, threads/processes, drive stats for drives c, e, x, y, and z, (free/total), uptime, date and time i'd really appreciate it.

Link to comment
Share on other sites

How's this:

<pre>

Processor Usage: <NAME=ProcUsage LEADZERO SIZE=3 FORMAT="ALL">%

RAM Total/Used/Free: <NAME=RAMTotal>M/<NAME=RAMUsed>M/<NAME=RAMFree>M

Threads/Processes: <NAME=Threads>/<NAME=Processes>



Drive C: <NAME=DriveSpace FORMAT="C FREE">M/<NAME=DriveSpace FORMAT="C TOTAL">M

Drive E: <NAME=DriveSpace FORMAT="E FREE">M/<NAME=DriveSpace FORMAT="E TOTAL">M

Drive X: <NAME=DriveSpace FORMAT="X FREE">M/<NAME=DriveSpace FORMAT="X TOTAL">M

Drive Y: <NAME=DriveSpace FORMAT="Y FREE">M/<NAME=DriveSpace FORMAT="Y TOTAL">M

Drive Z: <NAME=DriveSpace FORMAT="X FREE">M/<NAME=DriveSpace FORMAT="Z TOTAL">M



Up: <NAME=Uptime FORMAT="*d* days, *H* hrs, *M* mins">

Date: <NAME=DateTime FORMAT="dd/mm/yyyy hh:nn">

</pre>

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.