Sponsored Content
Operating Systems AIX Help with data collection please? Post 302257851 by bbbngowc on Thursday 13th of November 2008 07:53:59 AM
Old 11-13-2008
Thanks. I think I was over complicating it. What I did was:

1. grep all the files for a particular line
2. sent the output to a text file
3. imported the text file to excel
4. calculated the numbers
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Collection of Unix Links

Hi, Is there is a good collection of Links to Unix Related stuff? Regards, Kriss (1 Reply)
Discussion started by: Kriss
1 Replies

2. UNIX for Beginners Questions & Answers

Some % of Garbage Collection

I need to write a python script that will look at the local gc logs. 6 sys=0.00, real=0.06 secs] 2019-06-05T07:43:12.029-0500: 1072696.494: 2791209K->1995953K(2796544K)] 2803355K->1995953K(4164608K), , 3.0299555 secs] 2019-06-05T07:43:17.149-0500: 1072701.614: 3334321K->2008193K(4167680K),... (1 Reply)
Discussion started by: xgringo
1 Replies
SFOOD-IMPORTS(1)					      General Commands Manual						  SFOOD-IMPORTS(1)

NAME
sfood-imports - parse Python files and output a unified list of imported symbols SYNOPSIS
sfood-imports [options] files... DESCRIPTION
The imported modules/symbols are output even if they cannot be found. (You could try to do this with grep, but this is more accurate because it uses the AST to obtain the list of imports.) OPTIONS
-h, --help show the help message and exit -I IGNORES, --ignore=IGNORES Add the given directory name to the list to be ignored. -u, --unified Just output the unique set of dependencies found, in no particular order, without the filenames. The default is to output all imports, in order of appearance, along with the filename and line number. -v, --verbose Output input lines as well. SEE ALSO
sfood(1), sfood-checker(1), sfood-cluster(1), sfood-copy(1), sfood-flatten(1), sfood-graph(1). AUTHOR
sfood-graph was written by Martin Blais <blais@furius.ca> and it's part of snakefood suite. This manual page was written by Sandro Tosi <morph@debian.org>, for the Debian project (and may be used by others). January 2, 2009 SFOOD-IMPORTS(1)
All times are GMT -4. The time now is 12:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy