summary refs log tree commit diff
path: root/pkgs/os-specific/linux/atop
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-07-01 12:11:08 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-07-01 12:11:08 +0400
commit285e1123574af2afdec113232015ed01d4a71b71 (patch)
tree8ec96f117ed74db38e6a97e1d8522e589ad931c5 /pkgs/os-specific/linux/atop
parentce623950ada9e1ef721760f05b9e3a14604fd764 (diff)
downloadnixpkgs-285e1123574af2afdec113232015ed01d4a71b71.tar
nixpkgs-285e1123574af2afdec113232015ed01d4a71b71.tar.gz
nixpkgs-285e1123574af2afdec113232015ed01d4a71b71.tar.bz2
nixpkgs-285e1123574af2afdec113232015ed01d4a71b71.tar.lz
nixpkgs-285e1123574af2afdec113232015ed01d4a71b71.tar.xz
nixpkgs-285e1123574af2afdec113232015ed01d4a71b71.tar.zst
nixpkgs-285e1123574af2afdec113232015ed01d4a71b71.zip
Allow search of updates for atop
Diffstat (limited to 'pkgs/os-specific/linux/atop')
-rw-r--r--pkgs/os-specific/linux/atop/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/atop/default.nix b/pkgs/os-specific/linux/atop/default.nix
index 39ba5dc3973..fd4b6df9552 100644
--- a/pkgs/os-specific/linux/atop/default.nix
+++ b/pkgs/os-specific/linux/atop/default.nix
@@ -35,5 +35,8 @@ stdenv.mkDerivation rec {
     longDescription = ''
       Atop is an ASCII full-screen performance monitor that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and for every active process it shows the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code.
     '';
+    inherit version;
+    downloadPage = http://atoptool.nl/downloadatop.php;
+    updateWalker = true;
   };
 }