project vs pool vs use


 
Thread Tools Search this Thread
Operating Systems Solaris project vs pool vs use
# 1  
Old 05-25-2007
project vs pool vs use

hi,
i am looking for a tool to see how many CPUs, controlled by FSS inside a pool, a project used over some time....

i have a 20k with several zones inside some pools. the cpu-sets/pools are configured with FSS and the zones with different shares. Inside the zones, i use projects with FSS shares. so, if you think about 6 zones with a pool of 20 cores, and in one zone an oracle database and an application installed, both in own projects with different shares. at the end of the day, i want to see how many CPU were really used by the oracle database the whole day...

thanks in advance...
- PRESSY
# 2  
Old 05-27-2007
maybe dimstat is what you need:

http://dimitrik.free.fr/
# 3  
Old 05-29-2007
i got an answerer on sunmanagers mailing list, from Adrian Cockcroft, best known as the author of four books including Sun Performance and Tuning (2 editions); Resource Management; and Capacity Planning for Internet Services. Adrian is an accomplished performance specialist for Sun Microsystems and recognized worldwide as an expert on the subject.

Smilie

he said that i could use extended system accounting, since the accounting records include the zoneid that may be enough to figure it out.

He wrote some code that makes it easier to get Extended Acct data into useable form from a cron job, which you can download from here:

http://perfcap.blogspot.com/2005_07_01_archive.html which links to
http://www.orcaware.com/orca/pub/extracct/

He developed this over a long series of Blog posts starting here
http://perfcap.blogspot.com/2005/02/...aris-8-10.html

so, let's see how it works,

regards
- PRESSY
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Create Pool

Assuming we have a server with 8 hdd, using raid5. After applying raid5 to the disk, solaris 11 will be install. In my understanding, 8 hdd will represent 1disk(pls correct me if I'm wrong) and have one pool(rpool). Using raid5 for 8hdd, could it be possible to have multiple pool? My... (11 Replies)
Discussion started by: flexihopper18
11 Replies

2. Shell Programming and Scripting

FINDING DUPLICATE PROJECT ( directory project )

I have a project tree like that. after running find command with the -no -empty option, i am able to have a list of non empty directory DO_MY_SEARCH="find . -type d -not -empty -print0" MY_EXCLUDE_DIR1=" -e NOT_IN_USE -e RTMAP -e NOT_USEFULL " echo " " > $MY_TEMP_RESULT_1 while... (2 Replies)
Discussion started by: jcdole
2 Replies

3. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

4. Solaris

not able to use pool

i have this pool1 on my sun4u sparc machine bash-3.00# zpool get all pool1 NAME PROPERTY VALUE SOURCE pool1 size 292G - pool1 used 76.5K - pool1 available 292G - pool1 capacity 0% -... (1 Reply)
Discussion started by: Sojourner
1 Replies

5. Solaris

what is the use of /etc/project file and project administration commands?

i have two doubts.. 1. what is the use /etc/project file. i renamed this file and when i tried to switch user or login with some user account the login was happening slowly. but when i renamed it to original name it was working fine... why so? 2. unix already has useradd and grouadd for... (4 Replies)
Discussion started by: chidori
4 Replies

6. Solaris

Best way to rename a ZFS Pool?

Other than export/import, is there a cleaner way to rename a pool without unmounting de FS? Something like, say "zpool rename a b"? Thanks. (2 Replies)
Discussion started by: verdepollo
2 Replies

7. Infrastructure Monitoring

zfs - migrate from pool to pool

Here are the details. cnjr-opennms>root$ zfs list NAME USED AVAIL REFER MOUNTPOINT openpool 20.6G 46.3G 35.5K /openpool openpool/ROOT 15.4G 46.3G 18K legacy openpool/ROOT/rds 15.4G 46.3G 15.3G / openpool/ROOT/rds/var 102M ... (3 Replies)
Discussion started by: pupp
3 Replies

8. Solaris

SSH doesn't pick up user's project from /etc/project

We have a system running ssh. When a user logs in, they do not get the project they are assigned to (they run under "system"). I verify the project using the command "ps -e -o user,pid,ppid,args,project". If you do a "su - username", the user does get the project they are assigned to (and all... (2 Replies)
Discussion started by: kurgan
2 Replies

9. IP Networking

connection pool

Hi; Can someone please explain how do connections differ from threads? or a link to a good site about connection pooling and how threads are utilized by the OS. Thanks (1 Reply)
Discussion started by: suntan
1 Replies
Login or Register to Ask a Question