Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ibid-objgraph(1) [debian man page]

IBID-OBJGRAPH(1)					     Ibid - Multi-protocol Bot						  IBID-OBJGRAPH(1)

NAME
ibid-objgraph - Memory usage graph generation utility for Ibid SYNOPSIS
ibid-objgraph [options...] logfile type... ibid-objgraph -e TIME [options...] logfile ibid-objgraph -h DESCRIPTION
This utility is for graphing object-type usage from an Ibid bot configured to log such usage. Matplotlib is required for graphing. OPTIONS
-e TIME, --examine=TIME Examine the object usage at time TIME, and print a sorted list of type statistics at that time. This function can be useful in determining which types to graph, when chasing down a detected leak. -o FILE, --output=FILE Output to FILE instead of displaying interactive graph GUI. FILE can be any format supported by Matplotlib, detected by the file extension. -d DPI, --dpi=DPI When outputting in raster formats, use DPI output DPI. -h, --help Show a help message and exit. FILES
logfile A log file generated by loading the memory plugin into Ibid, which will periodically log object usage. It can be gzip compressed, if the filename ends in .gz. SEE ALSO
ibid(1), ibid-memgraph(1), http://ibid.omnia.za.net/ Ibid 0.1 March 2010 IBID-OBJGRAPH(1)

Check Out this Related Man Page

IBID-FACTPACK(1)					     Ibid - Multi-protocol Bot						  IBID-FACTPACK(1)

NAME
ibid-factpack - Factoid-package management utility for Ibid SYNOPSIS
ibid-factpack [-s] factpack-file ibid-factpack -r [-f] factpack-name ibid-factpack -h DESCRIPTION
This utility is for adding and removing sets of packaged factoids, known as factpacks, from your Ibid's factoid database. The default mode is factpack loading. The factpack-file specified is loaded into the bot's database. Should the pack contain any facts with the same name as an existing fact in the bot's database, loading will be aborted, unless the -s option is supplied. Factpacks can be gzipped if the filename ends with .gz. When invoked with the -r option, the named factpack (original import filename minus the extension) will be removed from the bot. If any of the facts contained in that pack were modified while loaded in the bot, unloading will be aborted, unless the -f option is supplied. OPTIONS
-r, --remove Remove the named factpack, rather than importing. -f, --force Force removal, if facts in the factpack were modified by users. -s, --skip Skip facts that clash with existing factoids, during import. -h, --help Show a help message and exit. FACTPACKS
Factpacks are JSON-encoded text files containing a list of facts. Each fact is a tuple of two lists: fact-names, fact-values. The same substitutions are available as in normal online Factoids. Example: [ [["Hello", "Hi"], ["<reply> Hi There", "<action> waves"]], [["Bye"], ["<reply> kbye $who", "<reply> Cheers"]] ] FILES
ibid.ini Locates the database to act upon by looking for the [databases].ibid value in the bot configuration file in the current directory. SEE ALSO
ibid(1), ibid.ini(5), http://ibid.omnia.za.net/ Ibid 0.1 March 2010 IBID-FACTPACK(1)
Man Page

14 More Discussions You Might Find Interesting

1. HP-UX

Memory usage

Is there any way to see what memory each individual running prg is using? (2 Replies)
Discussion started by: vslewis
2 Replies

2. UNIX for Dummies Questions & Answers

oracle and loop question

Hi All, I have a 2 questions; 1 is oracle and another is korn shell say TIME=20060928 desired output: 20060927 say TIME=20061001 DESIRED output: 20060930 If i substract one day from 'TIME' i am looking for previous day. can anyone please suggest me how do i do this is SQL. i... (4 Replies)
Discussion started by: pavan_test
4 Replies

3. Shell Programming and Scripting

Need Help Running a simple script

The following works: $ zgrep "TIME *0 *3 *10 " /opt/oss/report.gz | sed -e "s/ */ /g" 24659 TIME 0 3 10 OWNER 0 8 1 I need to queary over 1000 records, so I try: for b in $(cat /home/user/file | awk '{print $3,"*"$4,"*"$5,"*"$6" "}' | sed 's/^/"/' | sed 's/$/"/') do zgrep $b... (2 Replies)
Discussion started by: tony3101
2 Replies

4. UNIX for Advanced & Expert Users

How To Fetch Time From Putside Source On Unix Platform?

