Sponsored Content
The Lounge What is on Your Mind? Please Welcome Nicki Paul to the Moderator Team! Post 303039446 by RavinderSingh13 on Saturday 5th of October 2019 05:15:35 AM
Old 10-05-2019
Thanks a lot Neo for inviting such a great experience and talent into forums Smilie

Welcome aboard Nicki Paul in MODs group Smilie Smilie

Thanks,
R. Singh
 

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Please Welcome Dave Munro to the Moderator Team!

Dear All, I am very pleased to announce that Dave Munro (gull04) is joining the Moderation Team, after being a very valuable member of UNIX.com for 15+ years. Dave is an IT Consultant with 30 years of experience this year, has worked in many of the industry vertical market segments and has... (6 Replies)
Discussion started by: Neo
6 Replies

2. What is on Your Mind?

Please Welcome Simon Sweetman (Chubler_XL) to the Moderator Team

Happy Thanksgiving Holidays, Today, I am happy to welcome Simon Sweetman (Chubler_XL) to the Moderation Team to help provide us some important coverage from (Down Under) Australia. Simon is a Senior Analyst Programmer/Developer at Cedar Creek Company in Brisbane, Australia and his LinkedIn... (7 Replies)
Discussion started by: Neo
7 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 09:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy