11-14-2014
It will show only 16 threads which are allocated to primary domain.
If you put ldm set-vcpu 8 primary, then psrinfo will show only 8...
Regards
Peasant.
10 More Discussions You Might Find Interesting
1. Solaris
Hi..,
my dout is a solaris server is having 16 cpu's.
in tht one cpu running some error process, accupaying more space.
I wanna down tht particular CPU only with out interrupting the other 15
CPU's. how can i do this. is there any command for this ?? (5 Replies)
Discussion started by: b.janardhanguru
5 Replies
2. UNIX for Dummies Questions & Answers
hi,
i want to know cpu utilizatiion per process per cpu..for single processor also if multicore in linux ..to use these values in shell script to kill processes exceeding cpu utilization.ps (pcpu) command does not give exact values..top does not give persistant values..psstat,vmstat..does njot... (3 Replies)
Discussion started by: pankajd
3 Replies
3. Solaris
Hello Friends,
On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization.
=========================================================================
$ prstat -a
... (4 Replies)
Discussion started by: mahive
4 Replies
4. Solaris
Can anyone tell me difference between cpu-shares vs cpu-cap in solaris & how FSS will work with cpu-caps ? (9 Replies)
Discussion started by: fugitive
9 Replies
5. Solaris
Hi,
I am a weblogic Admin
I our env there are 5 servers running in one Solaris 10 Sparc machine.
But when i tried for process status using <top> command
I got the following output
load averages: 1.75, 2.18, 2.12; up 134+08:28:49
22:24:21
79 processes: 77 sleeping, 1 running,... (1 Reply)
Discussion started by: Joseph Antoine
1 Replies
6. Solaris
Hi All,
What is the difference between CPU CHIP and CUP ID on SUN/ Oracle M5000 servers..
Thanks in advance (3 Replies)
Discussion started by: kumarmani
3 Replies
7. UNIX for Dummies Questions & Answers
We have a single threaded application which is restricted by CPU usage even though there are multiple CPUs on the server, hence leading to significant performance issues. Is it possible to merge / combine multiple CPUs at OS level so it appear as a single CPU for the application? (6 Replies)
Discussion started by: Dissa
6 Replies
8. AIX
Hi All,
It may be a n00b question, but i really want to know , How Entitled Capacity is less and Used CPU is more when there is no Free CPU is available in the managed system.
I have 5LPARs in a MS with Dual VIO.
Managed System CPU details
Available: 0.20
Assigned to partitions: 15.80... (11 Replies)
Discussion started by: Thala
11 Replies
9. Red Hat
Hi
i have 2 esxi. one is amd based cpu and the other is intel based cpu.
i have a redhat linux machine that was created in amd cpu esxi, now i need to migrate it (powered off) to INTEL based esxi. will the redhat machine will be OK with that?
Thanks (2 Replies)
Discussion started by: guy3145
2 Replies
10. UNIX for Beginners Questions & Answers
I read that Entitlement CPU should be set to max 75% compare to Virtual CPU. May I know the reason.
I have set the Entitlement CPU = Virtual CPU on AIX . It works fine .
Can you help to understand. (1 Reply)
Discussion started by: gabhanes
1 Replies
LEARN ABOUT DEBIAN
br_bioflat
BIORUBY(1) General Commands Manual BIORUBY(1)
NAME
br_bioflat.rb -- OBDA flat file indexer
SYNOPSIS
Search:
br_bioflat.rb [--search] [options...]
br_bioflat.rb [--search] [--location DIR] [--dbname DBNAME] [options...] [KEYWORDS]
Create index:
br_bioflat.rb [--create] [--location DIR] [--dbname DBNAME] [--format genbank|embl|fasta] [options...] [--files FILES...]
Update index:
br_bioflat.rb [--update] [--location DIR] [--dbname DBNAME] [options...] [--files FILES...]
Show namespaces:
br_bioflat.rb [--show-namespaces] [--location DIR] [--dbname DBNAME] [DIR/DBNAME]
br_bioflat.rb [--show-namespaces] [--format=CLASS]
br_bioflat.rb [--show-namespaces] [--files file]
DESCRIPTION
This manual page documents briefly the br_bioflat.rb.
br_bioflat.rb is an OBDA flat file indexer.
OPTIONS
--search Search a database for keywords.
--namespace --name
Only valid with the --search option. Set the search namespace. You can set this option multiple times to specify more than one
namespace.
--create Create an index.
--location
Specify the directory.
--dbname Specify the name of the database.
--primary --secondary
Set the primary and secondarynamespace of the index. Default primary/secondary namespaces depend on the format of the flatfiles.
Only valid with the --create option.
--add-secondary
Add secondary namespaces to the default specification. You can use this option many times. Only valid with the --create option.
--update Update an index
--sort Sort an index. You can set this to a path to an external sorting program, or BUILTIN to use the builtin sort module. This option
is only valid with --create (or --update) and --type flat options.
--renew Re-read all flatfiles and update whole index. This option is only valid with the --update option.
--show-namespaces
Display the namespaces for an index file.
AUTHOR
This manual page was written by David Nusinow dnusinow@debian.org for the Debian system (but may be used by others). Permission is granted
to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by
the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
BIORUBY(1)