search for: 93k

Displaying 8 results from an estimated 8 matches for "93k".

Did you mean: 937
2016 Sep 28
3
Multichannel working at half speed with 2x NICs
..."pidof smbd" to get pids, and used the lowest one of the 4 or so that came up). Command was "strace -f -o strace.log `ls /proc/2019/task/ | xargs -n 1 echo -n " -p`". I then copied a 1.3GB file from the server to my client to generate traffic. The resulting file was around 93k lines (15MB). I've copied the first 2000 lines since it looks like the rest are repeats/similar: http://pastebin.com/raw/2EJsk0An I can provide the full file as well if required. On Wed, Sep 28, 2016 at 1:54 PM Jeremy Allison <jra at samba.org> wrote: > On Wed, Sep 28, 2016 at 07:45...
2011 Apr 01
15
Zpool resize
...pci at 0,0/pci-ide at 1,1/ide at 0/cmdk at 1,0 1. c2t1d0 <NETAPP-LUN-7340-22.00GB> /iscsi/disk at 0000iqn.1992-08.com.netapp%3Asn.13510595203E9,0 Specify disk (enter its number): ^C bash-3.00# zpool list NAME SIZE ALLOC FREE CAP HEALTH ALTROOT TEST 9,94G 93K 9,94G 0% ONLINE - What can I do that zpool show new value? Albert
2009 Apr 16
2
Weird performance problem
...paging-- ---system-- usr sys idl wai hiq siq| read writ| recv send| in out | int csw 3 2 93 2 0 0| 106k 273k| 0 0 | 0.2 0.4 |1039 389 3 6 91 0 0 0| 0 6416k| 276k 275k| 0 0 |2160 6822 missed 55 ticks 4 10 84 2 0 0|1200k 1992k| 82k 93k| 0 0 |1188 6275 missed 29 ticks 1 0 99 0 0 0| 0 1312k| 65k 66k| 0 0 |1050 1114 missed 38 ticks 2 1 96 0 0 0| 0 1168k| 57k 59k| 0 0 | 491 877 missed 13 ticks 3 1 94 1 0 0| 0 6016k| 181k 176k| 0 0 |2169 5996...
2016 Oct 01
0
Multichannel working at half speed with 2x NICs
...d strace _that_ pid. That one should show reads/writes. Cheers - Michael > Command was "strace -f -o strace.log `ls /proc/2019/task/ | xargs -n 1 echo > -n " -p`". I then copied a 1.3GB file from the server to my client to > generate traffic. The resulting file was around 93k lines (15MB). I've > copied the first 2000 lines since it looks like the rest are > repeats/similar: http://pastebin.com/raw/2EJsk0An > > I can provide the full file as well if required. > > On Wed, Sep 28, 2016 at 1:54 PM Jeremy Allison <jra at samba.org> wrote: >...
2016 Sep 28
2
Multichannel working at half speed with 2x NICs
Hi Jeremy, Is it safe to assume it's just "strace -p <pid>", for the running samba daemon? Regards Kanchana On Wed, Sep 28, 2016, 1:00 PM Jeremy Allison <jra at samba.org> wrote: > On Wed, Sep 28, 2016 at 05:56:24AM +0000, Kanchana Marasinghe via samba > wrote: > > Similar to another thread that was posted recently (archive: > >
2008 Jul 24
2
You didn't give me some packages, so now I'm giving you some! R, TexLive, LyX, Gnumeric, etc.
...5 - $basearch baseurl=http://pj.freefaculty.org/Centos/$basearch enabled=1 gpgcheck=1 Here is a package list (look under i386/kups/packages). R-2.7.0-5Centos5.2pj..> 22-Jul-2008 08:01 25.5M R-debuginfo-2.7.0-5C..> 22-Jul-2008 08:02 5.8M R-devel-2.7.0-5Cento..> 22-Jul-2008 08:04 93k aiksaurus-1.2.1-15.i..> 22-Jul-2008 08:03 350k aiksaurus-debuginfo-..> 22-Jul-2008 08:03 283k aiksaurus-devel-1.2...> 22-Jul-2008 08:03 6k aiksaurus-gtk-1.2.1-..> 22-Jul-2008 08:03 39k aiksaurus-gtk-devel-..> 22-Jul-2008 07:59 5k cairo-1.6.4-1.i386.rpm 17-Jul-20...
2016 May 20
3
Ransomware?
On Sun, May 15, 2016 at 7:07 AM, Helmut Hullen <Hullen at t-online.de> wrote: > Hallo, ToddAndMargo, > > Du meintest am 15.05.16: > >> Is there anything in Samba that will help protect >> against ransomware? > > The linux principle is "one job - one tool". Antivirus software exists. > It doesn't help against really new malware, it doesn't
2006 Mar 21
1
weird bugs with mmap-ing via NFS
[Moved from -current to -stable] ???????? 21 ???????? 2006 16:23, Matthew Dillon ?? ????????: > ? ? You might be doing just writes to the mmap()'d memory, but the system > ? ? doesn't know that. Actually, it does. The program tells it, that I don't care to read, what's currently there, by specifying the PROT_READ flag only. > ? ? The moment you touch any mmap()'d