Sponsored Content
Full Discussion: System Activity Report
Special Forums UNIX and Linux Applications Infrastructure Monitoring System Activity Report Post 302891457 by tarun_nix on Thursday 6th of March 2014 12:35:37 AM
Old 03-06-2014
Thank you Perderabo, seams this is the only option, I was thinking on other methods of collecting data.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mksysb and system activity

Hello, With AIX 5.3 is it possible to run a mksysb with users logged into the system? The users are accessing a database app that runs on a separate physical disk than the system files. Does this even matter? Thanks (1 Reply)
Discussion started by: samsa1mi
1 Replies

2. AIX

System activity

Hi, I want to find program's file read,write for a particular time.For example i am executing an application called test1, this will get input from some parameter files(file1,file2,file3) and it will write to some files(file4,file5), so i want to execute one program which will capture these... (3 Replies)
Discussion started by: gnanadurai_it
3 Replies

3. Shell Programming and Scripting

How to monitor system activity while executing tests

I need to monitor system activity (RAM, CPU usage, execution time) while running some tests on solaris, linux and aix and save the output. Please advise whether there's a utility available for these systems? How can time the execution of the command? Thanks! (2 Replies)
Discussion started by: smovla
2 Replies

4. UNIX for Dummies Questions & Answers

Strange system activity no matter what I try

When I choose to encrypt my drive during a Linux install, it encryps it, but I receive errors in dmesg and in ~/.xsessions-errors during use. The first error is in dmesg where it sometimes shows errors writing to the encypted device. The second error is in ~/.xsessions-errors with an error about... (0 Replies)
Discussion started by: justgoogleit
0 Replies

5. Red Hat

system activity and information data

Hi all, i need to collect all system activities data(processes running, disk details, memory, etc), system logs and things related. i heard of cfg2html but its not available for my CentOS distro(i may need to install separately but thats not what i wana do). i can use sar for syatem... (1 Reply)
Discussion started by: ajayyadavmca
1 Replies

6. Red Hat

RHEL Linux process activity monitoring tool from windows 7 system

I have 2 RHEL 5.9 system where customized applications are running. These 2 servers are with in a network (LAN) with each other.One application in say Server 1 can talk to another application in server 2 and vice versa. The applications are exchanging data among each other. Recently I am... (0 Replies)
Discussion started by: Anjan Ganguly
0 Replies
LQR_CARVER_INIT(3)					     LqR library API reference						LQR_CARVER_INIT(3)

NAME
lqr_carver_init - activates an LqrCarver object SYNOPSIS
#include <lqr.h> LqrRetVal lqr_carver_init(LqrCarver* carver, gint delta_x, gfloat rigidity); DESCRIPTION
The function lqr_carver_init initialises the LqrCarver pointed to by carver, so that it can compute the visibility maps as needed upon calls of lqr_carver_resize. The parameter delta_x controls the maximum transversal step a seam can make. A value of 0 means straight seams. Normally, it is set to 1. The parameter rigidity can be used to add a negative bias to non-straight seams, and it is normally set to 0. Visibility maps must not be loaded with the function lqr_vmap_load when using this function, neither before nor after invoking it. RETURN VALUE
The return value follows the Liquid Rescale library signalling system. SEE ALSO
LqrRetVal(3), lqr_carver_new(3), lqr_vmap_load(3), lqr_carver_set_preserve_input_image(3) COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_CARVER_INIT(3)
All times are GMT -4. The time now is 01:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy