Thursday, January 8, 2009

ndstrace commnd options

To find the modules that are loaded, use:

bash# ndstrace -c "modules"

To load a module

bash# ndstrace -c "load ndsclone"

To unload a module

bash# ndstrace -c "unload ndsclone"

To display current connections, use:

bash# ndstrace -c connections

To display current threads, use:
bash# ndstrace -c threads

http://www.novell.com/coolsolutions/feature/14899.html

No comments: