33%
05.12.2014
var/opt/bro/logs Subdirectories
ls -l /var/opt/bro/logs/
total 244
drwxr-xr-x. 2 root root 4096 Oct 20 00:00 2014-10-19
drwxr-xr-x. 2 root root 12288 Oct 21 00:00 2014-10-20
drwxr-xr-x. 2 root root
32%
17.01.2023
86_64 2.34-9.1.ohpc.2.6 OpenHPC-updates 13 k
slurm-devel-ohpc x86_64 22.05.2-14.1.ohpc.2.6 OpenHPC-updates 83 k
slurm-example-configs-ohpc x86_64 22
32%
04.04.2023
-mod-slurm-ohpc x86_64 2.34-9.1.ohpc.2.6 OpenHPC-updates 13 k
slurm-devel-ohpc x86_64 22.05.2-14.1.ohpc.2.6 OpenHPC-updates 83 k
slurm-example-configs-ohpc x86
32%
31.07.2013
_record;
14 int counter_limit;
15
16 counter_limit = 100;
17
18 for ( counter=1; counter <= counter_limit; counter++)
19 {
20 my_record.x = counter;
21 my_record.y = counter + 1
32%
30.01.2024
Dell Precision Workstation T7910
Power
1,300W
CPU
2x Intel Xeon Gold E5-2699 V4, 22 cores, 2.4GHz, 55MB of cache, LGA 2011-3
GPU, NPU
n/a*
Memory
32%
05.12.2014
Yes
Filesystems (Internal HDs)
ext4
ext4
ext3/ext4/XFS
Btrfs
USB 3.0
2x
2x
1x
2x
USB 2.0
2x
1x
4x
32%
17.02.2015
:
Tegra X1:
25.6GBps memory bandwidth
HDMI 2.0 and HDCP 2.2
10W power
Peak performance: 1,024GFLOPS with FP16; 512GFLOPS with FP32
ARM Cortex CPUs:
Quad-core 64-bit ARM Cortex-A57
32%
04.12.2013
if (ierr > 0) then
21 write(*,*) "error in opening file! Stopping"
22 stop
23 else
24 do 10 counter=1,counter_limit
25 my_record%x = counter
26 my_record%y = counter
31%
20.02.2012
it hits. Run it for a good 20 or 30 minutes and see what starts to melt first.
siege -t 600 -b http://www.example.com
For debugging --get
should be used. This works like --save-headers
in wget, so you
31%
18.12.2013
_limit):
20 local_dict['x'] = float(counter);
21 local_dict['y'] = float(counter + 1);
22 local_dict['z'] = float(counter + 2);
23 local_dict['value'] = 10.0 * float(counter);
24 my