How can i restrict user high cpu usage?


 
Thread Tools Search this Thread
Operating Systems Solaris How can i restrict user high cpu usage?
# 1  
Old 06-04-2015
How can i restrict user high cpu usage?

HI

In my M5000 , one of domain is having SAp installed. from today onwards we are facing some stange issue.

when we start SAP application, that particular user is taking 95 % of system CP and renaming 5 % is taken by system . because of this reason application is slow.

i have 4 CPU(32 core) and 64 GB RAM.

Code:
10:57:57    %usr    %sys    %wio   %idle
10:58:00      95       4       0       0
10:58:02      96       4       0       0
10:58:04      95       5       0       0
10:58:06      96       4       0       0

and the process is "boe_cmsd" . If any SAP experts here, please help me to guide me from application level too.

Regards,
Ben
# 2  
Old 06-04-2015
"that particular user" - is it SAP admin user or some specific user? You can try to define a project for "that particular user" and limit the project to, say, 60% of CPU. Then start the application and check, how it'll run. For information on projects and resource limits look at "Administering resource management" in Solaris documentation.

But if the domain was built for that particular user and that particular application, then you have only one choice - you need more resources for your application. Speak with your SAP team, what they do, is it temporary or will it be from now on permanent load on the system. If they need more resources, you as an administrator, is obliged to provide them more resources.
# 3  
Old 06-04-2015
Hi

Thanks for your reply.

Regards
Ben

Last edited by rbatte1; 06-05-2015 at 06:47 AM.. Reason: Spelling correction
# 4  
Old 06-05-2015
Running 100% is not necessarily a problem unless it is hurting throughput elsewhere. You can use nice & renice to make the process a lower priority so other processes will get more share of the CPU if there is competition.



Robin
# 5  
Old 06-05-2015
You may want to look to see what jobs are running in SAP and in the database. It could be that a DBA might find an issue with the database and resolve it. The SGA is too small, missing indexes, corrupt blocks, etc... Definitely look at the database.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Server showing high Sys% CPU usage

Hi Fellas, Not sure how I can dig in even further but we notice that one of our DB servers is showing high Sys% CPU usage even though when I execute the following command : I can see that postgres is the only one using the CPU. So if anyone can advise me what would be the best way to... (3 Replies)
Discussion started by: arizah
3 Replies

2. AIX

Process lose its parent then consume high CPU usage ...

Hello. In an informix context, on AIX 5.3 TL 12, we encounter this problem : Sometimes in the day (probably when users exits from their session), a child process lose its parent (PPID is now "1") and this child is consumming lot of CPU "USER". I tried, on different cases, "truss -p... (4 Replies)
Discussion started by: stephnane
4 Replies

3. Shell Programming and Scripting

High cpu usage

I have created one script and i have added it into cron to run after 10 mins. However I have noted that whenever that script runs, It causes CPU utilization of server to increase about 10-20 % I have rechecked script and there is no way i can make changes, Script contain only 2-3 commands. So... (4 Replies)
Discussion started by: Nakul_sh
4 Replies

4. AIX

High CPU Usage , users affected

Dear All, One production Server is affected by high usage. Application is slow now. Please guide me how to solve it? NMON Report shows full cpu usage. Here im posting some server details. bash-3.2# lparstat -i Node Name : ********* Partition Name ... (6 Replies)
Discussion started by: Thala
6 Replies

5. AIX

Wait time shows high CPU usage

Hi, I can't seem to make sense of this. My wait time is showing really high but vmstat's and topas are showing normal usage. ps aux USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND root 9961810 5680.7 0.0 448 384 - A Dec 16 6703072:12 wait ... (2 Replies)
Discussion started by: techy1
2 Replies

6. Linux

System Went panic after CPU usage high

Hi All, Yesterday my Linux server went panic and even a small command took a lot of time to run. When i monitored pl find the below output Cpu(s): 0.1%us, 98.4%sy, 0.0%ni, 1.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st the time spent on kernel mode is 98 % and also idle time is around 1.5 %...... (4 Replies)
Discussion started by: jegaraman
4 Replies

7. AIX

HELP!!! high CPU usage with ITM kuxagent

ibm tivoli monitor's kuxagent is taking up a lot of cpu usage. anybody has any idea? i attatched a screenshot. (3 Replies)
Discussion started by: curtis911
3 Replies

8. AIX

Script to identify high CPU usage processes

Hi Guys, I need to write a script capable of identifying when a high cpu utilitzation process. It sounds simple but we are on a AIX 5.3 environment with Virtual CPU's (VP's) and logical CPU's. Please any ideas or tips would be highly appreciated. Thanks. Harby. (6 Replies)
Discussion started by: arizah
6 Replies

9. Ubuntu

High System CPU Usage

I am running a Dell PE R815 with 4 x AMD 12 core CPUs with 128GB of RAM and a RAID 5 array of 6 SAS disks. This is an HPC application and is definitely CPU bound, however once I run 16 of these processes (thus pinning 16 cores) the work performed slows down dramatically, to maybe 5 or 10% of what... (2 Replies)
Discussion started by: mowmentous
2 Replies

10. Linux

Help pinpointing high HTTPD CPU usage in TOP

Hi, new here and need some help. Sometimes my site is extremely slow, if when there aren't too many people on, whereas when there are over 300 online members the site may be very fast. We use CentOS, PHP 5.26. The server has 4GB and Plesk usually shows about 2 or 3 GB free. I believe I can see... (4 Replies)
Discussion started by: pspace
4 Replies
Login or Register to Ask a Question