SAR Report on Cores/ Threads Per Zone


 
Thread Tools Search this Thread
Operating Systems Solaris SAR Report on Cores/ Threads Per Zone
# 1  
Old 05-30-2016
SAR Report on Cores/ Threads Per Zone

I am trying to understand the CPU utilization on my server.

its running Solaris 10 in an container (zone)
the physical server has 1 cpu, 4 cores and 2 threads per core.

the zone has been configured to use only 6 threads (3 cores)

So when i run sar -u reports against the zone, i am seeing the CPU is idle 70% most of the time. which i am happy with.

But my question is, does the sar report on only the 6 threads assigned to the zone or all 8 threads available to the CPU?
# 2  
Old 05-30-2016
I cannot say for sar itself without testing, but i would recommend using zonestat and mpstat (check manual for per core metrics).

One could compare the results of those commands to sar output in the same interval and time to answer his own questions.

How did you configure the zone CPU cap ?

Hope that helps
Best regards
Peasant.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Getting sar report for past one month

Please help with the command to generate SAR report (CPU and memory) for the past 30 days (in one command). Is it possible? Instead of using one line by one line like this : sar -r -f /var/adm/sa/sa14 (1 Reply)
Discussion started by: anaigini45
1 Replies

2. UNIX for Advanced & Expert Users

Solaris 10: I forgot to detach a zone before zpool export. Uninstall zone?

Dear all, recently, I migrated a solaris zone from one host to another. The zone was inside of a zpool. The zpool cotains two volumes. I did the following: host1: $ zlogin zone1 shutdown -y -g0 -i0 #Zone status changes from running to installed $ zpool export zone1 host2: $ zpool... (2 Replies)
Discussion started by: custos
2 Replies

3. Solaris

showing 2 different time zones in global zone and nonglobal zone

can some one help me out as it is showing 2 different time zones in global zone and nonglobal zone .In global zone it is showing in GMT while in nonglobal zone i it showing as PDT. System in running with solaris 10 (3 Replies)
Discussion started by: ravijanjanam12
3 Replies

4. Linux

How to calculate total CPU usage from SAR report?

Hi, I want to calculate the total cpu usage from the sar report. Say for example, Linux 2.6.24-21-generic (blade10) 09/10/2012 04:54:36 PM CPU %user %nice %system %iowait %steal %idle 04:54:37 PM all 0.00 0.00 0.00 0.00 ... (1 Reply)
Discussion started by: rohitmd
1 Replies

5. Solaris

Zone failes to boot due to mount issue, dir exists in zone.

I have two physical servers, with zones that mount local storage. We were using "raw device" in the zonecfg to point to a metadevice on the global zone (it was not mounted in the global zone at any point). It failed to mount on every boot because the directory existed in the zone. I... (6 Replies)
Discussion started by: BG_JrAdmin
6 Replies

6. Solaris

how to add a default gateway in a zone of different VLAN of global zone

Hi Greetings... I have an issue in connecting the zone from outside the network and it is because of default gateway. I can ping default gateway from inside the zone and not able to ping from global zone due to different VLAN issue. If i add two different gateways and restart network services,... (2 Replies)
Discussion started by: vvpotugunta
2 Replies

7. Solaris

Memory usage, free and used, using sar, top and vmstat in Solaris zone/container

Hi all, I have a server running an Oracle database that is part of a Solaris M5000 container. Presumably this is referred to as a zone within a cluster, not sure if I get the terminology right. Anyway, a third-party manages the zone and unfortunately is not "helpful/friendly" to assist me on... (1 Reply)
Discussion started by: newbie_01
1 Replies

8. Shell Programming and Scripting

sar report to xml converter

I use sar reports for getting the statistic. It is better for me to get these reports converted to xml. I use some scripts to convert them but it takes a long time. Do you know any public scripts to convert sar report to xml in 1 -2 kicks. (0 Replies)
Discussion started by: gogogo
0 Replies
Login or Register to Ask a Question