Hello!
I was trying to understand the below differences:
Cassandra 3.11.4
i3xlarge aws nodes

$ du -sh /mnt
123G    /mnt

$ nodetool info
ID                     : 3647fcca-688a-4851-ab15-df36819910f4
Gossip active          : true
Thrift active          : true
Native Transport active: true
Load                   : 183.55 GiB
Generation No          : 1570757970
Uptime (seconds)       : 10041867
Heap Memory (MB)       : 3574.09 / 7664.00
Off Heap Memory (MB)   : 441.70
Data Center            : live
Rack                   : us-east-1b
Exceptions             : 0
Key Cache              : entries 1430578, size 100 MiB, capacity 100 MiB, 
10075279019 hits, 13328775396 requests, 0.756 recent hit rate, 14400 save 
period in seconds
Row Cache              : entries 0, size 0 bytes, capacity 0 bytes, 0 hits, 0 
requests, NaN recent hit rate, 0 save period in seconds
Counter Cache          : entries 0, size 0 bytes, capacity 50 MiB, 0 hits, 0 
requests, NaN recent hit rate, 7200 save period in seconds
Chunk Cache            : entries 7680, size 479.97 MiB, capacity 480 MiB, 
1835784783 misses, 11836353728 requests, 0.845 recent hit rate, 141.883 
microseconds miss latency
Percent Repaired       : 0.10752808456509523%
Token                  : (invoke with -T/--tokens to see all 256 tokens)

$ df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs         15G     0   15G   0% /dev
tmpfs            15G   72K   15G   1% /dev/shm
tmpfs            15G  1.4G   14G  10% /run
tmpfs            15G     0   15G   0% /sys/fs/cgroup
/dev/xvda1       50G  9.9G   41G  20% /
/dev/nvme0n1    885G  181G  705G  21% /mnt
tmpfs           3.0G     0  3.0G   0% /run/user/995
tmpfs           3.0G     0  3.0G   0% /run/user/1009

Why the df -h and du -sh shows a big discrepancy? nodetool load is it computed 
with df -h?



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
For additional commands, e-mail: user-h...@cassandra.apache.org

Reply via email to