| arp_flush.cm | Flushes the STCP ARP cache by deleting each entry in the cache one at a time |
| arp_scan.cm | Uses a fast ping to generate an ARP request for each host in a class C subnet and then dumps the resulting ARP table. Similar to scan.cm but simpler. |
| beacon.c | Beacon packet to assist in protocol trace synchronization |
| BPRI_LO_alert.cm | Sends 25th line message when current STREAMS memory usage exceeds specified threshold |
| BPRI_LO_check.cm | Displays current and max STREAMS memory usage |
| cr.pl | Perl script to add (or remove) carriage return characters to the end of lines prior to (or after) transferring files to (or from) an MS Windows system using SFTP or FTP in binary mode |
| cycle_output_files.cm | Runs a process till the output file gets to a certain size then stops it and runs it again cycling to another output file |
| dump_process_set.cm | Execute a set of analyze_system requests against a set of running processes |
| dump_streams.cm | Gather as much information as possible about the current STREAMS usage |
| find_my_ip_address.cm | A script that can be used to determine your public IP address |
| fnet.cm | Filter the output of the STCP netstat command |
| gather_stcp.cm | Gather STCP Interface and Ethernet adapter statistics for performance monitoring and troubleshooting |
| get_connection_meters.cm | Dump the stcp_meters statistics for a select connection or connections |
| get_process_sockets.cm | A macro to dump the TCB and socket meters for all sockets associated with a process (or processes). This keys off of a process name or number |
| get_socket_info.cm | Dump the stcp_meters statistics and/or TCB data for a select connection or connections. This keys off IP address, port number or TCB address |
| get_switch_interface_stats.cm | A macro to dump the interfaces group counters from the MIB-II MIB for a specific port on a switch. |
| list_all_process_network.cm | List all the STCP IP socket connections for all process currently running. See tcp_socket_owner.cm for a faster alternative that might do what you need. |
| list_process_network.cm | List all the STCP IP socket connections for a given process |
| list_vterm_parameters.cm | List the parameters needed for telnet_msd to work for all vterms matching a star name |
| logd.c | C source code for a very simple log server |
| map_connections.cm | A macro to call both map_telnetd_connections and map_secured_connections. |
| map_telnetd_connections.cm | Display or write a file containing a list of all users who are connected to the module via telnetd, the device they are connected to and the IP address and port number they are connecting from. |
| map_secured_connections.cm | Display or write a file containing a list of all users who are connected to the module via sshd, the device they are connected to and the IP address and port number they are connecting from. |
| match.pl | Perl script to match lines from files or command output |
| monitor_sdlmux_adapter_status.cm | Periodically checks the status of network links and sends 25th line message and puts entry in the syserr_log if it finds that a link is down or an adapter has failed. |
| netstat-all-interfaces.cm | loop through all STCP interfaces doing netstat -interface |
| netstat_filter.pl | Monitor netstat output filtering out uninteresting lines |
| new_resolve.c | Example program showing how to call getaddrinfo to resolve host names |
| osl_server_times.cm | Commad macro to display the last_run_time for all the osl_server processes |
| personal_ssh_setup.cm | Set up Stratus STCP SSH to use public key authentication |
| ping_forever.cm | Continuously ping a host without flooding the network |
| pm.cm | Run STCP packet_monitor with the most common/useful options |
| pm21line.pl | Combines all of the protocol header lines displayed by packet_monitor into 1 line eliminating non-header lines |
| pm2text2pcap.pl | Perl script to process packet_monitor out so that text2pcap can be run over it to create a pcap file |
| process_packet_monitor_scan.cm | Processes the output of packet_monitor to construct a list of seen IP addresses |
| resolve.c | Example program showing how to call gethostname to resolve host names |
| scan.cm | A scanner to find all hosts on a local subnet (uses ARP) |
| send_cmds.c | C program that allows you to log into a remote system via "telnet" and execute commands in a script. Allows execution within a command macro |
| smtp.pl | Perl script using the SMTP Perl module to sent an E-mail or SMS message |
| socket_count.cm | Calculate the current socket usage and how close to the various limits you are |
| start_more_osl_servers.cm | Command macro to start more osl_server processes |
| stcp_deadgw.cm | Determine if a STCP gateway has stopped working and switch to another gateway (MS Word file) |
| stcp_tping.c | C program that "pings" a remote host by establishing a TCP connection (MS Word file). |
| tcpos_deadgw.cm | Determine if a TCP_OS gateway has stopped working and switch to another gateway (MS Word file) |
| tcp_socket_owner.cm | List processes attached to an STCP TCP socket. This is much faster than list_all_process_network.cm but does not list UDP sockets or identify the actual connections. It also requires perl. |
| timeout_recv.c | An example of how to timeout a blocking recv so that it does not block forever |
| whos_running.cm | list who bound the program module and who created the file for every running program module |