CAN ANY PLESE TEL ME,HOW CAN I FETCH TIME FROM SOME EXTERNAL SOURCE (eg. NETWORK TIME SERVER S 200) ON UNIX PLATFORM,PROVIDED TIME IS COMING FROM SOME IP "X".WHAT CODE SHOULD I RUN IN STARTUP (2 Replies)
Discussion started by: pesty
2 Replies

5. Shell Programming and Scripting

Help to switch dates from a file

Hi. I need some assistance with a file who at the end i must import to EXCEL. The problem is that i have a file with this inside: Output: JOBID START TIME END TIME ELAPSED CPU ------------------------------------------------------------ AVERAGE: ... (2 Replies)
Discussion started by: osramos
2 Replies

6. AIX

hdisk0 usage 100%

folks, I have dev box which is runnin SAP apps and the hdisk0 usage activity is showing up 100% using topas . Please chk the o/p below: Topas Monitor for host: dev_sap_basis EVENTS/QUEUES FILE/TTY Sat Nov 29 05:32:58 2008 Interval: 2 Cswitch 11913 ... (3 Replies)
Discussion started by: nivaspIND
3 Replies

7. Shell Programming and Scripting

Counting average data per hour

Hi i have log like this : Actually i will process the data become Anybody can help me ? (6 Replies)
Discussion started by: justbow
6 Replies

8. Shell Programming and Scripting

[gnuwin32] sed & variable %TIME%

HI.. I made ".bat" in windows 2003 , with set TIEMPO1= %TIME% | sed -e "s/://g" -e "s/,//g" echo valor de tiempo1 = %TIEMPO1% when i execute this, the result is but if i open cmd, and execute en line command this.. G:\>echo %TIME% | sed -e "s/://g" -e "s/,//g" 12390841 anyone have... (5 Replies)
Discussion started by: upszot
5 Replies

9. AIX

Regarding AIX Memory Utilization usage calculation

Hello, Am working on small program that used to calculate the memory usage of AIX servers. Am using svmon -G command to get the memory usage. For example, consider the following output. $ svmon -G size inuse free pin virtual mmode memory ... (9 Replies)
Discussion started by: maruthu
9 Replies

10. Shell Programming and Scripting

If then logic with TIME

Hi all, Can anyone suggest how to formulate the if/then when TIME equals a certain time, in this case 23:55:00 export TIME=`date +%T` function tnsrec { if $TIME = 23:55:00; then otherfunction else exit fi } Thanks in advance. jd (6 Replies)
Discussion started by: jonnyd
6 Replies

11. Shell Programming and Scripting

What does this mean?

Hello all, I am a newbie in shell scripting. I want to know what does the below text means? 6.355u 1.679s 0:12.68 63.2% 0+0k 0+0io 0pf+0w I am getting this line (on terminal) after every successful execution of my script. Thanks in advance . . :) -MD (15 Replies)
Discussion started by: manands07
15 Replies

12. Shell Programming and Scripting

sed the with same value

hello, I would like to make a sed to get from this file: T1 TIME(3), T2 TIME(5), T3 TIME(2) WITH TIME ZONE, And obtain: T1 TIME(3) WITH TIME ZONE, T2 TIME(5) WITH TIME ZONE, T3 TIME(2) WITH TIME ZONE In fact I tried this command : sed "s/TIME(),/TIME() WITH TIME ZONE,/g" But I... (4 Replies)
Discussion started by: CodeurNormand
4 Replies

13. Shell Programming and Scripting

IN Between Data after matching the Pattern

HI , I WANT TO RETRIVE IN BETWEEN DATA FROM PARENTHESIS AND I AM GETTING ERRORS WHILE RUN THE AWK.I HAVE 2 FILES AND WANT TO PROCESS 1ST FILE PATTERN TO 2ND FILE AND WRITES INTO OUTPUT FILE.THIS TIME I AM PUTTING WHERE EXACTLY I AM GETTING ERRORS.SO PLEASE HELP. PATTERN_FILE.TXT --------------... (1 Reply)
Discussion started by: andrew_11
1 Replies

14. Shell Programming and Scripting

Script to print file name and its creation date

Hello , I am looking for a script to print file name and its last updated time. FILE CREATION-TIME FILE-NAME 24/10/2017 12:34 TDR-IU-8-2017.10.24.07:40:00-2017.10.24.07:45:00 when we run l command it print the directory and the files with details like permission,... (1 Reply)
Discussion started by: sadique.manzar
1 Replies