Sponsored Content
Full Discussion: kswapd
Top Forums UNIX for Advanced & Expert Users kswapd Post 78714 by RTM on Thursday 21st of July 2005 05:01:37 PM
Old 07-21-2005
 

2 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

kswapd

I'm runing SuSE 7.3 linux(2.4.10) and i have this problem: after about 2 days of uptime my kernel swap daemon becomes zombie, a can't figure out why. If any body knows why it is happening please share your knowledge with me. Thanks (0 Replies)
Discussion started by: kareivis
0 Replies

2. Red Hat

Kswapd high cpu utilization.

Hi, Please suggest how to troubleshoot, kswapd is utilizing high cpu? also wanted to know which parameters are important and needs to be added with sar command for monitoring the performance of Linux (Oracle 5.8 -64 bit Please guide me. I am facing the issue where server is getting... (0 Replies)
Discussion started by: manoj.solaris
0 Replies
times.h(3HEAD)							      Headers							    times.h(3HEAD)

NAME
times.h, times - file access and modification times structure SYNOPSIS
#include <sys/times.h> DESCRIPTION
The <sys/times.h> header defines the structure tms, which is returned by times() and includes the following members: clock_t tms_utime /* user CPU time */ clock_t tms_stime /* system CPU time */ clock_t tms_cutime /* user CPU time of terminated child processes */ clock_t tms_cstime /* system CPU time of terminated child processes */ The clock_t type is defined as described in <sys/types.h>. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ SEE ALSO
times(2), types.h(3HEAD), attributes(5), standards(5) SunOS 5.10 10 Sep 2004 times.h(3HEAD)
All times are GMT -4. The time now is 09:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy