CPU Line Chart Widt...
 
Notifications
Clear all

We appreciate the contributions many of you have been able to make towards repairing the storm damage and keeping a roof over our heads. With your help we’ve been able to complete much of the critical work. There is still work to be done to secure the house and your continued support will be a huge help.

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.

[Closed] CPU Line Chart Width

7 Posts
3 Users
0 Reactions
1,433 Views
(@biplab54)
Active Member Registered
Joined: 5 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?


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1867
 

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.


   
(@biplab54)
Active Member Registered
Joined: 5 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.


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

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


   
(@thebonezone)
Active Member Registered
Joined: 4 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?


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

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


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1867
 

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.


   
Glenn's Page