Sponsored Content
Full Discussion: Gathering usage statistics
Top Forums Shell Programming and Scripting Gathering usage statistics Post 302983156 by MadeInGermany on Friday 7th of October 2016 02:08:35 AM
Old 10-07-2016
How about a log file (or files) on a shared NFS volume?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Gathering info on one line

Hi all again, here is the file i am working on : GREIMBAJ00;BAN_CAV;Loader.sh;2003/06/13;17:04:04 GREIMBAJ00;BAN_CAV;Loader.sh;2003/06/13;17:04:06 GREIMBAJ00;BAN_PAK;Loader.sh;2003/06/13;17:04:11 GREIMBAJ00;BAN_PAK;Loader.sh;2003/06/13;17:04:18... (5 Replies)
Discussion started by: HowardIsHigh
5 Replies

2. UNIX for Dummies Questions & Answers

Gathering system configuration

Hi there, I have been asked to write a script that gathers enough information on our Sun Solaris machines to be able to rebuild and configure them if they should go pop. My question is does anybody have any suggestions on the files that I need to take a copy of, to ensure that everything is... (4 Replies)
Discussion started by: hcclnoodles
4 Replies

3. Shell Programming and Scripting

Data gathering script

I am pretty new at shell scripting, but I managed to make a primative shell script to connect from my webserver (bluehost) to an external data server via ftp or sftp or whatever I need. This script is : #!/bin/sh HOST='ftp.host.com' USER='username' PASSWD='password' FILE='file' ftp -n... (7 Replies)
Discussion started by: mesoeast
7 Replies

4. HP-UX

HP-UX configuration gathering tool

Hello! I would like to introduce a tool for gathering information on the HP- UX operating system. I would like to hear experts opinions about this utility, its prospects and usefulness. Any feedbacks, suggestions, bug reports, feature requests etc are welcome. The tool project web page:... (0 Replies)
Discussion started by: ahaidukov
0 Replies

5. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

6. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

7. UNIX for Advanced & Expert Users

Gathering data using SAR

Hi everyone, I would like to ask if it is possible to gather SAR data on a specified time. let say yesterdays report, i want to get data at around 12PM and 5PM. thank you. (2 Replies)
Discussion started by: cwiggler
2 Replies

8. Shell Programming and Scripting

Gathering data in columns from multiple files

Hello world! I need to gather all the data from different folders and copy it in an one unique text file in columns format. Let me explain, letīs say "a, b, c" are 3 data files of thousands and thousands lines (in the reality, I have nearly one hundred). "a, b, c" are located in the folders... (5 Replies)
Discussion started by: user10600
5 Replies

9. Shell Programming and Scripting

2 Loops gathering input

Greetings all, I have came up with some code, to read an input file and generate a list, here is a sample of what I am working with. The variable $USER will be inputted by the person running the utility. do folder=${line%} echo "$folder $USER done < list.txt sample of list.txt- ... (15 Replies)
Discussion started by: jeffs42885
15 Replies

10. Red Hat

CPU Usage statistics Dump in a text file over a period of time

I am facing issue related to performance of one customized application running on RHEL 5.9. The application stalls for some unknown reason that I need to track. For that I require some tool or shell scripts that can monitor the CPU usage statistics (what we get in TOP or in more detail by other... (6 Replies)
Discussion started by: Anjan Ganguly
6 Replies
switchlog(8)						      System Manager's Manual						      switchlog(8)

NAME
switchlog - moves an AdvFS file domain transaction log SYNOPSIS
/sbin/advfs/switchlog domain_name vol_id OPERANDS
Specifies the name of an existing file domain. Specifies the number of the new volume to use for the log. DESCRIPTION
The switchlog command relocates the transaction log of the specified file domain to a different volume in the same file domain. Moving the transaction log within a multivolume file domain is typically done to place the log on either a faster, less congested, or mirrored volume. Use the showfdmn(8) command to determine the current location of the transaction log. In the showfdmn command display, the letter L dis- plays next to the volume that contains the log. The showfdmn command also displays all of the volumes and their volume numbers. RESTRICTIONS
You must be the root user to use this command. EXAMPLES
The following example displays the log's current location by using the showfdmn command and then moves it to volume 2 by using the switchlog command. # /sbin/showfdmn domain_eng Id Date Created LogPgs Version Domain Name 30bf7d8f.0000ec60 Fri Feb 1 17:11 1999 512 4 domain_eng Vol 512-Blks Free % Used Cmode Rblks Wblks Vol Name 1L 1160604 316688 73% on 128 128 /dev/vol/v_a 2 3577488 1495760 58% on 128 128 /dev/vol/v_b 3 1160604 305264 74% on 128 128 /dev/vol/v_c ---------- --------- ------ 5898696 2117712 64% # /sbin/advfs/switchlog domain_eng 2 FILES
Contains file domain names and devices. SEE ALSO
Commands: mkfdmn(8), showfdmn(8) Files: advfs(4) switchlog(8)
All times are GMT -4. The time now is 10:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy