Page MenuHomeSolus

D8901.diff
No OneTemporary

D8901.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,4 @@
+libc.so.6
+libm.so.6
+libncursesw.so.5
+libz.so.1
Index: files/atop.default
===================================================================
--- /dev/null
+++ files/atop.default
@@ -0,0 +1,4 @@
+LOGOPTS="-R"
+LOGINTERVAL=600
+LOGGENERATIONS=28
+LOGPATH=/var/log/atop
\ No newline at end of file
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,18 @@
+name : atop
+version : 2.5.0
+release : 1
+source :
+ - https://github.com/Atoptool/atop/archive/v2.5.0.tar.gz : 244628594d5aba151258b46ac0744d02106da0a00e1904434f6e0da4ad38c82c
+license : GPL-2.0-or-later
+component : system.utils
+summary : System and process monitor for Linux
+description: |
+ Atop is an ASCII full-screen performance monitor for Linux 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, etcetera. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks (including LVM) and network layers, and for every process (and thread) it shows e.g. the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code. In combination with the optional kernel module netatop, it even shows network activity per process/thread. In combination with the optional daemon atopgpud, it also shows GPU activity on system level and process level.
+build : |
+ %make
+install : |
+ mkdir -p "$installdir/etc/default"
+ %make systemdinstall DESTDIR="$installdir"
+ install -Dm644 "$pkgfiles/atop.default" "$installdir/etc/default/atop"
+ install -dm755 "$installdir/etc/systemd/system/timers.target.wants/atop-rotate.timer"
+ ln -s "$installdir/usr/lib/systemd/system/atop-rotate.timer" "$installdir/etc/systemd/system/timers.target.wants/atop-rotate.timer"
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,55 @@
+<PISI>
+ <Source>
+ <Name>atop</Name>
+ <Packager>
+ <Name>Abdulkadir Furkan Şanlı</Name>
+ <Email>me@abdulocra.cy</Email>
+ </Packager>
+ <License>GPL-2.0-or-later</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">System and process monitor for Linux</Summary>
+ <Description xml:lang="en">Atop is an ASCII full-screen performance monitor for Linux 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, etcetera. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks (including LVM) and network layers, and for every process (and thread) it shows e.g. the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code. In combination with the optional kernel module netatop, it even shows network activity per process/thread. In combination with the optional daemon atopgpud, it also shows GPU activity on system level and process level.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>atop</Name>
+ <Summary xml:lang="en">System and process monitor for Linux</Summary>
+ <Description xml:lang="en">Atop is an ASCII full-screen performance monitor for Linux 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, etcetera. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks (including LVM) and network layers, and for every process (and thread) it shows e.g. the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code. In combination with the optional kernel module netatop, it even shows network activity per process/thread. In combination with the optional daemon atopgpud, it also shows GPU activity on system level and process level.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="config">/etc/default/atop</Path>
+ <Path fileType="config">/etc/systemd/system/timers.target.wants/atop-rotate.timer/atop-rotate.timer</Path>
+ <Path fileType="executable">/usr/bin/atop</Path>
+ <Path fileType="executable">/usr/bin/atop-2.5.0</Path>
+ <Path fileType="executable">/usr/bin/atopconvert</Path>
+ <Path fileType="executable">/usr/bin/atopsar</Path>
+ <Path fileType="executable">/usr/bin/atopsar-2.5.0</Path>
+ <Path fileType="library">/usr/lib/systemd/system-sleep/atop-pm.sh</Path>
+ <Path fileType="library">/usr/lib/systemd/system/atop-rotate.service</Path>
+ <Path fileType="library">/usr/lib/systemd/system/atop-rotate.timer</Path>
+ <Path fileType="library">/usr/lib/systemd/system/atop.service</Path>
+ <Path fileType="library">/usr/lib/systemd/system/atopacct.service</Path>
+ <Path fileType="library">/usr/lib/systemd/system/atopgpu.service</Path>
+ <Path fileType="executable">/usr/sbin/atopacctd</Path>
+ <Path fileType="executable">/usr/sbin/atopgpud</Path>
+ <Path fileType="man">/usr/share/man/man1/atop.1</Path>
+ <Path fileType="man">/usr/share/man/man1/atopconvert.1</Path>
+ <Path fileType="man">/usr/share/man/man1/atopsar.1</Path>
+ <Path fileType="man">/usr/share/man/man5/atoprc.5</Path>
+ <Path fileType="man">/usr/share/man/man8/atopacctd.8</Path>
+ <Path fileType="man">/usr/share/man/man8/atopgpud.8</Path>
+ <Path fileType="data">/var/log/atop</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-05-17</Date>
+ <Version>2.5.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Abdulkadir Furkan Şanlı</Name>
+ <Email>me@abdulocra.cy</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 1, 11:17 PM (6 d, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806142
Default Alt Text
D8901.diff (6 KB)

Event Timeline