CPU Line Chart Widt...
 
Notifications
Clear all

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.

CPU Line Chart Width

7 Posts
3 Users
0 Reactions
327 Views
(@biplab54)
Active Member Registered
Joined: 3 years ago
Posts: 10
Topic starter  

I am using the version 3.4. For CPU I have,
CPU=interval:1,text:CPU,background-interval:10,chart:line max:100 series1:1 color1:00ff00 series2:2 color2:0000bb,alarms:(%1 ge 80 0000ff)(%2 ge 40 0000ff),display:Tot: %1[2.0f]%, Krnl: %2[2.0f]%, Queue: %3

but I found the line chart too slim (attached). How can I increase the width?


   
Quote
Glenn
(@glenn)
Member Admin
Joined: 7 years ago
Posts: 1444
 

I presume you would like the chart to span both columns? That's not possible at the moment but I will look into making that an option.


   
ReplyQuote
(@biplab54)
Active Member Registered
Joined: 3 years ago
Posts: 10
Topic starter  

I have a old 32bit version 1.8 also there.
If i use the same line in that version the width is bigger by default. Attached is the pic from 32 bit (already shared the pic from 64 bit earlier). It'd be nice if I can make the width like 32bit version.


   
ReplyQuote
(@biplab54)
Active Member Registered
Joined: 3 years ago
Posts: 10
Topic starter  

Cannot see the pic from 64bit. So attaching again.
Here is currently what i get in 64bit version.


   
ReplyQuote
(@thebonezone)
Active Member Registered
Joined: 3 years ago
Posts: 8
 

I had the same issue. I fixed it with the height parameter:

CPU=interval:2,background-interval:10,chart:filled height:2 series1:1 color1:00ff00 series2:2 color2:bb00bb series3:%3 color3:%red%, alarms:(%1 ge 80 %red%)(%2 ge 40 %red%)(%3 ge 20 %orange%),display:Tot: %1[2.0f]%, Krnl: %2[2.0f]%, Queue: %3|Processes: %4, Threads: %5

Maybe i understand the problem not correct?


   
ReplyQuote
(@biplab54)
Active Member Registered
Joined: 3 years ago
Posts: 10
Topic starter  

This is perfect. Yes, I want to adjust the height and width.


   
ReplyQuote
Glenn
(@glenn)
Member Admin
Joined: 7 years ago
Posts: 1444
 

The default height was reduced to one line in version 3. The height option will change that. The width option will work within the right column.


   
ReplyQuote
Glenn's Page