23%
14.03.2013
list shows which processes are running in a jail. You can see this by the additional J in the status (STAT) column.
# ps -ax
708 ?? SsJ 0:00,42 /usr/sbin/syslogd ...
722 ?? SsJ 0:17,19 /usr
23%
01.08.2012
Process
Resolving Dependencies
--> Running transaction check
---> Package libstdc++.i686 0:4.4.6-3.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved ...
Warewulf 3 libstdc code
23%
22.06.2012
: Qmail Delivery Retry Events
Delivery Attempt
Seconds
D-HH:MM:SS
1
0
0-00:00:00
2
400
0-00:06:40
3
1600
0-00:26:40
4
23%
07.10.2014
. The second number is percent CPU load from the system (0.3%sy), and the next is percentage of jobs that are "nice" [2] (0.0%ni). After that, Top lists percent overall CPU time idle (86.3%id; four real cores
23%
21.08.2012
just two nodes: test1, which is the master node, and n0001, which is the first compute node):
[laytonjb@test1 ~]$ pdsh -w test1,n0001 uptime
test1: 18:57:17 up 2:40, 5 users, load average: 0.00, 0.00
23%
21.08.2014
{
02 name check_5min_24x7
03 register 0
04 max_check_attempts 3
05 check_interval 5
06
23%
11.06.2014
architecture => 'i686'
10 kernel => 'Linux'
11 kernelrelease => '3.11.0-15-generic'
12 }
13 $hostname = 'sugar'
14 $operating_system = 'Ubuntu'
15 $operatingsystem = 'Ubuntu'
16 $operating
23%
18.04.2022
models: Base (starting at $3,499.00), Standard (starting at $4099.00) and the Enterprise (starting at $4999.00). Buy your first Tensorbook directly from Lambda Labs.
23%
04.08.2020
='GET /'
docker-slim[build]: info=http.probe.call status=200 method=GET target=http://172.17.0.3:80/ attempt=1 time=2020-11-11T12:52:01Z
docker-slim[build]: info=http.probe.summary total=1 failures=0 successful=1
22%
07.01.2014
a great deal of power in a few lines:
rm -rf backup.3
mv backup.2 backup.3
mv backup.1 backup.2
cp -al backup.0 backup.1
rsync -a --delete source_directory/ backup.0/
To better understand the script, I