We had a major storm through here recently and we suffered damage to the house roof and ceilings. I just received the quote to repair. I’m hoping that a small fraction of the 80,000 odd people that download SDIO and/or Desktop Info every month won’t mind chipping in a few dollars to help out. Click on the big blue button at the bottom of the page to help us keep a roof over our heads, literally!
Guests have read-only access to our forums. If you wish to participate you will need to register. Be sure to activate your account from the email sent to you when you register.
Hi,
I am using the LOGICALDRIVES statement and tweaking the display to show used as well as free space. For some reason, the first argument for disk space used shows in GB and the rest as GiB. I can't figure out why. Any ideas?
LOGICALDRIVES=interval:5,diskio:1,font-size:100%,chart:bar max:100 series1:7 threshold:75,alarms:(%11 ge 10000000 0000f0)(%13 ge 10000000 0060f0),row-text:%1:\ %3|(%2),display:%6[1.1B]B Used / %8[1.1b]B free of %5[1.1b]B|%chart% | Read: %11[1.1B]B/s\, Write: %13[1.1B]B/s\, Queue: %17||
Thanks.
Ha, I just checked it one more time and found the issue.
In the section following display: after the 1.1, I needed to change the capital B to a lowercase b, like this:
LOGICALDRIVES=interval:5,diskio:1,font-size:100%,chart:bar max:100 series1:7 threshold:75,alarms:(%11 ge 10000000 0000f0)(%13 ge 10000000 0060f0),row-text:%1:\ %3|(%2),display:%6[1.1b]B Used / %8[1.1b]B free of %5[1.1b]B|%chart% | Read: %11[1.1B]B/s\, Write: %13[1.1B]B/s\, Queue: %17||
Thanks community!
LOL! You got it!