Utility Commands
385
ProSAFE M7100 Managed Switches
The following is an example of the CLI command output:
(Netgear Switch) #show process proc-list
Process Application VM Size VM Peak
PID Name ID-Name Chld (KB) (KB) FD Count
---- ---------------- -------------------- ---- -------- -------- --------
82 procmgr 0-procmgr No 2500 2528 8
130 switchdrvr 1-switchdrvr No 167500 176100 38
131 syncdb 2-syncdb No 2652 2652 10
show running-config
Use this command to display or capture the current setting of different protocol packages
supported on the switch. This command displays or captures commands with settings and
configurations that differ from the default value. To display or capture the commands with
settings and configurations that are equal to the default value, include the [all] option.
Note: Show running-config does not display the User Password, even if you
set one different from the default.
The output is displayed in the script format, which can be used to configure another switch with
same configur
ation. If the optional <scriptname> is provided with a file name extension of
“.scr”, the output is redirected to a script file.
Note: If you issue the show running-config command from a serial connection,
access to the switch through remote connections (such as Telnet) is
suspended while the output is being generated and displayed.
Application
ID-Name
Name of the application that started the process and the application ID assigned by the
process manager.
Child Flag indicating whether the process is started directly by the process manager or whether it
is a child proc
ess started by the application process.
VM Size Virtual memory, in Kilobytes, that is consumed by the process.
VM Peak Maximum virtual memory, in Kilobytes, that is consumed by the process.
FD Count
Number of file descriptors opened by this process.
Term Definition