Sponsored Content
The Lounge What is on Your Mind? Please Welcome Yoda (Bipin Ajith) to the Moderation Team Post 303038576 by RavinderSingh13 on Friday 6th of September 2019 12:20:32 PM
Old 09-06-2019
Thanks a TON Neo for doing so Smilie

Welcome Yoda(one of my inspirations in scripting) to the MODs group Smilie

Thanks,
R. Singh
This User Gave Thanks to RavinderSingh13 For This Post:
 

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Please Welcome Ravinder Singh to the Moderation Team

On this special Happy News Year day, 1 January 2019, I am pleased to promote Ravinder Singh to UNIX.COM Moderator, for at least the following reasons: Ravinder Loves UNIX.COM Ravinder has 1,372 Thanks, which puts him in the Top Ten in that important single category. Ravinder is one of... (8 Replies)
Discussion started by: Neo
8 Replies

2. What is on Your Mind?

Please Welcome Peasant to the Moderation Team

Dear All, Following our new policy for future forum moderators to have active LinkedIn profiles (and increase mod team diversity), please join me in congratulating our new addition to our mod team, Peasant: Peasant (Filip Skoblar) on LinkedIn Peasant is also an active moderator on our... (10 Replies)
Discussion started by: Neo
10 Replies

3. What is on Your Mind?

Please Welcome Akshay Hegde to the Moderation Team

Dear All, Following our policy for forum moderators to have active LinkedIn profiles (and also to increase mod team diversity), please join me in congratulating the newest addition to our mod team, Akshay Hegde: Akshay Hegde on LinkedIn Akshay has been very helpful to the site over the... (3 Replies)
Discussion started by: Neo
3 Replies
GETDELAYS(1)						      General Commands Manual						      GETDELAYS(1)

NAME
getdelays -- Display delay statistics SYNOPSIS
getdelays -c command getdelays -p pid getdelays -t tid DESCRIPTION
The getdelays utility helps pin-point possible resource shortages when running an application. The SLES10 kernel includes patches to imple- ment delay accounting, which measures the time a process spends waiting for disk I/O, swap I/O and CPU time slices. For example, if an application is running rather slowly, delay accounting can tell you where it spends all its time. For instance, when the CPU delay is high, this means the application is competing with other proces for run time, but is losing quite often. High memory delays mean that the sum of applications running on this system need more physical memory than is available, and are swapping quite a lot. In order to enable delay accounting, you need to specify delayacct on the kernel command line when booting the system. Getdelays has three modes of operation: getdelays -c command This will invoke command and print a summary of delay statistics when the command finishes. getdelays -p pid This will print the current delay statistics of the process identified pid. getdelays -t tid This will print the current delay statistics of the thread group identified tid. AUTHOR
Balbir Singh, IBM Corp. Shailabh Nagar, IBM Corp. Manpage contributed by Olaf Kirch <okir@suse.de> April 13, 2006 GETDELAYS(1)
All times are GMT -4. The time now is 06:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy