Sponsored Content
Full Discussion: making a process tree
Top Forums Programming making a process tree Post 13262 by bb666 on Monday 14th of January 2002 08:08:41 PM
Old 01-14-2002
just more info about my problem:
if i just use some For commands and fork i get a lot of extra (unwanted) sons in my tree. I finally made the tree look correct by stopping alll the sons after they are created by using SigStop but that doesn't help me because i can't get back into those sons in order to make them communicate with each other.
I couldn't find any other way around that so i'm kinda of stuck.
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

· simerian · UNIX Process List Tree

#!/usr/bin/ksh # # COPYRIGHT (c) 2003 - SIMERIAN # # e: info@simerian.com # w: www.simerian.com # # DISCLAIMER # The author of this product does not accept any responsibility for # loss or damages resulting from the use of said product and makes no # warranty or representation, either... (3 Replies)
Discussion started by: Simerian
3 Replies

2. UNIX for Advanced & Expert Users

Process calls - making sense of truss results

Can someone point me at resources for system calls? Specifically, I am trying to make sense of what I am seeing in a truss command. Thanks! (3 Replies)
Discussion started by: jpeery
3 Replies

3. Programming

directory as tree

hi i have modified a program to display directory entries recursively in a tree like form i need an output with the following guidelines: the prog displays the contents of the directory the directory contents are sorted before printing so that directories come before regular files if an entry... (2 Replies)
Discussion started by: anything2
2 Replies

4. UNIX for Dummies Questions & Answers

tree command

In DOS, to get the complete directory structure, we use 'TREE' command.. can anyone tell me what is the equivalent command in Unix I am using SunOS ABC 5.8 Generic_117350-18 sun4u sparc SUNW,Sun-Fire-V240 thanks.. (1 Reply)
Discussion started by: wip_vasikaran
1 Replies

5. Shell Programming and Scripting

directory tree

Hi all, The following is a script for displaying directory tree. D=${1:-`pwd`} (cd $D; pwd) find $D -type d -print | sort | sed -e "s,^$D,,"\ -e "/^$/d"\ -e "s,*/\(*\)$,\:-----\1,"\ -e "s,*/,: ,g" | more exit 0 I am trying to understand the above script.But... (3 Replies)
Discussion started by: ravi raj kumar
3 Replies

6. Shell Programming and Scripting

Tree with UNIX

Hello ! I am trying to find out if a simple command could build me a tree containing all the subdirectories for a specific directory. I have a tree like /home/user/blabla..../mytree with a lot of symbolic links. It is quite tricky to find out where my data are 'logically' stored. ... (5 Replies)
Discussion started by: gunbol
5 Replies

7. Shell Programming and Scripting

process tree

how to draw a process tree if i know my process id and how can i identify session leaders (1 Reply)
Discussion started by: annapurna konga
1 Replies

8. UNIX for Dummies Questions & Answers

How to create this tree?

a buddy and i are trying to re-learn basic commands. i havent used linux for awhile. so i need help on this. what are the commands to create a tree like this. . |-- a1.A |-- a1.B |-- opt | |-- documents | | `-- tmp | | |-- backup | | `-- etc | |-- music | `--... (1 Reply)
Discussion started by: ink
1 Replies

9. Programming

Binary Tree

I have just been researching this topic and I was wondering what type of application might a binary tree be used for. For instance what type of application would be a good showcase for a binary tree that I could write as an example? (5 Replies)
Discussion started by: sepoto
5 Replies
TORRUS_COMPILEXML(8)						      torrus						      TORRUS_COMPILEXML(8)

NAME
compilexml - Torrus XML configuration (re)compiler. SYNOPSIS
torrus compilexml --tree=TREENAME [options...] DESCRIPTION
This command compiles the Torrus's XML configuration for the tree TREENAME. It does not require any other processes to be restarted after the configuration is changed. Renderer's cache is automatically flushed on on the next Renderer's run. Monitor automatically resets on the next monitoring cycle. All dynamic tokensets in the given tree are emptied. OPTIONS
--all Instructs to compile configuration for all trees. --nods Instructs to compile non-datasource configuration only. --noval Disables all validation of the XML configuration. This speeds up the compilation up to 2 times, while adding a risk to end up with an unusable configuration. In addition, the first initialization cycle of Collector and Monitor in this case would be much longer. --force Normally the compiler would fail to start if another compiler process is already running for the specific tree. In case of abnormal function, the running status of the previous pcompiler may stay in the database. This option forces the compiler to continue even if if sees the presence of another process. --debug Sets the log level to debug. --verbose Sets the debug level to info. --help Displays a help message. SEE ALSO
torrus(8) NOTES
See more documentation at Torrus home page: http://torrus.org AUTHOR
Stanislav Sinyagin <ssinyagin@yahoo.com> torrus 2.03 2013-07-26 TORRUS_COMPILEXML(8)
All times are GMT -4. The time now is 11:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy