|
gr_nstats(1) -- NUMA Memory Management Statistics
|
Graphical version of nstats(1). The column of values shows the exact system values, whereas the meters display a moving average of the change in these values. Note that when viewing total system activity, the meters show the total change, but the column of values continues to display on a per node basis. |
gr_osview(1) -- graphical system monitor
|
This command provides a graphical display of usage of certain types of system resources. This display provides a real-time window into the overall operation of the system. The main display element is a rectangular area which is filled by uniquely colored bands, each band signifying a sampled variable measuring system performance. This rectangular area is called a bar throughout the rest of this description. Each bar in a window has a header which consists of the bar title plus the names of each ... |
|
gr_sn(1) -- NUMA Memory Management Configuration Tool
|
Graphical version of sn(1); Multiple nodes may be selected at once in order to set the same system values in more than one node at a time. Note that when more than one node is selected, the values displayed are for the first node selected. |
gr_top(1) -- display processes having highest CPU usage in a window
|
gr_top displays a sorted list of processes which are using some portion of the available CPU cycles on a machine. The display is updated periodically as specified by interval. This version of gr_top is a perl script built on top of top(1) and xwsh(1G) which closely (although not perfectly) emulates the previous SGI gr_top. For details on the system and process data that is displayed within the gr_top window, see the top(1) man page. The version of top that is used by this gr_top is a much newer ... |
Inventor/gview(1) -- graph viewer for Inventor 3d databases
|
gview is a program for viewing, editing, and learning about Inventor 3d scene graphs. There are two views of the Inventor scene graph: a 3d rendered view (left) and a scene graph view (right). The 3d rendered view displays the data in an examiner viewer and allows selection as well as viewing. The scene graph view renders the scene database as a directed acyclic graph illustrating the structure and relationships within the database. This view is displayed in a GraphViewer component, which is der... |
gzdiff(1) -- compare compressed files
|
Gzcmp and gzdiff are used to invoke the cmp or the diff program on compressed files. All options specified are passed directly to cmp or diff. If only 1 file is specified, then the files compared are file1 and an uncompressed file1.gz. If two files are specified, then they are uncompressed if necessary and fed to cmp or diff. The exit status from cmp or diff is preserved. |
gzexe(1) -- compress executable files in place
|
The gzexe utility allows you to compress executables in place and have them automatically uncompress and execute when you run them (at a penalty in performance). For example if you execute ``gzexe /bin/cat'' it will create the following two files: -r-xr-xr-x 1 root bin 9644 Feb 11 11:16 /bin/cat -r-xr-xr-x 1 bin bin 24576 Nov 23 13:21 /bin/cat~ /bin/cat~ is the original file and /bin/cat is the self-uncompressing executable file. You can remove /bin/cat~ once you are sure that /bin/cat works p... |
gzforce(1) -- force a '.gz' extension on all gzip files
|
gzforce forces a .gz extension on all gzip files so that gzip will not compress them twice. This can be useful for files with names truncated after a file transfer. On systems with a 14 char limitation on file names, the original name is truncated to make room for the .gz suffix. For example, 12345678901234 is renamed to 12345678901.gz. A file name such as foo.tgz is left intact. |
gzgrep(1) -- search possibly compressed files for a regular expression
|
Gzgrep is used to invoke the grep on compress'ed or gzip'ed files. All options specified are passed directly to grep. If no file is specified, then the standard input is decompressed if necessary and fed to grep. Otherwise the given files are uncompressed if necessary and fed to grep. If gzgrep is invoked as gzegrep or gzfgrep then egrep or fgrep is used instead of grep. If the GREP environment variable is set, gzgrep uses it as the grep program to be invoked. For example: for sh: GREP=fgrep g... |
gzip(1) -- compress or expand files
|
Gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension .gz, while keeping the same ownership modes, access and modification times. (The default extension is -gz for VMS, z for MSDOS, OS/2 FAT, Windows NT FAT and Atari.) If no files are specified, or if a file name is "-", the standard input is compressed to the standard output. Gzip will only attempt to compress regular files. In particular, it will ignore sym... |
gzmore(1) -- file perusal filter for crt viewing of compressed text
|
Gzmore is a filter which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal. gzmore works on files compressed with compress, pack or gzip, and also on uncompressed files. If a file does not exist, gzmore looks for a file of the same name with the addition of a .gz, .z or .Z suffix. Gzmore normally pauses after each screenful, printing --More-- at the bottom of the screen. If the user then types a carriage return, one more line is displayed. If th... |
gznew(1) -- recompress .Z files to .gz files
|
Gznew recompresses files from .Z (compress) format to .gz (gzip) format. If you want to recompress a file already in gzip format, rename the file to force a .Z extension then apply znew. |
h2ph(1) -- convert .h C header files to .ph Perl header files
|
h2ph converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* The output files are placed in the hierarchy rooted at Perl's architecture dependent library directory. You can specify a different hierarchy with a -d switch. If run with no arguments, filters standard input to standard output. |
h2xs(1) -- convert .h C header files to Perl extensions
|
h2xs builds a Perl extension from any C header file. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header. The module_name will be used for the name of the extension. If module_name is not supplied then the name of the header file will be used, with the first character capitalized. If the extension might need extra libraries, they should be included here. The extension Makefile.PL will take care of checking whether the li... |
halt(1) -- halt the system
|
halt is executed by the superuser to shut the machine down so it is safe to remove power. halt leaves the machine executing the firmware monitor, unless the -p option is present and supported on the machine. If you are remotely logged in to the system, you are prompted to confirm the shutdown. The -p option requests that the power be turned off after the system is shut down. Only some systems support this.... |