debian/0000755000000000000000000000000012152613063007165 5ustar debian/rules0000755000000000000000000000247412152613063010254 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_HARDENING=1 CFLAGS += -Wall -D JFS -D GETUSER -D LARGEMEM -D DEBIAN LDFLAGS += -lncurses FILE = lmon14g.c build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir cc -o nmon $(FILE) $(CFLAGS) $(LDFLAGS) touch $@ clean: dh_testdir dh_testroot dh_clean build-stamp nmon install: build dh_testdir dh_testroot dh_prep dh_installdirs # Build architecture-independent files here. binary-indep: install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: install dh_testdir dh_testroot dh_installchangelogs dh_install dh_installdocs dh_installman debian/nmon.1 dh_link dh_strip dh_compress dh_fixperms dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/README.source0000644000000000000000000000036312152613063011346 0ustar nmon ---- The source was downloaded from https://sourceforge.net/projects/nmon/files/ and repackaged: mkdir nmon_12d+debian.orig unzip lmon12d.zip -d nmon_12d+debian.orig GZIP=--best tar -czf nmon_12d+debian.orig.tar.gz nmon_12d+debian.orig debian/watch0000644000000000000000000000017212152613063010216 0ustar # Compulsory line, this is a version 3 file version=3 opts="dversionmangle=s/.debian//" \ http://sf.net/nmon/lmon(.*)\.c debian/nmon.10000644000000000000000000000311712152613063010220 0ustar .TH NMON "1" "August 2009" "nmon " "User Commands" .SH NAME nmon \- systems administrator, tuner, benchmark tool. .SH DESCRIPTION This manual page documents briefly the .B nmon command. This manual page was written for the Debian distribution because the original program does not have a manual page. .PP \fBnmon\fP is is a systems administrator, tuner, benchmark tool. It can display the CPU, memory, network, disks (mini graphs or numbers), file systems, NFS, top processes, resources (Linux version & processors) and on Power micro-partition information. .SH OPTIONS .B nmon follow the usual GNU command line syntax, with long options starting with two dashes (`-'). nmon [\-h] [\-s ] [\-c ] [\-f \fB\-d\fR \fB\-t\fR \fB\-r\fR ] [\-x] A summary of options is included below. .TP \fB\-h\fR FULL help information .IP Interactive\-Mode: read startup banner and type: "h" once it is running For Data\-Collect\-Mode (\fB\-f\fR) .TP \fB\-f\fR spreadsheet output format [note: default \fB\-s300\fR \fB\-c288]\fR optional .TP \fB\-s\fR between refreshing the screen [default 2] .TP \fB\-c\fR of refreshes [default millions] .TP \fB\-d\fR to increase the number of disks [default 256] .TP \fB\-t\fR spreadsheet includes top processes .TP \fB\-x\fR capacity planning (15 min for 1 day = \fB\-fdt\fR \fB\-s\fR 900 \fB\-c\fR 96) .PP .SH AUTHOR nmon was written by Nigel Griffiths .PP This manual page was written by Giuseppe Iuculano , for the Debian project (but may be used by others). debian/changelog0000644000000000000000000000234012152613063011036 0ustar nmon (14g+debian-1) unstable; urgency=low * [d066ece] Imported Upstream version 14g+debian * [7bf359f] Provide build-arch and build-indep target * [8493b3c] Updated VCS control fields * [16e0680] Bump standards version * [862a863] Harden nmon binary -- Giuseppe Iuculano Sun, 02 Jun 2013 11:53:17 +0200 nmon (13g+debian-1) unstable; urgency=low * [0f04949] Imported Upstream version 13g+debian * [0ee75b3] Switch to dpkg-source 3.0 (quilt) format -- Giuseppe Iuculano Mon, 12 Apr 2010 14:54:39 +0200 nmon (13d+debian-1) unstable; urgency=low * [580471e] Imported Upstream version 13d+debian * [7f724fa] Bump standards-version, no changes needed -- Giuseppe Iuculano Sat, 06 Mar 2010 17:26:56 +0100 nmon (12f+debian-1) unstable; urgency=low * [adb5afe] Imported Upstream version 12f+debian * [6f773d1] Updated my email address * [b1b57e4] Bump to Standards-Version 3.8.3 * [1841c52] Updated watch file -- Giuseppe Iuculano Mon, 23 Nov 2009 19:12:02 +0100 nmon (12d+debian-1) unstable; urgency=low * Initial release (Closes: #486640) -- Giuseppe Iuculano Thu, 06 Aug 2009 14:26:27 +0200 debian/control0000644000000000000000000000206212152613063010570 0ustar Source: nmon Section: utils Priority: optional Maintainer: Giuseppe Iuculano Build-Depends: debhelper (>= 7), libncurses5-dev, hardening-wrapper Standards-Version: 3.9.4 Homepage: http://nmon.sourceforge.net Vcs-Git: git://anonscm.debian.org/users/derevko-guest/nmon.git Vcs-Browser: http://anonscm.debian.org/git/users/derevko-guest/nmon.git Package: nmon Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: performance monitoring tool for Linux nmon is a systems administrator, tuner, benchmark tool. It can display the CPU, memory, network, disks (mini graphs or numbers), file systems, NFS, top processes, resources (Linux version & processors) and on Power micro-partition information. . Data is displayed on the screen and updated once every two seconds, using a dumb screen. However, you can easily change this interval to a longer or shorter time period. . The nmon tool can also capture the same data to a text file for later analysis and graphing for reports. The output is in a spreadsheet format (.csv). debian/compat0000644000000000000000000000000212152613063010363 0ustar 7 debian/nmon.install0000644000000000000000000000001512152613063011520 0ustar nmon usr/bin debian/copyright0000644000000000000000000000232412152613063011121 0ustar This package was debianized by: Giuseppe Iuculano on Thu, 06 Aug 2009 14:26:27 +0200 It was downloaded from: http://sourceforge.net/projects/nmon/files/ Upstream Author: Nigel Griffiths Copyright: Copyright (c) 2009 Nigel Griffiths License: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. The Debian packaging is: Copyright (C) 2009 Giuseppe Iuculano and is licensed under the GPL version 3, see above. debian/source/0000755000000000000000000000000012152613063010465 5ustar debian/source/format0000644000000000000000000000001412152613063011673 0ustar 3.0 (quilt)